Started GET "/" for 127.0.0.1 at 2014-03-26 16:12:10 -0500 Processing by Rails::WelcomeController#index as HTML Rendered /Users/brian/.rvm/gems/ruby-2.0.0-p353/gems/railties-4.0.4/lib/rails/templates/rails/welcome/index.html.erb (2.0ms) Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2014-03-26 16:13:22 -0500 Processing by StaticPagesController#home as HTML Rendered static_pages/home.html.erb within layouts/application (0.3ms) Completed 200 OK in 87ms (Views: 86.1ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2014-03-26 16:13:29 -0500 Processing by StaticPagesController#home as HTML Rendered static_pages/home.html.erb within layouts/application (0.4ms) Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2014-03-26 16:13:36 -0500 Processing by StaticPagesController#home as HTML Rendered static_pages/home.html.erb within layouts/application (9.0ms) Completed 500 Internal Server Error in 11ms ArgumentError - wrong number of arguments (1 for 0): app/views/static_pages/home.html.erb:3:in `_app_views_static_pages_home_html_erb__3277353320130795381_2163780520' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/brian/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:383:in `_run__1981011863702101448__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__3828412178532170234__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/__better_errors/2164092540/variables" for 127.0.0.1 at 2014-03-26 16:13:36 -0500 Started GET "/" for 127.0.0.1 at 2014-03-26 16:13:58 -0500 Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (1.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'content_name' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 SQLite3::SQLException: no such table: blocky_content_blocks: SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'content_name' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (13.0ms) Completed 500 Internal Server Error in 17ms ActiveRecord::StatementInvalid - SQLite3::SQLException: no such table: blocky_content_blocks: SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'content_name' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1: activerecord (4.0.4) lib/active_record/connection_adapters/abstract_adapter.rb:447:in `rescue in log' activerecord (4.0.4) lib/active_record/connection_adapters/abstract_adapter.rb:442:in `log' activerecord (4.0.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:295:in `exec_query' activerecord (4.0.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:507:in `select' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/database_statements.rb:32:in `select_all' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/query_cache.rb:61:in `block in select_all' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/query_cache.rb:76:in `cache_sql' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/query_cache.rb:61:in `select_all' activerecord (4.0.4) lib/active_record/querying.rb:36:in `find_by_sql' activerecord (4.0.4) lib/active_record/relation.rb:585:in `exec_queries' activerecord (4.0.4) lib/active_record/relation.rb:471:in `load' activerecord (4.0.4) lib/active_record/relation.rb:220:in `to_a' activerecord (4.0.4) lib/active_record/relation/finder_methods.rb:326:in `find_first' activerecord (4.0.4) lib/active_record/relation/finder_methods.rb:91:in `first' activerecord-deprecated_finders (1.0.3) lib/active_record/deprecated_finders/relation.rb:129:in `first' activerecord (4.0.4) lib/active_record/relation.rb:133:in `first_or_create' /Users/brian/github/codelation/blocky/app/helpers/blocky_helper.rb:11:in `blocky' app/views/static_pages/home.html.erb:3:in `_app_views_static_pages_home_html_erb__3277353320130795381_2163780520' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/brian/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:383:in `_run__1981011863702101448__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__3828412178532170234__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/__better_errors/2168355480/variables" for 127.0.0.1 at 2014-03-26 16:13:58 -0500  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/" for 127.0.0.1 at 2014-03-26 16:14:19 -0500 Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.6ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'content_name' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 SQLite3::SQLException: no such table: blocky_content_blocks: SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'content_name' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (3.8ms) Completed 500 Internal Server Error in 6ms ActiveRecord::StatementInvalid - SQLite3::SQLException: no such table: blocky_content_blocks: SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'content_name' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1: activerecord (4.0.4) lib/active_record/connection_adapters/abstract_adapter.rb:447:in `rescue in log' activerecord (4.0.4) lib/active_record/connection_adapters/abstract_adapter.rb:442:in `log' activerecord (4.0.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:295:in `exec_query' activerecord (4.0.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:507:in `select' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/database_statements.rb:32:in `select_all' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/query_cache.rb:61:in `block in select_all' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/query_cache.rb:76:in `cache_sql' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/query_cache.rb:61:in `select_all' activerecord (4.0.4) lib/active_record/querying.rb:36:in `find_by_sql' activerecord (4.0.4) lib/active_record/relation.rb:585:in `exec_queries' activerecord (4.0.4) lib/active_record/relation.rb:471:in `load' activerecord (4.0.4) lib/active_record/relation.rb:220:in `to_a' activerecord (4.0.4) lib/active_record/relation/finder_methods.rb:326:in `find_first' activerecord (4.0.4) lib/active_record/relation/finder_methods.rb:91:in `first' activerecord-deprecated_finders (1.0.3) lib/active_record/deprecated_finders/relation.rb:129:in `first' activerecord (4.0.4) lib/active_record/relation.rb:133:in `first_or_create' /Users/brian/github/codelation/blocky/app/helpers/blocky_helper.rb:11:in `blocky' app/views/static_pages/home.html.erb:3:in `_app_views_static_pages_home_html_erb__3277353320130795381_2163780520' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/brian/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:383:in `_run__1981011863702101448__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__3828412178532170234__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/__better_errors/2163910180/variables" for 127.0.0.1 at 2014-03-26 16:14:19 -0500 Started GET "/" for 127.0.0.1 at 2014-03-26 16:14:20 -0500 Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (1.5ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'content_name' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 SQLite3::SQLException: no such table: blocky_content_blocks: SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'content_name' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (4.8ms) Completed 500 Internal Server Error in 9ms ActiveRecord::StatementInvalid - SQLite3::SQLException: no such table: blocky_content_blocks: SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'content_name' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1: activerecord (4.0.4) lib/active_record/connection_adapters/abstract_adapter.rb:447:in `rescue in log' activerecord (4.0.4) lib/active_record/connection_adapters/abstract_adapter.rb:442:in `log' activerecord (4.0.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:295:in `exec_query' activerecord (4.0.4) lib/active_record/connection_adapters/sqlite3_adapter.rb:507:in `select' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/database_statements.rb:32:in `select_all' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/query_cache.rb:61:in `block in select_all' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/query_cache.rb:76:in `cache_sql' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/query_cache.rb:61:in `select_all' activerecord (4.0.4) lib/active_record/querying.rb:36:in `find_by_sql' activerecord (4.0.4) lib/active_record/relation.rb:585:in `exec_queries' activerecord (4.0.4) lib/active_record/relation.rb:471:in `load' activerecord (4.0.4) lib/active_record/relation.rb:220:in `to_a' activerecord (4.0.4) lib/active_record/relation/finder_methods.rb:326:in `find_first' activerecord (4.0.4) lib/active_record/relation/finder_methods.rb:91:in `first' activerecord-deprecated_finders (1.0.3) lib/active_record/deprecated_finders/relation.rb:129:in `first' activerecord (4.0.4) lib/active_record/relation.rb:133:in `first_or_create' /Users/brian/github/codelation/blocky/app/helpers/blocky_helper.rb:11:in `blocky' app/views/static_pages/home.html.erb:3:in `_app_views_static_pages_home_html_erb__3277353320130795381_2163780520' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/brian/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:383:in `_run__1981011863702101448__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__3828412178532170234__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/__better_errors/2173185820/variables" for 127.0.0.1 at 2014-03-26 16:14:20 -0500 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateBlockyContentBlocks (20140326211453)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "blocky_content_blocks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "controller" varchar(255), "action" varchar(255), "name" varchar(255), "content" text, "created_at" datetime, "updated_at" datetime)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140326211453"]]  (0.8ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/" for 127.0.0.1 at 2014-03-26 16:15:03 -0500 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'content_name' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (4.4ms) INSERT INTO "blocky_content_blocks" ("action", "controller", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["action", "home"], ["controller", "static_pages"], ["created_at", Wed, 26 Mar 2014 21:15:03 UTC +00:00], ["name", :content_name], ["updated_at", Wed, 26 Mar 2014 21:15:03 UTC +00:00]]  (0.7ms) commit transaction Rendered static_pages/home.html.erb within layouts/application (33.2ms) Completed 200 OK in 98ms (Views: 92.1ms | ActiveRecord: 5.7ms) Started GET "/" for 127.0.0.1 at 2014-03-26 16:15:05 -0500 Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'content_name' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (2.4ms) Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.3ms) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1  (0.3ms) SELECT COUNT(*) FROM "blocky_content_blocks"  (0.1ms) begin transaction SQL (4.1ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 1 [["content", "

Normally, both your asses would be dead as fucking fried chicken, but you happen to pull this shit while I'm in a transitional period so I don't wanna kill you, I wanna help you. But I can't give you this case, it don't belong to me. Besides, I've already been through too much shit this morning over this case to hand it over to your dumb ass.

"], ["updated_at", Wed, 26 Mar 2014 21:16:12 UTC +00:00]]  (1.7ms) commit transaction Started GET "/" for 127.0.0.1 at 2014-03-26 16:16:18 -0500 Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'content_name' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (14.9ms) Completed 200 OK in 19ms (Views: 18.3ms | ActiveRecord: 0.2ms) Started GET "/" for 127.0.0.1 at 2014-03-26 16:16:32 -0500 Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'content_name' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (1.9ms) Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.3ms) Started GET "/" for 127.0.0.1 at 2014-03-26 16:16:35 -0500 Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'content_name' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (1.7ms) Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.3ms) Started GET "/" for 127.0.0.1 at 2014-03-26 16:17:35 -0500 Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "blocky_content_blocks" ("action", "controller", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["action", "home"], ["controller", "static_pages"], ["created_at", Wed, 26 Mar 2014 21:17:35 UTC +00:00], ["name", :hello_world], ["updated_at", Wed, 26 Mar 2014 21:17:35 UTC +00:00]]  (1.0ms) commit transaction Rendered static_pages/home.html.erb within layouts/application (60.7ms) Completed 200 OK in 64ms (Views: 62.2ms | ActiveRecord: 1.7ms)  (0.2ms) SELECT COUNT(*) FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" ORDER BY "blocky_content_blocks"."id" DESC LIMIT 1 Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" ORDER BY "blocky_content_blocks"."id" DESC LIMIT 1 Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 2 [["content", "

Normally, both your asses would be dead as fucking fried chicken, but you happen to pull this shit while I'm in a transitional period so I don't wanna kill you, I wanna help you. But I can't give you this case, it don't belong to me. Besides, I've already been through too much shit this morning over this case to hand it over to your dumb ass.

"], ["updated_at", Wed, 26 Mar 2014 21:18:03 UTC +00:00]]  (1.9ms) commit transaction Started GET "/" for 127.0.0.1 at 2014-03-26 16:18:04 -0500 Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (11.1ms) Completed 200 OK in 15ms (Views: 14.2ms | ActiveRecord: 0.2ms) Started GET "/" for 127.0.0.1 at 2014-03-26 16:18:06 -0500 Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (1.9ms) Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.3ms) Started GET "/" for 127.0.0.1 at 2014-03-26 16:21:52 -0500 Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (9.5ms) Completed 200 OK in 13ms (Views: 12.4ms | ActiveRecord: 0.5ms) Started GET "/" for 127.0.0.1 at 2014-03-26 16:21:55 -0500 Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (2.0ms) Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.2ms) Started GET "/contact-us" for 127.0.0.1 at 2014-03-26 16:21:55 -0500 ActionController::RoutingError (No route matches [GET] "/contact-us"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `call' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Rendered /Users/brian/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/brian/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /Users/brian/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.0ms) Rendered /Users/brian/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.3ms) Rendered /Users/brian/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (23.0ms) Started GET "/contact" for 127.0.0.1 at 2014-03-26 16:21:56 -0500 ActionController::RoutingError (No route matches [GET] "/contact"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `call' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Rendered /Users/brian/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/brian/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /Users/brian/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.0ms) Rendered /Users/brian/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.3ms) Rendered /Users/brian/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (18.2ms) Started GET "/contact" for 127.0.0.1 at 2014-03-26 16:22:18 -0500 Processing by StaticPagesController#contact as HTML Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'contact' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "blocky_content_blocks" ("action", "controller", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["action", "contact"], ["controller", "static_pages"], ["created_at", Wed, 26 Mar 2014 21:22:18 UTC +00:00], ["name", :hello_world], ["updated_at", Wed, 26 Mar 2014 21:22:18 UTC +00:00]]  (0.7ms) commit transaction Rendered static_pages/contact.html.erb within layouts/application (25.4ms) Completed 200 OK in 29ms (Views: 26.1ms | ActiveRecord: 2.6ms) Started GET "/contact" for 127.0.0.1 at 2014-03-26 16:47:06 -0500 Processing by StaticPagesController#contact as HTML Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'contact' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "blocky_content_blocks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 26 Mar 2014 21:47:06 UTC +00:00], ["name", :phone_number], ["updated_at", Wed, 26 Mar 2014 21:47:06 UTC +00:00]]  (4.5ms) commit transaction Rendered static_pages/contact.html.erb within layouts/application (67.5ms) Completed 200 OK in 86ms (Views: 80.3ms | ActiveRecord: 5.4ms) Started GET "/contact" for 127.0.0.1 at 2014-03-26 16:47:07 -0500 Processing by StaticPagesController#contact as HTML Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'contact' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/contact.html.erb within layouts/application (4.5ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.3ms) Started GET "/contact" for 127.0.0.1 at 2014-03-26 16:47:29 -0500 Processing by StaticPagesController#contact as HTML Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'contact' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/contact.html.erb within layouts/application (2.4ms) Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.4ms) Started GET "/" for 127.0.0.1 at 2014-03-26 16:47:32 -0500 Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (4.2ms) Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.4ms) Started GET "/" for 127.0.0.1 at 2014-03-26 16:52:03 -0500 Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (2.4ms) Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.3ms) Started GET "/" for 127.0.0.1 at 2014-03-26 16:52:05 -0500 Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (3.7ms) Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.5ms) Started GET "/" for 127.0.0.1 at 2014-03-26 16:52:30 -0500 Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (2.0ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.3ms) Started GET "/" for 127.0.0.1 at 2014-03-26 16:52:31 -0500 Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (2.4ms) Completed 200 OK in 7ms (Views: 6.9ms | ActiveRecord: 0.3ms) Started GET "/" for 127.0.0.1 at 2014-03-26 16:52:31 -0500 Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (2.1ms) Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.3ms) Started GET "/" for 127.0.0.1 at 2014-03-26 16:52:32 -0500 Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (3.2ms) Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.5ms) Started GET "/" for 127.0.0.1 at 2014-03-26 16:52:47 -0500 Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (10.2ms) Completed 200 OK in 14ms (Views: 13.2ms | ActiveRecord: 0.6ms) Started GET "/contact" for 127.0.0.1 at 2014-03-26 16:52:48 -0500 Processing by StaticPagesController#contact as HTML Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'contact' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/contact.html.erb within layouts/application (2.4ms) Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.3ms) Started GET "/" for 127.0.0.1 at 2014-03-26 16:52:49 -0500 Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (2.0ms) Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.3ms) Started GET "/" for 127.0.0.1 at 2014-03-26 16:53:12 -0500 Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (12.3ms) Completed 200 OK in 16ms (Views: 15.0ms | ActiveRecord: 0.8ms) Started GET "/" for 127.0.0.1 at 2014-03-26 16:54:23 -0500 Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (15.6ms) Completed 200 OK in 19ms (Views: 18.0ms | ActiveRecord: 0.8ms) Started GET "/" for 127.0.0.1 at 2014-03-26 16:54:24 -0500 Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (2.0ms) Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.3ms) Started GET "/" for 127.0.0.1 at 2014-03-26 16:54:24 -0500 Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (1.6ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.2ms) Started GET "/blog/admin/posts" for 127.0.0.1 at 2014-03-26 16:54:24 -0500 ActionController::RoutingError (No route matches [GET] "/blog/admin/posts"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `call' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Rendered /Users/brian/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/brian/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) Rendered /Users/brian/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.1ms) Rendered /Users/brian/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/brian/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (17.5ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-26 16:54:25 -0500 Processing by Blocky::ContentBlocksController#index as HTML Completed 500 Internal Server Error in 4ms ActionView::MissingTemplate - Missing template blocky/content_blocks/index, application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/Users/brian/github/codelation/blocky/spec/dummy/app/views" * "/Users/brian/github/codelation/blocky/app/views" : actionpack (4.0.4) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.4) lib/action_view/lookup_context.rb:122:in `find' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:35:in `determine_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:8:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/brian/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:383:in `_run__1730284472345436839__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1766474724556669164__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/blocky/__better_errors/2174069520/variables" for 127.0.0.1 at 2014-03-26 16:54:25 -0500 Started GET "/blocky" for 127.0.0.1 at 2014-03-26 16:54:55 -0500 Processing by Blocky::ContentBlocksController#index as HTML Completed 500 Internal Server Error in 2ms ActionView::MissingTemplate - Missing template blocky/content_blocks/index, application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/Users/brian/github/codelation/blocky/spec/dummy/app/views" * "/Users/brian/github/codelation/blocky/app/views" : actionpack (4.0.4) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.4) lib/action_view/lookup_context.rb:122:in `find' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:35:in `determine_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:8:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/brian/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:383:in `_run__1730284472345436839__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1766474724556669164__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/blocky/__better_errors/2191136280/variables" for 127.0.0.1 at 2014-03-26 16:54:55 -0500 Started GET "/blocky" for 127.0.0.1 at 2014-03-26 16:55:05 -0500 Processing by Blocky::ContentBlocksController#index as HTML Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/application (0.4ms) Completed 500 Internal Server Error in 15ms NameError - undefined local variable or method `contact_path' for #<#:0x000001050f9f78>: app/views/layouts/application.html.erb:15:in `_app_views_layouts_application_html_erb__1025046114076209696_2161303280' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/brian/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:383:in `_run__1730284472345436839__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1766474724556669164__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/blocky/__better_errors/2190394180/variables" for 127.0.0.1 at 2014-03-26 16:55:05 -0500 Started GET "/blocky" for 127.0.0.1 at 2014-03-26 16:55:32 -0500 Processing by Blocky::ContentBlocksController#index as HTML Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/application (0.1ms) Completed 500 Internal Server Error in 14ms NameError - undefined local variable or method `contact_path' for #<#:0x000001016a4148>: app/views/layouts/application.html.erb:15:in `_app_views_layouts_application_html_erb__1025046114076209696_2161303280' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/brian/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:383:in `_run__1730284472345436839__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1766474724556669164__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/blocky/__better_errors/2162484360/variables" for 127.0.0.1 at 2014-03-26 16:55:32 -0500 Started GET "/blocky" for 127.0.0.1 at 2014-03-26 16:55:49 -0500 SyntaxError - /Users/brian/github/codelation/blocky/app/controllers/blocky/content_blocks_controller.rb:3: syntax error, unexpected ':', expecting keyword_end layout: "blocky/application" ^: activesupport (4.0.4) lib/active_support/dependencies.rb:424:in `' activesupport (4.0.4) lib/active_support/dependencies.rb:424:in `block in load_file' activesupport (4.0.4) lib/active_support/dependencies.rb:616:in `new_constants_in' activesupport (4.0.4) lib/active_support/dependencies.rb:423:in `load_file' activesupport (4.0.4) lib/active_support/dependencies.rb:324:in `require_or_load' activesupport (4.0.4) lib/active_support/dependencies.rb:463:in `load_missing_constant' activesupport (4.0.4) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.0.4) lib/active_support/inflector/methods.rb:228:in `block in constantize' activesupport (4.0.4) lib/active_support/inflector/methods.rb:224:in `constantize' activesupport (4.0.4) lib/active_support/dependencies.rb:535:in `get' activesupport (4.0.4) lib/active_support/dependencies.rb:566:in `constantize' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:76:in `controller_reference' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:66:in `controller' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:44:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1766474724556669164__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/blocky/__better_errors/2162191560/variables" for 127.0.0.1 at 2014-03-26 16:55:49 -0500 Started GET "/blocky" for 127.0.0.1 at 2014-03-26 16:55:53 -0500 Processing by Blocky::ContentBlocksController#index as HTML Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (0.1ms) Completed 200 OK in 23ms (Views: 22.9ms | ActiveRecord: 0.0ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-26 16:56:17 -0500 Processing by Blocky::ContentBlocksController#index as HTML Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (0.1ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-26 16:56:52 -0500 Processing by Blocky::ContentBlocksController#index as HTML Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (7.3ms) Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.5ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-26 16:57:48 -0500 Processing by Blocky::ContentBlocksController#index as HTML Blocky::ContentBlock Load (0.4ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" GROUP BY controller Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (11.9ms) Completed 200 OK in 16ms (Views: 14.0ms | ActiveRecord: 0.6ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-26 16:57:54 -0500 Processing by Blocky::ContentBlocksController#index as HTML Blocky::ContentBlock Load (0.5ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" GROUP BY controller, action Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (12.7ms) Completed 200 OK in 17ms (Views: 14.9ms | ActiveRecord: 1.1ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-26 16:58:09 -0500 Processing by Blocky::ContentBlocksController#index as HTML Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (7.8ms) Completed 200 OK in 13ms (Views: 10.8ms | ActiveRecord: 0.5ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-26 16:58:14 -0500 Processing by Blocky::ContentBlocksController#index as HTML Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" GROUP BY controller, action Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (9.1ms) Completed 200 OK in 14ms (Views: 12.1ms | ActiveRecord: 0.5ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-26 16:59:01 -0500 Processing by Blocky::ContentBlocksController#index as HTML Blocky::ContentBlock Load (0.5ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" GROUP BY controller, action Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (10.2ms) Completed 200 OK in 14ms (Views: 11.6ms | ActiveRecord: 1.3ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-26 16:59:16 -0500 Processing by Blocky::ContentBlocksController#index as HTML Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" GROUP BY controller, action Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.1ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.5ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-26 16:59:31 -0500 Processing by Blocky::ContentBlocksController#index as HTML Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" GROUP BY controller, action Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (2.5ms) Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.5ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-26 16:59:43 -0500 Processing by Blocky::ContentBlocksController#index as HTML Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" GROUP BY controller, action Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.8ms) Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.5ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-26 17:00:05 -0500 Processing by Blocky::ContentBlocksController#index as HTML Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (16.1ms) Completed 200 OK in 21ms (Views: 18.7ms | ActiveRecord: 0.9ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-26 17:00:35 -0500 Processing by Blocky::ContentBlocksController#index as HTML Completed 500 Internal Server Error in 2ms SyntaxError - /Users/brian/github/codelation/blocky/app/models/blocky/content_block.rb:3: syntax error, unexpected '{', expecting keyword_end scope :global { where("controller IS NULL AND action IS NULL") } ^ /Users/brian/github/codelation/blocky/app/models/blocky/content_block.rb:3: syntax error, unexpected '}', expecting keyword_end: activesupport (4.0.4) lib/active_support/dependencies.rb:424:in `' activesupport (4.0.4) lib/active_support/dependencies.rb:424:in `block in load_file' activesupport (4.0.4) lib/active_support/dependencies.rb:616:in `new_constants_in' activesupport (4.0.4) lib/active_support/dependencies.rb:423:in `load_file' activesupport (4.0.4) lib/active_support/dependencies.rb:324:in `require_or_load' activesupport (4.0.4) lib/active_support/dependencies.rb:463:in `load_missing_constant' activesupport (4.0.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/brian/github/codelation/blocky/app/controllers/blocky/content_blocks_controller.rb:6:in `index' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1730284472345436839__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1766474724556669164__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/blocky/__better_errors/2190711640/variables" for 127.0.0.1 at 2014-03-26 17:00:35 -0500 Started GET "/blocky" for 127.0.0.1 at 2014-03-26 17:00:39 -0500 Processing by Blocky::ContentBlocksController#index as HTML Completed 500 Internal Server Error in 2ms SyntaxError - /Users/brian/github/codelation/blocky/app/models/blocky/content_block.rb:3: syntax error, unexpected '}', expecting =>: activesupport (4.0.4) lib/active_support/dependencies.rb:424:in `' activesupport (4.0.4) lib/active_support/dependencies.rb:424:in `block in load_file' activesupport (4.0.4) lib/active_support/dependencies.rb:616:in `new_constants_in' activesupport (4.0.4) lib/active_support/dependencies.rb:423:in `load_file' activesupport (4.0.4) lib/active_support/dependencies.rb:324:in `require_or_load' activesupport (4.0.4) lib/active_support/dependencies.rb:463:in `load_missing_constant' activesupport (4.0.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/brian/github/codelation/blocky/app/controllers/blocky/content_blocks_controller.rb:6:in `index' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1730284472345436839__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1766474724556669164__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/blocky/__better_errors/2160802360/variables" for 127.0.0.1 at 2014-03-26 17:00:40 -0500 Started GET "/blocky" for 127.0.0.1 at 2014-03-26 17:00:42 -0500 Processing by Blocky::ContentBlocksController#index as HTML Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (15.8ms) Completed 200 OK in 20ms (Views: 18.3ms | ActiveRecord: 0.7ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-26 17:01:04 -0500 Processing by Blocky::ContentBlocksController#index as HTML Blocky::ContentBlock Load (0.4ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (14.4ms) Completed 200 OK in 19ms (Views: 16.8ms | ActiveRecord: 1.0ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-26 17:02:18 -0500 Processing by Blocky::ContentBlocksController#index as HTML Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.3ms) Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.4ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-26 17:02:49 -0500 Processing by Blocky::ContentBlocksController#index as HTML Blocky::ContentBlock Load (0.4ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" GROUP BY controller, action Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (16.1ms) Completed 200 OK in 23ms (Views: 19.8ms | ActiveRecord: 1.0ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-26 17:02:57 -0500 Processing by Blocky::ContentBlocksController#index as HTML Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" GROUP BY controller IS NOT NULL AND action IS NOT NULL Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (11.4ms) Completed 200 OK in 15ms (Views: 13.4ms | ActiveRecord: 0.7ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-26 17:03:08 -0500 Processing by Blocky::ContentBlocksController#index as HTML Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" GROUP BY controller IS NOT NULL AND action IS NOT NULL Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.8ms) Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.5ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-26 17:03:32 -0500 Processing by Blocky::ContentBlocksController#index as HTML Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" GROUP BY controller, action Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (12.2ms) Completed 200 OK in 16ms (Views: 14.2ms | ActiveRecord: 0.8ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-26 17:03:47 -0500 Processing by Blocky::ContentBlocksController#index as HTML Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" GROUP BY controller, action Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (12.3ms) Completed 200 OK in 16ms (Views: 14.3ms | ActiveRecord: 0.8ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-26 17:04:54 -0500 Processing by Blocky::ContentBlocksController#index as HTML Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" GROUP BY controller, action Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (7.7ms) Completed 200 OK in 12ms (Views: 10.8ms | ActiveRecord: 0.6ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-26 17:05:08 -0500 Processing by Blocky::ContentBlocksController#index as HTML Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" GROUP BY controller, action Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.4ms) Completed 200 OK in 10ms (Views: 8.5ms | ActiveRecord: 0.5ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-26 17:05:32 -0500 Processing by Blocky::ContentBlocksController#index as HTML Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) GROUP BY controller, action Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (13.5ms) Completed 200 OK in 18ms (Views: 15.1ms | ActiveRecord: 1.3ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-26 17:05:41 -0500 Processing by Blocky::ContentBlocksController#index as HTML Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) GROUP BY controller, action Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (60.2ms) Completed 200 OK in 64ms (Views: 62.0ms | ActiveRecord: 0.9ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-26 17:05:48 -0500 Processing by Blocky::ContentBlocksController#index as HTML Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) GROUP BY controller AND action Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (11.5ms) Completed 200 OK in 16ms (Views: 13.9ms | ActiveRecord: 0.7ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-26 17:06:24 -0500 Processing by Blocky::ContentBlocksController#index as HTML Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) GROUP BY controller, action Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (14.0ms) Completed 200 OK in 18ms (Views: 16.4ms | ActiveRecord: 0.8ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-26 17:06:56 -0500 Processing by Blocky::ContentBlocksController#index as HTML Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) GROUP BY controller Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (54.0ms) Completed 200 OK in 59ms (Views: 56.5ms | ActiveRecord: 0.7ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-26 17:07:01 -0500 Processing by Blocky::ContentBlocksController#index as HTML Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) GROUP BY controller, action Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (12.4ms) Completed 200 OK in 17ms (Views: 14.5ms | ActiveRecord: 0.8ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-26 17:07:15 -0500 Processing by Blocky::ContentBlocksController#index as HTML Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.4ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) GROUP BY controller Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (9.4ms) Completed 200 OK in 15ms (Views: 12.2ms | ActiveRecord: 0.8ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-26 17:07:21 -0500 Processing by Blocky::ContentBlocksController#index as HTML Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) GROUP BY controller, action Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (14.8ms) Completed 200 OK in 73ms (Views: 70.6ms | ActiveRecord: 0.7ms) Started GET "/" for 127.0.0.1 at 2014-03-26 17:07:40 -0500 Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'some_block' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "blocky_content_blocks" ("action", "controller", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["action", "home"], ["controller", "static_pages"], ["created_at", Wed, 26 Mar 2014 22:07:40 UTC +00:00], ["name", :some_block], ["updated_at", Wed, 26 Mar 2014 22:07:40 UTC +00:00]]  (5.2ms) commit transaction Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (29.6ms) Completed 200 OK in 35ms (Views: 27.7ms | ActiveRecord: 6.8ms) Started GET "/" for 127.0.0.1 at 2014-03-26 17:07:41 -0500 Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'some_block' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (2.9ms) Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.4ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-26 17:07:49 -0500 Processing by Blocky::ContentBlocksController#index as HTML Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) GROUP BY controller, action Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (2.5ms) Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.2ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-26 17:07:50 -0500 Processing by Blocky::ContentBlocksController#index as HTML Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) GROUP BY controller, action Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (2.2ms) Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.2ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-26 17:07:53 -0500 Processing by Blocky::ContentBlocksController#index as HTML Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) GROUP BY controller, action Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.1ms) Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.3ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-26 17:08:00 -0500 Processing by Blocky::ContentBlocksController#index as HTML Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) GROUP BY controller, action Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.5ms) Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.4ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-26 17:08:23 -0500 Processing by Blocky::ContentBlocksController#index as HTML Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) GROUP BY controller, action Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.0ms) Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.3ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-26 17:08:33 -0500 Processing by Blocky::ContentBlocksController#index as HTML Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) GROUP BY controller, action Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.2ms) Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.5ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-26 17:08:44 -0500 Processing by Blocky::ContentBlocksController#index as HTML Blocky::ContentBlock Load (0.4ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (13.0ms) Completed 200 OK in 19ms (Views: 16.1ms | ActiveRecord: 0.8ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-26 17:08:58 -0500 Processing by Blocky::ContentBlocksController#index as HTML Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.6ms) Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.5ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-26 17:09:29 -0500 Processing by Blocky::ContentBlocksController#index as HTML Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (1.1ms) Completed 500 Internal Server Error in 3ms SyntaxError - /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb:12: syntax error, unexpected '}', expecting :: or '[' or '.' ...troller, content_block.action } );@output_buffer.safe_append... ... ^ /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb:14: syntax error, unexpected keyword_ensure, expecting '}' /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb:16: syntax error, unexpected keyword_end, expecting '}': actionpack (4.0.4) lib/action_view/template.rb:299:in `' actionpack (4.0.4) lib/action_view/template.rb:299:in `compile' actionpack (4.0.4) lib/action_view/template.rb:248:in `block in compile!' actionpack (4.0.4) lib/action_view/template.rb:236:in `compile!' actionpack (4.0.4) lib/action_view/template.rb:142:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/brian/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1730284472345436839__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1766474724556669164__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/blocky/__better_errors/2190479880/variables" for 127.0.0.1 at 2014-03-26 17:09:29 -0500 Started GET "/blocky" for 127.0.0.1 at 2014-03-26 17:09:39 -0500 Processing by Blocky::ContentBlocksController#index as HTML Blocky::ContentBlock Load (0.4ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.4ms) Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.6ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-26 17:10:21 -0500 Processing by Blocky::ContentBlocksController#index as HTML Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.8ms) Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.3ms) Started GET "/" for 127.0.0.1 at 2014-03-28 13:54:22 -0500 ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.6ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'some_block' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (18.2ms) Completed 200 OK in 55ms (Views: 53.4ms | ActiveRecord: 1.2ms) Started GET "/" for 127.0.0.1 at 2014-03-28 13:54:23 -0500 Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'some_block' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (3.3ms) Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.4ms) Started GET "/blog/admin/posts" for 127.0.0.1 at 2014-03-28 14:03:30 -0500 ActionController::RoutingError (No route matches [GET] "/blog/admin/posts"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `call' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Rendered /Users/brian/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/brian/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /Users/brian/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.1ms) Rendered /Users/brian/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (40.7ms) Rendered /Users/brian/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (90.0ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-28 14:03:30 -0500 Processing by Blocky::ContentBlocksController#index as HTML Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (13.3ms) Completed 200 OK in 24ms (Views: 21.9ms | ActiveRecord: 0.7ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-28 14:03:31 -0500 Processing by Blocky::ContentBlocksController#index as HTML Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.0ms) Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.3ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-28 14:06:21 -0500 Processing by Blocky::ContentBlocksController#index as HTML Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL)  (0.6ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (10.6ms) Completed 500 Internal Server Error in 12ms ActionController::UrlGenerationError - No route matches {:action=>"home", :controller=>"blocky/static_pages"}: actionpack (4.0.4) lib/action_dispatch/journey/formatter.rb:39:in `generate' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:595:in `generate' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:625:in `generate' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:661:in `url_for' actionpack (4.0.4) lib/action_dispatch/routing/url_for.rb:155:in `url_for' actionpack (4.0.4) lib/action_view/routing_url_for.rb:83:in `url_for' /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb:15:in `block (2 levels) in ___sers_brian_github_codelation_blocky_app_views_blocky_content_blocks_index_html_erb__2952057413008880489_2187959500' /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb:14:in `block in ___sers_brian_github_codelation_blocky_app_views_blocky_content_blocks_index_html_erb__2952057413008880489_2187959500' actionpack (4.0.4) lib/action_view/helpers/cache_helper.rb:117:in `cache' /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb:12:in `___sers_brian_github_codelation_blocky_app_views_blocky_content_blocks_index_html_erb__2952057413008880489_2187959500' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/brian/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1875470768099295590__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__598470961705259008__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/blocky/__better_errors/2188151580/variables" for 127.0.0.1 at 2014-03-28 14:06:21 -0500 Started GET "/blocky" for 127.0.0.1 at 2014-03-28 14:06:44 -0500 Processing by Blocky::ContentBlocksController#index as HTML Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL)  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (8.8ms) Completed 500 Internal Server Error in 12ms ActionController::UrlGenerationError - No route matches {:action=>"home", :controller=>"blocky/static_pages"}: actionpack (4.0.4) lib/action_dispatch/journey/formatter.rb:39:in `generate' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:595:in `generate' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:625:in `generate' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:661:in `url_for' actionpack (4.0.4) lib/action_dispatch/routing/url_for.rb:155:in `url_for' /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb:15:in `block (2 levels) in ___sers_brian_github_codelation_blocky_app_views_blocky_content_blocks_index_html_erb__2952057413008880489_2186696800' /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb:14:in `block in ___sers_brian_github_codelation_blocky_app_views_blocky_content_blocks_index_html_erb__2952057413008880489_2186696800' actionpack (4.0.4) lib/action_view/helpers/cache_helper.rb:117:in `cache' /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb:12:in `___sers_brian_github_codelation_blocky_app_views_blocky_content_blocks_index_html_erb__2952057413008880489_2186696800' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/brian/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1875470768099295590__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__598470961705259008__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/blocky/__better_errors/2186969740/variables" for 127.0.0.1 at 2014-03-28 14:06:45 -0500 Started GET "/blocky" for 127.0.0.1 at 2014-03-28 14:07:01 -0500 Processing by Blocky::ContentBlocksController#index as HTML Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL)  (2.3ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (9.6ms) Completed 200 OK in 14ms (Views: 10.4ms | ActiveRecord: 2.7ms) Started GET "/" for 127.0.0.1 at 2014-03-28 15:12:03 -0500 ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.7ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'some_block' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (21.1ms) Completed 200 OK in 54ms (Views: 52.6ms | ActiveRecord: 1.3ms) Started GET "/" for 127.0.0.1 at 2014-03-28 15:12:05 -0500 Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'some_block' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (3.0ms) Completed 200 OK in 39ms (Views: 38.6ms | ActiveRecord: 0.4ms) Started GET "/" for 127.0.0.1 at 2014-03-28 15:12:05 -0500 Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'some_block' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (2.7ms) Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.4ms) Started GET "/blog/admin/posts" for 127.0.0.1 at 2014-03-28 15:12:05 -0500 ActionController::RoutingError (No route matches [GET] "/blog/admin/posts"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `call' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Rendered /Users/brian/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /Users/brian/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /Users/brian/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.1ms) Rendered /Users/brian/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (6.3ms) Rendered /Users/brian/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (23.4ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-28 15:12:06 -0500 Processing by Blocky::ContentBlocksController#index as HTML Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL)  (0.1ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.2ms) Completed 500 Internal Server Error in 26ms NameError - undefined local variable or method `page_title' for #<#:0x000001037a82b8>: /Users/brian/github/codelation/blocky/app/views/layouts/blocky/application.html.erb:4:in `___sers_brian_github_codelation_blocky_app_views_layouts_blocky_application_html_erb__1208135473527264073_2176703040' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/brian/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:383:in `_run__2600466315916992129__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__3764007410552132130__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/blocky/__better_errors/2194016940/variables" for 127.0.0.1 at 2014-03-28 15:12:06 -0500 Started GET "/blocky" for 127.0.0.1 at 2014-03-28 15:12:37 -0500 Processing by Blocky::ContentBlocksController#index as HTML Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL)  (0.1ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.3ms) Completed 500 Internal Server Error in 21ms NameError - undefined local variable or method `body_class' for #<#:0x0000010115cde8>: /Users/brian/github/codelation/blocky/app/views/layouts/blocky/application.html.erb:9:in `___sers_brian_github_codelation_blocky_app_views_layouts_blocky_application_html_erb__1208135473527264073_2181081040' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/brian/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:383:in `_run__2600466315916992129__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__3764007410552132130__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/blocky/__better_errors/2174566440/variables" for 127.0.0.1 at 2014-03-28 15:12:37 -0500 Started GET "/blocky" for 127.0.0.1 at 2014-03-28 15:13:10 -0500 Processing by Blocky::ContentBlocksController#index as HTML Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL)  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (10.6ms) Completed 200 OK in 67ms (Views: 17.4ms | ActiveRecord: 0.8ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-28 15:13:56 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.3ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.2ms) Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.5ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-28 15:14:18 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (10.9ms) Completed 500 Internal Server Error in 13ms ActionController::UrlGenerationError - No route matches {:action=>"home", :controller=>"blocky/static_pages"}: actionpack (4.0.4) lib/action_dispatch/journey/formatter.rb:39:in `generate' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:595:in `generate' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:625:in `generate' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:661:in `url_for' actionpack (4.0.4) lib/action_dispatch/routing/url_for.rb:155:in `url_for' /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb:15:in `block (2 levels) in ___sers_brian_github_codelation_blocky_app_views_blocky_content_blocks_index_html_erb___3694504395026412731_2193769500' /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb:13:in `block in ___sers_brian_github_codelation_blocky_app_views_blocky_content_blocks_index_html_erb___3694504395026412731_2193769500' actionpack (4.0.4) lib/action_view/helpers/cache_helper.rb:117:in `cache' /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb:1:in `___sers_brian_github_codelation_blocky_app_views_blocky_content_blocks_index_html_erb___3694504395026412731_2193769500' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/brian/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__2600466315916992129__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__3764007410552132130__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/blocky/__better_errors/2194021820/variables" for 127.0.0.1 at 2014-03-28 15:14:19 -0500 Started GET "/blocky" for 127.0.0.1 at 2014-03-28 15:15:10 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.6ms) Completed 500 Internal Server Error in 8ms ActionController::UrlGenerationError - No route matches {:action=>"home", :controller=>"blocky/static_pages"}: actionpack (4.0.4) lib/action_dispatch/journey/formatter.rb:39:in `generate' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:595:in `generate' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:625:in `generate' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:661:in `url_for' actionpack (4.0.4) lib/action_dispatch/routing/url_for.rb:155:in `url_for' actionpack (4.0.4) lib/action_view/routing_url_for.rb:83:in `url_for' /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb:15:in `block (2 levels) in ___sers_brian_github_codelation_blocky_app_views_blocky_content_blocks_index_html_erb___3694504395026412731_2181972580' /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb:13:in `block in ___sers_brian_github_codelation_blocky_app_views_blocky_content_blocks_index_html_erb___3694504395026412731_2181972580' actionpack (4.0.4) lib/action_view/helpers/cache_helper.rb:117:in `cache' /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb:1:in `___sers_brian_github_codelation_blocky_app_views_blocky_content_blocks_index_html_erb___3694504395026412731_2181972580' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/brian/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__2600466315916992129__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__3764007410552132130__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/blocky/__better_errors/2156625480/variables" for 127.0.0.1 at 2014-03-28 15:15:10 -0500 Started GET "/blocky" for 127.0.0.1 at 2014-03-28 15:15:23 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (7.1ms) Completed 500 Internal Server Error in 10ms ActionController::UrlGenerationError - No route matches {:action=>"home", :controller=>"blocky/static_pages"}: actionpack (4.0.4) lib/action_dispatch/journey/formatter.rb:39:in `generate' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:595:in `generate' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:625:in `generate' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:661:in `url_for' actionpack (4.0.4) lib/action_dispatch/routing/url_for.rb:155:in `url_for' actionpack (4.0.4) lib/action_view/routing_url_for.rb:83:in `url_for' /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb:15:in `block (2 levels) in ___sers_brian_github_codelation_blocky_app_views_blocky_content_blocks_index_html_erb___3694504395026412731_2194446100' /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb:13:in `block in ___sers_brian_github_codelation_blocky_app_views_blocky_content_blocks_index_html_erb___3694504395026412731_2194446100' actionpack (4.0.4) lib/action_view/helpers/cache_helper.rb:117:in `cache' /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb:1:in `___sers_brian_github_codelation_blocky_app_views_blocky_content_blocks_index_html_erb___3694504395026412731_2194446100' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/brian/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__2600466315916992129__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__3764007410552132130__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/blocky/__better_errors/2194591760/variables" for 127.0.0.1 at 2014-03-28 15:15:23 -0500 Started GET "/blocky" for 127.0.0.1 at 2014-03-28 15:15:31 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.3ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (7.0ms) Completed 500 Internal Server Error in 10ms ActionController::UrlGenerationError - No route matches {:action=>"home", :controller=>"static_pages"}: actionpack (4.0.4) lib/action_dispatch/journey/formatter.rb:39:in `generate' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:595:in `generate' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:625:in `generate' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:661:in `url_for' actionpack (4.0.4) lib/action_dispatch/routing/url_for.rb:155:in `url_for' actionpack (4.0.4) lib/action_view/routing_url_for.rb:83:in `url_for' /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb:15:in `block (2 levels) in ___sers_brian_github_codelation_blocky_app_views_blocky_content_blocks_index_html_erb___3694504395026412731_2182116900' /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb:13:in `block in ___sers_brian_github_codelation_blocky_app_views_blocky_content_blocks_index_html_erb___3694504395026412731_2182116900' actionpack (4.0.4) lib/action_view/helpers/cache_helper.rb:117:in `cache' /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb:1:in `___sers_brian_github_codelation_blocky_app_views_blocky_content_blocks_index_html_erb___3694504395026412731_2182116900' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/brian/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__2600466315916992129__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__3764007410552132130__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/blocky/__better_errors/2182789720/variables" for 127.0.0.1 at 2014-03-28 15:15:31 -0500 Started GET "/blocky" for 127.0.0.1 at 2014-03-28 15:15:40 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (8.9ms) Completed 200 OK in 13ms (Views: 12.2ms | ActiveRecord: 0.6ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-28 15:15:57 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (7.0ms) Completed 200 OK in 12ms (Views: 10.8ms | ActiveRecord: 0.4ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-28 15:16:53 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.7ms) Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.4ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-28 15:17:57 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.1ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (14.6ms) Completed 500 Internal Server Error in 24ms ActionController::UrlGenerationError - No route matches {:action=>"index", :controller=>""}: actionpack (4.0.4) lib/action_dispatch/journey/formatter.rb:39:in `generate' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:595:in `generate' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:625:in `generate' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:661:in `url_for' actionpack (4.0.4) lib/action_dispatch/routing/url_for.rb:155:in `url_for' /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb:5:in `block (2 levels) in ___sers_brian_github_codelation_blocky_app_views_blocky_content_blocks_index_html_erb___3694504395026412731_2195259260' /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb:4:in `block in ___sers_brian_github_codelation_blocky_app_views_blocky_content_blocks_index_html_erb___3694504395026412731_2195259260' actionpack (4.0.4) lib/action_view/helpers/cache_helper.rb:117:in `cache' /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb:1:in `___sers_brian_github_codelation_blocky_app_views_blocky_content_blocks_index_html_erb___3694504395026412731_2195259260' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/brian/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__2600466315916992129__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__3764007410552132130__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/blocky/__better_errors/2157220060/variables" for 127.0.0.1 at 2014-03-28 15:17:57 -0500 Started GET "/blocky" for 127.0.0.1 at 2014-03-28 15:18:20 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.0ms) Completed 500 Internal Server Error in 6ms ActionController::UrlGenerationError - No route matches {:action=>"index", :controller=>""}: actionpack (4.0.4) lib/action_dispatch/journey/formatter.rb:39:in `generate' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:595:in `generate' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:625:in `generate' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:661:in `url_for' actionpack (4.0.4) lib/action_dispatch/routing/url_for.rb:155:in `url_for' /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb:5:in `block (2 levels) in ___sers_brian_github_codelation_blocky_app_views_blocky_content_blocks_index_html_erb___3694504395026412731_2183098860' /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb:4:in `block in ___sers_brian_github_codelation_blocky_app_views_blocky_content_blocks_index_html_erb___3694504395026412731_2183098860' actionpack (4.0.4) lib/action_view/helpers/cache_helper.rb:117:in `cache' /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb:1:in `___sers_brian_github_codelation_blocky_app_views_blocky_content_blocks_index_html_erb___3694504395026412731_2183098860' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/brian/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__2600466315916992129__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__3764007410552132130__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/blocky/__better_errors/2194442540/variables" for 127.0.0.1 at 2014-03-28 15:18:21 -0500 Started GET "/blocky" for 127.0.0.1 at 2014-03-28 15:24:51 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.1ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (59.5ms) Completed 200 OK in 64ms (Views: 62.1ms | ActiveRecord: 0.8ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-28 15:26:05 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/_content_block.html.erb (15.5ms) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (21.0ms) Completed 500 Internal Server Error in 23ms NoMethodError - undefined method `edit_content_block_path' for #<#:0x00000103332eb8>: /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/_content_block.html.erb:1:in `___sers_brian_github_codelation_blocky_app_views_blocky_content_blocks__content_block_html_erb___1550335874806433989_2182051240' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:27:in `render' /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb:7:in `block (2 levels) in ___sers_brian_github_codelation_blocky_app_views_blocky_content_blocks_index_html_erb___3694504395026412731_2174377740' activerecord (4.0.4) lib/active_record/relation/delegation.rb:13:in `each' /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb:6:in `block in ___sers_brian_github_codelation_blocky_app_views_blocky_content_blocks_index_html_erb___3694504395026412731_2174377740' actionpack (4.0.4) lib/action_view/helpers/cache_helper.rb:117:in `cache' /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb:1:in `___sers_brian_github_codelation_blocky_app_views_blocky_content_blocks_index_html_erb___3694504395026412731_2174377740' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/brian/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__2600466315916992129__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__3764007410552132130__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/blocky/__better_errors/2174551520/variables" for 127.0.0.1 at 2014-03-28 15:26:06 -0500 Started GET "/blocky" for 127.0.0.1 at 2014-03-28 15:26:33 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.1ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (11.9ms) Completed 200 OK in 24ms (Views: 14.2ms | ActiveRecord: 0.9ms) Started GET "/blocky/content_blocks/4/edit" for 127.0.0.1 at 2014-03-28 15:26:34 -0500 AbstractController::ActionNotFound - The action 'edit' could not be found for Blocky::ContentBlocksController: actionpack (4.0.4) lib/abstract_controller/base.rb:131:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__3764007410552132130__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/blocky/__better_errors/2195048980/variables" for 127.0.0.1 at 2014-03-28 15:26:34 -0500 Started GET "/blocky/content_blocks/4/edit" for 127.0.0.1 at 2014-03-28 15:26:58 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Completed 500 Internal Server Error in 12ms ActionView::MissingTemplate - Missing template blocky/content_blocks/edit, blocky/application/edit with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/Users/brian/github/codelation/blocky/spec/dummy/app/views" * "/Users/brian/github/codelation/blocky/app/views" : actionpack (4.0.4) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.4) lib/action_view/lookup_context.rb:122:in `find' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:35:in `determine_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:8:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/brian/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__2600466315916992129__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__3764007410552132130__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/blocky/__better_errors/2183047660/variables" for 127.0.0.1 at 2014-03-28 15:26:58 -0500 Started GET "/blocky/content_blocks/4/edit" for 127.0.0.1 at 2014-03-28 15:27:30 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.9ms) Completed 200 OK in 7ms (Views: 5.3ms | ActiveRecord: 0.2ms) Started GET "/blocky/content_blocks/4/edit" for 127.0.0.1 at 2014-03-28 15:27:35 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.6ms) Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.2ms) Started GET "/blocky/content_blocks/4/edit" for 127.0.0.1 at 2014-03-28 15:27:40 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.7ms) Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.2ms) Started GET "/blocky/content_blocks/4/edit" for 127.0.0.1 at 2014-03-28 15:28:04 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.7ms) Completed 200 OK in 7ms (Views: 5.2ms | ActiveRecord: 0.2ms) Started GET "/blocky/content_blocks/4/edit" for 127.0.0.1 at 2014-03-28 15:28:07 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.7ms) Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.2ms) Started GET "/blocky/content_blocks/1/edit" for 127.0.0.1 at 2014-03-28 15:28:12 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.1ms) Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.2ms) Started GET "/blocky/content_blocks/2/edit" for 127.0.0.1 at 2014-03-28 15:28:22 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"2"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "2"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.1ms) Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.1ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-28 15:28:52 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.6ms) Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.5ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-28 15:29:13 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.9ms) Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.6ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-28 15:29:34 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.5ms) Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.4ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-28 15:34:38 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.6ms) Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.4ms) Started GET "/" for 127.0.0.1 at 2014-03-28 16:09:09 -0500 ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.6ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'some_block' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (19.4ms) Completed 200 OK in 50ms (Views: 48.0ms | ActiveRecord: 1.2ms) Started GET "/contact" for 127.0.0.1 at 2014-03-28 16:09:14 -0500 Processing by StaticPagesController#contact as HTML Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'contact' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/contact.html.erb within layouts/application (6.3ms) Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.5ms) Started GET "/blog/admin/posts" for 127.0.0.1 at 2014-03-28 16:09:16 -0500 ActionController::RoutingError (No route matches [GET] "/blog/admin/posts"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `call' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Rendered /Users/brian/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/brian/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /Users/brian/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms) Rendered /Users/brian/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (4.9ms) Rendered /Users/brian/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (26.8ms) Started GET "/blocky" for 127.0.0.1 at 2014-03-28 16:09:16 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (8.0ms) Completed 500 Internal Server Error in 69ms NameError - undefined local variable or method `page_title' for #<#:0x000001051e1ff8>: /Users/brian/github/codelation/blocky/app/views/layouts/blocky/application.html.erb:4:in `___sers_brian_github_codelation_blocky_app_views_layouts_blocky_application_html_erb__3248670544253717096_2190429560' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/brian/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:383:in `_run__3707546445161560382__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__3939767588972115852__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/blocky/__better_errors/2168996980/variables" for 127.0.0.1 at 2014-03-28 16:09:16 -0500 Started GET "/blocky" for 127.0.0.1 at 2014-03-28 16:09:34 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.3ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (16.9ms) Completed 500 Internal Server Error in 27ms LoadError - cannot load such file -- sass (in /Users/brian/github/codelation/blocky/app/assets/stylesheets/blocky/application.css.scss): activesupport (4.0.4) lib/active_support/dependencies.rb:229:in `block in require' activesupport (4.0.4) lib/active_support/dependencies.rb:214:in `load_dependency' activesupport (4.0.4) lib/active_support/dependencies.rb:229:in `require' tilt (1.4.1) lib/tilt/template.rb:144:in `require_template_library' sprockets (2.12.0) lib/sprockets/sass_template.rb:20:in `initialize_engine' tilt (1.4.1) lib/tilt/template.rb:56:in `initialize' sprockets (2.12.0) lib/sprockets/context.rb:196:in `block in evaluate' sprockets (2.12.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/bundled_asset.rb:16:in `initialize' sprockets (2.12.0) lib/sprockets/base.rb:377:in `build_asset' sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:113:in `block in stylesheet_link_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `stylesheet_link_tag' /Users/brian/github/codelation/blocky/app/views/layouts/blocky/application.html.erb:5:in `___sers_brian_github_codelation_blocky_app_views_layouts_blocky_application_html_erb__3248670544253717096_2190429560' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/brian/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__3707546445161560382__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__3939767588972115852__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/blocky/__better_errors/2190548700/variables" for 127.0.0.1 at 2014-03-28 16:09:34 -0500 Started GET "/blocky" for 127.0.0.1 at 2014-03-28 16:10:25 -0500 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Blocky::ContentBlocksController#index as HTML  (0.1ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (18.1ms) Completed 500 Internal Server Error in 271ms Sass::SyntaxError - File to import not found or unreadable: bourbon. Load paths: /Users/brian/github/codelation/blocky/spec/dummy/app/assets/images /Users/brian/github/codelation/blocky/spec/dummy/app/assets/javascripts /Users/brian/github/codelation/blocky/spec/dummy/app/assets/stylesheets /Users/brian/github/codelation/blocky/app/assets/images /Users/brian/github/codelation/blocky/app/assets/javascripts /Users/brian/github/codelation/blocky/app/assets/stylesheets /Users/brian/github/codelation/blocky/vendor/assets/fonts /Users/brian/github/codelation/blocky/vendor/assets/stylesheets (in /Users/brian/github/codelation/blocky/app/assets/stylesheets/blocky/shared/buttons.scss:1): sass (3.2.18) lib/sass/tree/import_node.rb:67:in `rescue in import' sass (3.2.18) lib/sass/tree/import_node.rb:45:in `import' sass (3.2.18) lib/sass/tree/import_node.rb:28:in `imported_file' sass (3.2.18) lib/sass/tree/import_node.rb:37:in `css_import?' sass (3.2.18) lib/sass/tree/visitors/perform.rb:217:in `visit_import' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:109:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:121:in `with_environment' sass (3.2.18) lib/sass/tree/visitors/perform.rb:108:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `block in visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:128:in `visit_root' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:7:in `visit' sass (3.2.18) lib/sass/tree/root_node.rb:20:in `render' sass (3.2.18) lib/sass/engine.rb:315:in `_render' sass (3.2.18) lib/sass/engine.rb:262:in `render' sprockets (2.11.0) lib/sprockets/sass_template.rb:53:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.11.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.11.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.11.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.11.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.11.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.11.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.11.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.11.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/processed_asset.rb:111:in `block in resolve_dependencies' sprockets (2.11.0) lib/sprockets/processed_asset.rb:105:in `resolve_dependencies' sprockets (2.11.0) lib/sprockets/processed_asset.rb:97:in `build_required_assets' sprockets (2.11.0) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.11.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.11.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.11.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.11.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.11.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/bundled_asset.rb:16:in `initialize' sprockets (2.11.0) lib/sprockets/base.rb:377:in `build_asset' sprockets (2.11.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.11.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.11.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:113:in `block in stylesheet_link_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `stylesheet_link_tag' /Users/brian/github/codelation/blocky/app/views/layouts/blocky/application.html.erb:5:in `___sers_brian_github_codelation_blocky_app_views_layouts_blocky_application_html_erb___1460888003950004642_2189547960' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/brian/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1069978773583753128__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__384562557944398384__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/blocky/__better_errors/2191285660/variables" for 127.0.0.1 at 2014-03-28 16:10:25 -0500 Started GET "/blocky" for 127.0.0.1 at 2014-03-28 16:12:50 -0500 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (17.3ms) Completed 500 Internal Server Error in 240ms Sass::SyntaxError - File to import not found or unreadable: bourbon. Load paths: /Users/brian/github/codelation/blocky/spec/dummy/app/assets/images /Users/brian/github/codelation/blocky/spec/dummy/app/assets/javascripts /Users/brian/github/codelation/blocky/spec/dummy/app/assets/stylesheets /Users/brian/github/codelation/blocky/app/assets/images /Users/brian/github/codelation/blocky/app/assets/javascripts /Users/brian/github/codelation/blocky/app/assets/stylesheets /Users/brian/github/codelation/blocky/vendor/assets/fonts /Users/brian/github/codelation/blocky/vendor/assets/stylesheets (in /Users/brian/github/codelation/blocky/app/assets/stylesheets/blocky/shared/buttons.scss:1): sass (3.2.18) lib/sass/tree/import_node.rb:67:in `rescue in import' sass (3.2.18) lib/sass/tree/import_node.rb:45:in `import' sass (3.2.18) lib/sass/tree/import_node.rb:28:in `imported_file' sass (3.2.18) lib/sass/tree/import_node.rb:37:in `css_import?' sass (3.2.18) lib/sass/tree/visitors/perform.rb:217:in `visit_import' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:109:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:121:in `with_environment' sass (3.2.18) lib/sass/tree/visitors/perform.rb:108:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `block in visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:128:in `visit_root' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:7:in `visit' sass (3.2.18) lib/sass/tree/root_node.rb:20:in `render' sass (3.2.18) lib/sass/engine.rb:315:in `_render' sass (3.2.18) lib/sass/engine.rb:262:in `render' sprockets (2.11.0) lib/sprockets/sass_template.rb:53:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.11.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.11.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.11.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.11.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.11.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.11.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.11.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.11.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/processed_asset.rb:111:in `block in resolve_dependencies' sprockets (2.11.0) lib/sprockets/processed_asset.rb:105:in `resolve_dependencies' sprockets (2.11.0) lib/sprockets/processed_asset.rb:97:in `build_required_assets' sprockets (2.11.0) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.11.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.11.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.11.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.11.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.11.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/bundled_asset.rb:16:in `initialize' sprockets (2.11.0) lib/sprockets/base.rb:377:in `build_asset' sprockets (2.11.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.11.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.11.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:113:in `block in stylesheet_link_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `stylesheet_link_tag' /Users/brian/github/codelation/blocky/app/views/layouts/blocky/application.html.erb:5:in `___sers_brian_github_codelation_blocky_app_views_layouts_blocky_application_html_erb___2306495434204330892_2190301340' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/brian/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__2208601141780881811__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1623731218392905__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/blocky/__better_errors/2191201840/variables" for 127.0.0.1 at 2014-03-28 16:12:51 -0500 Started GET "/blocky" for 127.0.0.1 at 2014-03-28 16:15:28 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.6ms) Completed 500 Internal Server Error in 16ms Sass::SyntaxError - File to import not found or unreadable: bourbon. Load paths: /Users/brian/github/codelation/blocky/spec/dummy/app/assets/images /Users/brian/github/codelation/blocky/spec/dummy/app/assets/javascripts /Users/brian/github/codelation/blocky/spec/dummy/app/assets/stylesheets /Users/brian/github/codelation/blocky/app/assets/images /Users/brian/github/codelation/blocky/app/assets/javascripts /Users/brian/github/codelation/blocky/app/assets/stylesheets /Users/brian/github/codelation/blocky/vendor/assets/fonts /Users/brian/github/codelation/blocky/vendor/assets/stylesheets (in /Users/brian/github/codelation/blocky/app/assets/stylesheets/blocky/shared/buttons.scss:1): sass (3.2.18) lib/sass/tree/import_node.rb:67:in `rescue in import' sass (3.2.18) lib/sass/tree/import_node.rb:45:in `import' sass (3.2.18) lib/sass/tree/import_node.rb:28:in `imported_file' sass (3.2.18) lib/sass/tree/import_node.rb:37:in `css_import?' sass (3.2.18) lib/sass/tree/visitors/perform.rb:217:in `visit_import' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:109:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:121:in `with_environment' sass (3.2.18) lib/sass/tree/visitors/perform.rb:108:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `block in visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:128:in `visit_root' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:7:in `visit' sass (3.2.18) lib/sass/tree/root_node.rb:20:in `render' sass (3.2.18) lib/sass/engine.rb:315:in `_render' sass (3.2.18) lib/sass/engine.rb:262:in `render' sprockets (2.11.0) lib/sprockets/sass_template.rb:53:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.11.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.11.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.11.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.11.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.11.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.11.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.11.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.11.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/processed_asset.rb:111:in `block in resolve_dependencies' sprockets (2.11.0) lib/sprockets/processed_asset.rb:105:in `resolve_dependencies' sprockets (2.11.0) lib/sprockets/processed_asset.rb:97:in `build_required_assets' sprockets (2.11.0) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.11.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.11.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.11.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.11.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.11.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/bundled_asset.rb:16:in `initialize' sprockets (2.11.0) lib/sprockets/base.rb:377:in `build_asset' sprockets (2.11.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.11.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.11.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:113:in `block in stylesheet_link_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `stylesheet_link_tag' /Users/brian/github/codelation/blocky/app/views/layouts/blocky/application.html.erb:5:in `___sers_brian_github_codelation_blocky_app_views_layouts_blocky_application_html_erb___2306495434204330892_2190301340' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/brian/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__2208601141780881811__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1623731218392905__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/blocky/__better_errors/2192250400/variables" for 127.0.0.1 at 2014-03-28 16:15:28 -0500 Started GET "/blocky" for 127.0.0.1 at 2014-03-28 16:15:40 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.9ms) Completed 500 Internal Server Error in 19ms Sass::SyntaxError - File to import not found or unreadable: bourbon. Load paths: /Users/brian/github/codelation/blocky/spec/dummy/app/assets/images /Users/brian/github/codelation/blocky/spec/dummy/app/assets/javascripts /Users/brian/github/codelation/blocky/spec/dummy/app/assets/stylesheets /Users/brian/github/codelation/blocky/app/assets/images /Users/brian/github/codelation/blocky/app/assets/javascripts /Users/brian/github/codelation/blocky/app/assets/stylesheets /Users/brian/github/codelation/blocky/vendor/assets/fonts /Users/brian/github/codelation/blocky/vendor/assets/stylesheets (in /Users/brian/github/codelation/blocky/app/assets/stylesheets/blocky/shared/buttons.scss:1): sass (3.2.18) lib/sass/tree/import_node.rb:67:in `rescue in import' sass (3.2.18) lib/sass/tree/import_node.rb:45:in `import' sass (3.2.18) lib/sass/tree/import_node.rb:28:in `imported_file' sass (3.2.18) lib/sass/tree/import_node.rb:37:in `css_import?' sass (3.2.18) lib/sass/tree/visitors/perform.rb:217:in `visit_import' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:53:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:109:in `block in visit_children' sass (3.2.18) lib/sass/tree/visitors/perform.rb:121:in `with_environment' sass (3.2.18) lib/sass/tree/visitors/perform.rb:108:in `visit_children' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `block in visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:128:in `visit_root' sass (3.2.18) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.18) lib/sass/tree/visitors/perform.rb:7:in `visit' sass (3.2.18) lib/sass/tree/root_node.rb:20:in `render' sass (3.2.18) lib/sass/engine.rb:315:in `_render' sass (3.2.18) lib/sass/engine.rb:262:in `render' sprockets (2.11.0) lib/sprockets/sass_template.rb:53:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.11.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.11.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.11.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.11.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.11.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.11.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.11.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.11.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/processed_asset.rb:111:in `block in resolve_dependencies' sprockets (2.11.0) lib/sprockets/processed_asset.rb:105:in `resolve_dependencies' sprockets (2.11.0) lib/sprockets/processed_asset.rb:97:in `build_required_assets' sprockets (2.11.0) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.11.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.11.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.11.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.11.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.11.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/bundled_asset.rb:16:in `initialize' sprockets (2.11.0) lib/sprockets/base.rb:377:in `build_asset' sprockets (2.11.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.11.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.11.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:113:in `block in stylesheet_link_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `stylesheet_link_tag' /Users/brian/github/codelation/blocky/app/views/layouts/blocky/application.html.erb:5:in `___sers_brian_github_codelation_blocky_app_views_layouts_blocky_application_html_erb___2306495434204330892_2190301340' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/brian/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__2208601141780881811__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1623731218392905__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/blocky/__better_errors/2191120520/variables" for 127.0.0.1 at 2014-03-28 16:15:40 -0500 Started GET "/blocky" for 127.0.0.1 at 2014-03-28 16:17:23 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.1ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.0ms) Completed 200 OK in 1854ms (Views: 1853.2ms | ActiveRecord: 0.3ms) Started GET "/" for 127.0.0.1 at 2014-05-20 09:06:21 -0500 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'some_block' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (22.3ms) Completed 200 OK in 64ms (Views: 62.4ms | ActiveRecord: 0.8ms) Started GET "/" for 127.0.0.1 at 2014-05-20 09:06:23 -0500 Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'some_block' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (3.7ms) Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.5ms) Started GET "/contact" for 127.0.0.1 at 2014-05-20 09:06:28 -0500 Processing by StaticPagesController#contact as HTML Blocky::ContentBlock Load (1.0ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'contact' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/contact.html.erb within layouts/application (3.8ms) Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 1.1ms) Started GET "/" for 127.0.0.1 at 2014-05-20 09:07:11 -0500 Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'some_block' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (2.2ms) Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.3ms) Started GET "/c/" for 127.0.0.1 at 2014-05-20 09:07:12 -0500 ActionController::RoutingError (No route matches [GET] "/c"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `call' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Rendered /Users/brian/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/brian/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /Users/brian/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms) Rendered /Users/brian/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (13.6ms) Rendered /Users/brian/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (36.7ms) Started GET "/contact" for 127.0.0.1 at 2014-05-20 09:07:12 -0500 Processing by StaticPagesController#contact as HTML Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'contact' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/contact.html.erb within layouts/application (1.7ms) Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.2ms) Started GET "/contact" for 127.0.0.1 at 2014-05-20 09:07:15 -0500 Processing by StaticPagesController#contact as HTML Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'contact' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/contact.html.erb within layouts/application (1.6ms) Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.2ms) Started GET "/communities/edgewood-management-group" for 127.0.0.1 at 2014-05-20 09:07:15 -0500 ActionController::RoutingError (No route matches [GET] "/communities/edgewood-management-group"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `call' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Rendered /Users/brian/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /Users/brian/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /Users/brian/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms) Rendered /Users/brian/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/brian/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (16.9ms) Started GET "/c/" for 127.0.0.1 at 2014-05-20 09:07:16 -0500 ActionController::RoutingError (No route matches [GET] "/c"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `call' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Rendered /Users/brian/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /Users/brian/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /Users/brian/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms) Rendered /Users/brian/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms) Rendered /Users/brian/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (14.1ms) Started GET "/" for 127.0.0.1 at 2014-05-20 09:07:16 -0500 Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'some_block' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (2.3ms) Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.4ms) Started GET "/" for 127.0.0.1 at 2014-05-20 09:07:16 -0500 Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'some_block' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (2.2ms) Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.3ms) Started GET "/" for 127.0.0.1 at 2014-05-20 09:07:16 -0500 Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'some_block' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (2.8ms) Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.3ms) Started GET "/" for 127.0.0.1 at 2014-05-20 09:07:26 -0500 Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'some_block' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (2.5ms) Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.3ms) Started GET "/" for 127.0.0.1 at 2014-05-20 09:07:26 -0500 Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'some_block' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (2.4ms) Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.4ms) Started GET "/contact" for 127.0.0.1 at 2014-05-20 09:07:26 -0500 Processing by StaticPagesController#contact as HTML Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'contact' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/contact.html.erb within layouts/application (1.6ms) Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.2ms) Started GET "/content_blocks/1/edit" for 127.0.0.1 at 2014-05-20 09:07:29 -0500 ActionController::RoutingError (No route matches [GET] "/content_blocks/1/edit"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `call' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Rendered /Users/brian/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /Users/brian/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) Rendered /Users/brian/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms) Rendered /Users/brian/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/brian/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (14.8ms) Started GET "/" for 127.0.0.1 at 2014-05-20 09:08:42 -0500 Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'some_block' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (3.0ms) Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.4ms) Started GET "/contact" for 127.0.0.1 at 2014-05-20 09:08:44 -0500 Processing by StaticPagesController#contact as HTML Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'contact' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/contact.html.erb within layouts/application (1.7ms) Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.3ms) Started GET "/contact" for 127.0.0.1 at 2014-05-20 09:11:13 -0500 Processing by StaticPagesController#contact as HTML Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'contact' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/contact.html.erb within layouts/application (2.6ms) Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.3ms) Started GET "/blog/admin" for 127.0.0.1 at 2014-05-20 09:11:26 -0500 ActionController::RoutingError (No route matches [GET] "/blog/admin"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `call' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Rendered /Users/brian/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/brian/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) Rendered /Users/brian/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms) Rendered /Users/brian/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.4ms) Rendered /Users/brian/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (19.4ms) Started GET "/blocky" for 127.0.0.1 at 2014-05-20 09:11:27 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (9.3ms) Completed 200 OK in 1140ms (Views: 1139.3ms | ActiveRecord: 0.5ms) Started GET "/blocky/content_blocks/1/edit" for 127.0.0.1 at 2014-05-20 09:11:54 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.4ms) Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.2ms) Started GET "/blocky" for 127.0.0.1 at 2014-05-20 09:12:56 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.9ms) Completed 200 OK in 1091ms (Views: 1089.9ms | ActiveRecord: 0.5ms) Started GET "/blocky/content_blocks/4/edit" for 127.0.0.1 at 2014-05-20 09:13:08 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.1ms) Completed 200 OK in 12ms (Views: 10.6ms | ActiveRecord: 0.2ms) Started GET "/blocky/content_blocks/1/edit" for 127.0.0.1 at 2014-05-20 09:13:10 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.1ms) Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.1ms) Started GET "/blocky/content_blocks/4/edit" for 127.0.0.1 at 2014-05-20 09:13:19 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.1ms) Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.1ms) Started GET "/blocky/content_blocks/4/edit" for 127.0.0.1 at 2014-05-20 09:22:52 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.8ms) Completed 500 Internal Server Error in 89ms Sprockets::FileNotFound - couldn't find file 'blocky/summernote' (in /Users/brian/github/codelation/blocky/app/assets/javascripts/blocky/application.js:13): sprockets (2.11.0) lib/sprockets/context.rb:106:in `resolve' sprockets (2.11.0) lib/sprockets/context.rb:146:in `require_asset' sprockets (2.11.0) lib/sprockets/directive_processor.rb:217:in `process_require_directive' sprockets (2.11.0) lib/sprockets/directive_processor.rb:167:in `block in process_directives' sprockets (2.11.0) lib/sprockets/directive_processor.rb:165:in `process_directives' sprockets (2.11.0) lib/sprockets/directive_processor.rb:99:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.11.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.11.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.11.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.11.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.11.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.11.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.11.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.11.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.11.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.11.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.11.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:91:in `block in javascript_include_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:90:in `javascript_include_tag' /Users/brian/github/codelation/blocky/app/views/layouts/blocky/application.html.erb:14:in `___sers_brian_github_codelation_blocky_app_views_layouts_blocky_application_html_erb__1702470750032564978_2158772340' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/brian/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__4037417049113710755__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__242853733618609559__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/blocky/__better_errors/2182999660/variables" for 127.0.0.1 at 2014-05-20 09:22:52 -0500 Started GET "/blocky/content_blocks/4/edit" for 127.0.0.1 at 2014-05-20 09:23:27 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.2ms) Completed 200 OK in 23ms (Views: 21.0ms | ActiveRecord: 0.3ms) Started GET "/blocky/content_blocks/4/edit" for 127.0.0.1 at 2014-05-20 09:23:31 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.2ms) Completed 500 Internal Server Error in 19ms Sprockets::FileNotFound - couldn't find file 'blocky/summernote' (in /Users/brian/github/codelation/blocky/app/assets/javascripts/blocky/application.js:13): sprockets (2.11.0) lib/sprockets/context.rb:106:in `resolve' sprockets (2.11.0) lib/sprockets/context.rb:146:in `require_asset' sprockets (2.11.0) lib/sprockets/directive_processor.rb:217:in `process_require_directive' sprockets (2.11.0) lib/sprockets/directive_processor.rb:167:in `block in process_directives' sprockets (2.11.0) lib/sprockets/directive_processor.rb:165:in `process_directives' sprockets (2.11.0) lib/sprockets/directive_processor.rb:99:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.11.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.11.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.11.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.11.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.11.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.11.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.11.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.11.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.11.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.11.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.11.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:91:in `block in javascript_include_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:90:in `javascript_include_tag' /Users/brian/github/codelation/blocky/app/views/layouts/blocky/application.html.erb:14:in `___sers_brian_github_codelation_blocky_app_views_layouts_blocky_application_html_erb__1702470750032564978_2158772340' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/brian/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__4037417049113710755__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__242853733618609559__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/blocky/__better_errors/2166384000/variables" for 127.0.0.1 at 2014-05-20 09:23:31 -0500 Started GET "/blocky/content_blocks/4/edit" for 127.0.0.1 at 2014-05-20 09:23:46 -0500 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.8ms) Completed 200 OK in 151ms (Views: 137.5ms | ActiveRecord: 0.4ms) Started GET "/blocky/content_blocks/4/edit" for 127.0.0.1 at 2014-05-20 09:25:20 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.6ms) Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.2ms) Started GET "/blocky/content_blocks/1/edit" for 127.0.0.1 at 2014-05-20 09:25:25 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.3ms) Completed 200 OK in 12ms (Views: 10.7ms | ActiveRecord: 0.2ms) Started GET "/blocky/content_blocks/1/edit" for 127.0.0.1 at 2014-05-20 09:25:27 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.2ms) Completed 200 OK in 14ms (Views: 13.0ms | ActiveRecord: 0.1ms) Started GET "/blocky/content_blocks/1/edit" for 127.0.0.1 at 2014-05-20 09:28:40 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.2ms) Completed 200 OK in 48ms (Views: 47.7ms | ActiveRecord: 0.2ms) Started GET "/blocky/content_blocks/1/edit" for 127.0.0.1 at 2014-05-20 09:28:55 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.7ms) Completed 200 OK in 20ms (Views: 18.1ms | ActiveRecord: 0.2ms) Started GET "/blocky/content_blocks/1/edit" for 127.0.0.1 at 2014-05-20 09:28:58 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.1ms) Completed 200 OK in 13ms (Views: 11.4ms | ActiveRecord: 0.2ms) Started GET "/blocky/content_blocks/1/edit" for 127.0.0.1 at 2014-05-20 09:29:04 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.6ms) Completed 200 OK in 14ms (Views: 13.2ms | ActiveRecord: 0.1ms) Started GET "/blocky/content_blocks/1/edit" for 127.0.0.1 at 2014-05-20 09:30:47 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.1ms) Completed 200 OK in 46ms (Views: 45.1ms | ActiveRecord: 0.1ms) Started GET "/blocky/content_blocks/1/edit" for 127.0.0.1 at 2014-05-20 09:31:29 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (2.0ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.2ms) Completed 200 OK in 246ms (Views: 242.7ms | ActiveRecord: 2.0ms) ActionController::RoutingError (No route matches [GET] "/assets/blocky/bootstrap.css.map"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `call' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started GET "/blocky/content_blocks/1/edit" for 127.0.0.1 at 2014-05-20 09:31:50 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.2ms) Completed 200 OK in 15ms (Views: 13.9ms | ActiveRecord: 0.2ms) ActionController::RoutingError (No route matches [GET] "/assets/blocky/bootstrap.css.map"): actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `call' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started GET "/blocky/content_blocks/1/edit" for 127.0.0.1 at 2014-05-20 09:32:19 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.1ms) Completed 200 OK in 14ms (Views: 13.3ms | ActiveRecord: 0.1ms) Started GET "/blocky/content_blocks/1/edit" for 127.0.0.1 at 2014-05-20 09:32:29 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.1ms) Completed 200 OK in 16ms (Views: 14.2ms | ActiveRecord: 0.2ms) Started GET "/blocky/content_blocks/1/edit" for 127.0.0.1 at 2014-05-20 09:33:09 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.1ms) Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.1ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 09:33:09 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (45.3ms) Completed 200 OK in 55ms (Views: 54.2ms | ActiveRecord: 0.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 09:33:27 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.1ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (7.8ms) Completed 200 OK in 20ms (Views: 17.7ms | ActiveRecord: 0.7ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 09:33:30 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.2ms) Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.2ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 09:34:34 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.1ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.6ms) Completed 200 OK in 17ms (Views: 15.2ms | ActiveRecord: 0.6ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 09:34:48 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.1ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (7.6ms) Completed 200 OK in 20ms (Views: 17.8ms | ActiveRecord: 0.8ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 09:34:50 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.2ms) Completed 200 OK in 15ms (Views: 11.3ms | ActiveRecord: 0.3ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 09:35:30 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.4ms) Completed 200 OK in 15ms (Views: 14.2ms | ActiveRecord: 0.4ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 09:36:18 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.1ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.8ms) Completed 200 OK in 21ms (Views: 19.4ms | ActiveRecord: 0.6ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 09:37:29 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.5ms) Completed 200 OK in 17ms (Views: 15.7ms | ActiveRecord: 0.6ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 09:37:31 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.9ms) Completed 200 OK in 17ms (Views: 15.8ms | ActiveRecord: 0.4ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 09:37:53 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.3ms) Completed 200 OK in 19ms (Views: 18.6ms | ActiveRecord: 0.4ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 09:38:17 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.2ms) Completed 200 OK in 16ms (Views: 14.9ms | ActiveRecord: 0.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 09:48:03 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.6ms) Completed 500 Internal Server Error in 29ms Sass::SyntaxError - File to import not found or unreadable: imports. Load paths: /Users/brian/github/codelation/blocky/spec/dummy/app/assets/images /Users/brian/github/codelation/blocky/spec/dummy/app/assets/javascripts /Users/brian/github/codelation/blocky/spec/dummy/app/assets/stylesheets /Users/brian/github/codelation/blocky/app/assets/images /Users/brian/github/codelation/blocky/app/assets/javascripts /Users/brian/github/codelation/blocky/app/assets/stylesheets /Users/brian/github/codelation/blocky/vendor/assets/fonts /Users/brian/github/codelation/blocky/vendor/assets/javascripts /Users/brian/github/codelation/blocky/vendor/assets/stylesheets (in /Users/brian/github/codelation/blocky/app/assets/stylesheets/blocky/shared/buttons.scss:1): sass (3.2.19) lib/sass/tree/import_node.rb:67:in `rescue in import' sass (3.2.19) lib/sass/tree/import_node.rb:45:in `import' sass (3.2.19) lib/sass/tree/import_node.rb:28:in `imported_file' sass (3.2.19) lib/sass/tree/import_node.rb:37:in `css_import?' sass (3.2.19) lib/sass/tree/visitors/perform.rb:217:in `visit_import' sass (3.2.19) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.19) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.19) lib/sass/tree/visitors/base.rb:53:in `block in visit_children' sass (3.2.19) lib/sass/tree/visitors/base.rb:53:in `visit_children' sass (3.2.19) lib/sass/tree/visitors/perform.rb:109:in `block in visit_children' sass (3.2.19) lib/sass/tree/visitors/perform.rb:121:in `with_environment' sass (3.2.19) lib/sass/tree/visitors/perform.rb:108:in `visit_children' sass (3.2.19) lib/sass/tree/visitors/base.rb:37:in `block in visit' sass (3.2.19) lib/sass/tree/visitors/perform.rb:128:in `visit_root' sass (3.2.19) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.19) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.19) lib/sass/tree/visitors/perform.rb:7:in `visit' sass (3.2.19) lib/sass/tree/root_node.rb:20:in `render' sass (3.2.19) lib/sass/engine.rb:315:in `_render' sass (3.2.19) lib/sass/engine.rb:262:in `render' sprockets (2.11.0) lib/sprockets/sass_template.rb:53:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.11.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.11.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.11.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.11.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.11.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.11.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.11.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.11.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/processed_asset.rb:44:in `block in init_with' sprockets (2.11.0) lib/sprockets/processed_asset.rb:37:in `init_with' sprockets (2.11.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.11.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.11.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.11.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.11.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:113:in `block in stylesheet_link_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `stylesheet_link_tag' /Users/brian/github/codelation/blocky/app/views/layouts/blocky/application.html.erb:5:in `___sers_brian_github_codelation_blocky_app_views_layouts_blocky_application_html_erb__3065050604911772711_2163761100' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/brian/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__518070711701120473__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__449369789432538065__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/blocky/__better_errors/2184454660/variables" for 127.0.0.1 at 2014-05-20 09:48:03 -0500 Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 09:48:39 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.3ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (8.0ms) Completed 200 OK in 1372ms (Views: 1371.1ms | ActiveRecord: 0.8ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 09:49:04 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.1ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.0ms) Completed 200 OK in 271ms (Views: 270.6ms | ActiveRecord: 0.4ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 09:49:20 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.5ms) Completed 200 OK in 270ms (Views: 269.6ms | ActiveRecord: 0.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 09:49:37 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.0ms) Completed 200 OK in 17ms (Views: 16.1ms | ActiveRecord: 0.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 09:49:56 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (7.3ms) Completed 200 OK in 19ms (Views: 18.5ms | ActiveRecord: 0.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 09:50:19 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.3ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.9ms) Completed 200 OK in 1244ms (Views: 1243.4ms | ActiveRecord: 0.7ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 09:50:26 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.6ms) Completed 200 OK in 1245ms (Views: 1244.5ms | ActiveRecord: 0.6ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 09:53:17 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.7ms) Completed 200 OK in 17ms (Views: 16.6ms | ActiveRecord: 0.4ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 09:55:36 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (12.7ms) Completed 500 Internal Server Error in 15ms NameError - undefined local variable or method `index' for #<#:0x0000010133ebe8>: /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb:24:in `block (3 levels) in ___sers_brian_github_codelation_blocky_app_views_blocky_content_blocks_index_html_erb___4456017464579680729_2157489980' /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb:21:in `block (2 levels) in ___sers_brian_github_codelation_blocky_app_views_blocky_content_blocks_index_html_erb___4456017464579680729_2157489980' /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb:20:in `block in ___sers_brian_github_codelation_blocky_app_views_blocky_content_blocks_index_html_erb___4456017464579680729_2157489980' actionpack (4.0.4) lib/action_view/helpers/cache_helper.rb:117:in `cache' /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb:1:in `___sers_brian_github_codelation_blocky_app_views_blocky_content_blocks_index_html_erb___4456017464579680729_2157489980' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/brian/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__518070711701120473__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__449369789432538065__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/blocky/__better_errors/2161397320/variables" for 127.0.0.1 at 2014-05-20 09:55:36 -0500 Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 09:55:45 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (7.1ms) Completed 200 OK in 19ms (Views: 18.3ms | ActiveRecord: 0.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 09:56:08 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.6ms) Completed 200 OK in 15ms (Views: 14.3ms | ActiveRecord: 0.4ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 09:56:27 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.3ms) Completed 200 OK in 19ms (Views: 17.5ms | ActiveRecord: 0.6ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 09:56:28 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.2ms) Completed 200 OK in 18ms (Views: 17.6ms | ActiveRecord: 0.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 09:56:48 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.1ms) Completed 200 OK in 22ms (Views: 21.5ms | ActiveRecord: 0.3ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 09:56:54 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.3ms) Completed 200 OK in 18ms (Views: 17.2ms | ActiveRecord: 0.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 09:57:30 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.1ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.4ms) Completed 200 OK in 16ms (Views: 15.6ms | ActiveRecord: 0.3ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 09:57:39 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.3ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (2.0ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (7.3ms) Completed 200 OK in 20ms (Views: 16.9ms | ActiveRecord: 2.4ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 09:57:49 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (7.6ms) Completed 200 OK in 20ms (Views: 19.2ms | ActiveRecord: 0.6ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 09:57:58 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (7.3ms) Completed 200 OK in 20ms (Views: 19.4ms | ActiveRecord: 0.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:02:43 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.1ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.9ms) Completed 200 OK in 17ms (Views: 16.7ms | ActiveRecord: 0.3ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:03:20 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.3ms) Completed 200 OK in 413ms (Views: 412.5ms | ActiveRecord: 0.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:03:27 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.8ms) Completed 200 OK in 336ms (Views: 334.9ms | ActiveRecord: 0.4ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:03:47 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.5ms) Completed 200 OK in 377ms (Views: 376.1ms | ActiveRecord: 0.6ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:04:39 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.5ms) Completed 200 OK in 293ms (Views: 291.8ms | ActiveRecord: 0.6ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:04:48 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (7.5ms) Completed 200 OK in 266ms (Views: 265.5ms | ActiveRecord: 0.6ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:05:10 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.9ms) Completed 200 OK in 259ms (Views: 258.7ms | ActiveRecord: 0.4ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:05:14 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (7.2ms) Completed 200 OK in 258ms (Views: 256.6ms | ActiveRecord: 0.6ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:06:14 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.4ms) Completed 200 OK in 18ms (Views: 17.2ms | ActiveRecord: 0.3ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:06:19 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (8.7ms) Completed 200 OK in 22ms (Views: 21.1ms | ActiveRecord: 0.6ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:06:41 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (7.5ms) Completed 200 OK in 20ms (Views: 19.6ms | ActiveRecord: 0.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:07:23 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (7.6ms) Completed 200 OK in 20ms (Views: 19.1ms | ActiveRecord: 0.6ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:07:57 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.7ms) Completed 200 OK in 267ms (Views: 266.5ms | ActiveRecord: 0.3ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:08:11 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.2ms) Completed 200 OK in 343ms (Views: 342.3ms | ActiveRecord: 0.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:08:18 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.6ms) Completed 200 OK in 251ms (Views: 249.7ms | ActiveRecord: 0.7ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:08:28 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.2ms) Completed 200 OK in 279ms (Views: 277.9ms | ActiveRecord: 0.6ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:08:39 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (7.4ms) Completed 500 Internal Server Error in 203ms Sass::SyntaxError - Undefined variable: "$base-background-color". (in /Users/brian/github/codelation/blocky/app/assets/stylesheets/blocky/application/content_blocks/index.scss:11): sass (3.2.19) lib/sass/script/variable.rb:49:in `_perform' sass (3.2.19) lib/sass/script/node.rb:40:in `perform' sass (3.2.19) lib/sass/script/list.rb:71:in `block in _perform' sass (3.2.19) lib/sass/script/list.rb:71:in `_perform' sass (3.2.19) lib/sass/script/node.rb:40:in `perform' sass (3.2.19) lib/sass/tree/visitors/perform.rb:298:in `visit_prop' sass (3.2.19) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.19) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.19) lib/sass/tree/visitors/base.rb:53:in `block in visit_children' sass (3.2.19) lib/sass/tree/visitors/base.rb:53:in `visit_children' sass (3.2.19) lib/sass/tree/visitors/perform.rb:109:in `block in visit_children' sass (3.2.19) lib/sass/tree/visitors/perform.rb:121:in `with_environment' sass (3.2.19) lib/sass/tree/visitors/perform.rb:108:in `visit_children' sass (3.2.19) lib/sass/tree/visitors/base.rb:37:in `block in visit' sass (3.2.19) lib/sass/tree/visitors/perform.rb:320:in `visit_rule' sass (3.2.19) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.19) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.19) lib/sass/tree/visitors/base.rb:53:in `block in visit_children' sass (3.2.19) lib/sass/tree/visitors/base.rb:53:in `visit_children' sass (3.2.19) lib/sass/tree/visitors/perform.rb:109:in `block in visit_children' sass (3.2.19) lib/sass/tree/visitors/perform.rb:121:in `with_environment' sass (3.2.19) lib/sass/tree/visitors/perform.rb:108:in `visit_children' sass (3.2.19) lib/sass/tree/visitors/base.rb:37:in `block in visit' sass (3.2.19) lib/sass/tree/visitors/perform.rb:320:in `visit_rule' sass (3.2.19) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.19) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.19) lib/sass/tree/visitors/base.rb:53:in `block in visit_children' sass (3.2.19) lib/sass/tree/visitors/base.rb:53:in `visit_children' sass (3.2.19) lib/sass/tree/visitors/perform.rb:109:in `block in visit_children' sass (3.2.19) lib/sass/tree/visitors/perform.rb:121:in `with_environment' sass (3.2.19) lib/sass/tree/visitors/perform.rb:108:in `visit_children' sass (3.2.19) lib/sass/tree/visitors/base.rb:37:in `block in visit' sass (3.2.19) lib/sass/tree/visitors/perform.rb:128:in `visit_root' sass (3.2.19) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.19) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.19) lib/sass/tree/visitors/perform.rb:7:in `visit' sass (3.2.19) lib/sass/tree/root_node.rb:20:in `render' sass (3.2.19) lib/sass/engine.rb:315:in `_render' sass (3.2.19) lib/sass/engine.rb:262:in `render' sprockets (2.11.0) lib/sprockets/sass_template.rb:53:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.11.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.11.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.11.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.11.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.11.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.11.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.11.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.11.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/processed_asset.rb:44:in `block in init_with' sprockets (2.11.0) lib/sprockets/processed_asset.rb:37:in `init_with' sprockets (2.11.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.11.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.11.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.11.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.11.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:113:in `block in stylesheet_link_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `stylesheet_link_tag' /Users/brian/github/codelation/blocky/app/views/layouts/blocky/application.html.erb:5:in `___sers_brian_github_codelation_blocky_app_views_layouts_blocky_application_html_erb__3065050604911772711_2163761100' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/brian/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__518070711701120473__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__449369789432538065__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/blocky/__better_errors/2234400860/variables" for 127.0.0.1 at 2014-05-20 10:08:39 -0500 Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:08:52 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.4ms) Completed 200 OK in 256ms (Views: 254.6ms | ActiveRecord: 0.6ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:08:58 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.1ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.4ms) Completed 500 Internal Server Error in 207ms Sass::SyntaxError - Undefined variable: "$base-background-color". (in /Users/brian/github/codelation/blocky/app/assets/stylesheets/blocky/application/content_blocks/index.scss:11): sass (3.2.19) lib/sass/script/variable.rb:49:in `_perform' sass (3.2.19) lib/sass/script/node.rb:40:in `perform' sass (3.2.19) lib/sass/script/list.rb:71:in `block in _perform' sass (3.2.19) lib/sass/script/list.rb:71:in `_perform' sass (3.2.19) lib/sass/script/node.rb:40:in `perform' sass (3.2.19) lib/sass/tree/visitors/perform.rb:298:in `visit_prop' sass (3.2.19) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.19) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.19) lib/sass/tree/visitors/base.rb:53:in `block in visit_children' sass (3.2.19) lib/sass/tree/visitors/base.rb:53:in `visit_children' sass (3.2.19) lib/sass/tree/visitors/perform.rb:109:in `block in visit_children' sass (3.2.19) lib/sass/tree/visitors/perform.rb:121:in `with_environment' sass (3.2.19) lib/sass/tree/visitors/perform.rb:108:in `visit_children' sass (3.2.19) lib/sass/tree/visitors/base.rb:37:in `block in visit' sass (3.2.19) lib/sass/tree/visitors/perform.rb:320:in `visit_rule' sass (3.2.19) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.19) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.19) lib/sass/tree/visitors/base.rb:53:in `block in visit_children' sass (3.2.19) lib/sass/tree/visitors/base.rb:53:in `visit_children' sass (3.2.19) lib/sass/tree/visitors/perform.rb:109:in `block in visit_children' sass (3.2.19) lib/sass/tree/visitors/perform.rb:121:in `with_environment' sass (3.2.19) lib/sass/tree/visitors/perform.rb:108:in `visit_children' sass (3.2.19) lib/sass/tree/visitors/base.rb:37:in `block in visit' sass (3.2.19) lib/sass/tree/visitors/perform.rb:320:in `visit_rule' sass (3.2.19) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.19) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.19) lib/sass/tree/visitors/base.rb:53:in `block in visit_children' sass (3.2.19) lib/sass/tree/visitors/base.rb:53:in `visit_children' sass (3.2.19) lib/sass/tree/visitors/perform.rb:109:in `block in visit_children' sass (3.2.19) lib/sass/tree/visitors/perform.rb:121:in `with_environment' sass (3.2.19) lib/sass/tree/visitors/perform.rb:108:in `visit_children' sass (3.2.19) lib/sass/tree/visitors/base.rb:37:in `block in visit' sass (3.2.19) lib/sass/tree/visitors/perform.rb:128:in `visit_root' sass (3.2.19) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.19) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.19) lib/sass/tree/visitors/perform.rb:7:in `visit' sass (3.2.19) lib/sass/tree/root_node.rb:20:in `render' sass (3.2.19) lib/sass/engine.rb:315:in `_render' sass (3.2.19) lib/sass/engine.rb:262:in `render' sprockets (2.11.0) lib/sprockets/sass_template.rb:53:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.11.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.11.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.11.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.11.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.11.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.11.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.11.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.11.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/processed_asset.rb:44:in `block in init_with' sprockets (2.11.0) lib/sprockets/processed_asset.rb:37:in `init_with' sprockets (2.11.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.11.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.11.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.11.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.11.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:113:in `block in stylesheet_link_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `stylesheet_link_tag' /Users/brian/github/codelation/blocky/app/views/layouts/blocky/application.html.erb:5:in `___sers_brian_github_codelation_blocky_app_views_layouts_blocky_application_html_erb__3065050604911772711_2163761100' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/brian/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__518070711701120473__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__449369789432538065__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/blocky/__better_errors/2245365060/variables" for 127.0.0.1 at 2014-05-20 10:08:58 -0500 Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:09:04 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.5ms) Completed 200 OK in 305ms (Views: 303.6ms | ActiveRecord: 0.6ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:09:04 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.2ms) Completed 200 OK in 16ms (Views: 14.9ms | ActiveRecord: 0.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:09:12 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.5ms) Completed 200 OK in 328ms (Views: 326.9ms | ActiveRecord: 0.4ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:09:33 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.1ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.0ms) Completed 200 OK in 230ms (Views: 229.1ms | ActiveRecord: 0.3ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:09:37 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.6ms) Completed 200 OK in 265ms (Views: 264.6ms | ActiveRecord: 0.4ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:09:40 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.3ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.3ms) Completed 200 OK in 262ms (Views: 261.2ms | ActiveRecord: 0.6ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:09:43 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.4ms) Completed 200 OK in 273ms (Views: 272.0ms | ActiveRecord: 0.7ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:09:48 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.1ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.4ms) Completed 200 OK in 264ms (Views: 262.3ms | ActiveRecord: 0.3ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:10:11 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.9ms) Completed 200 OK in 18ms (Views: 17.5ms | ActiveRecord: 0.6ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:10:33 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.1ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.9ms) Completed 200 OK in 15ms (Views: 14.8ms | ActiveRecord: 0.3ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:11:03 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.3ms) Completed 200 OK in 278ms (Views: 276.7ms | ActiveRecord: 0.7ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:11:13 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.2ms) Completed 200 OK in 357ms (Views: 356.2ms | ActiveRecord: 0.6ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:11:27 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (7.9ms) Completed 200 OK in 298ms (Views: 297.4ms | ActiveRecord: 0.6ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:11:52 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.2ms) Completed 200 OK in 264ms (Views: 263.0ms | ActiveRecord: 0.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:12:03 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.7ms) Completed 200 OK in 272ms (Views: 271.2ms | ActiveRecord: 0.6ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:12:15 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.3ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (7.3ms) Completed 200 OK in 283ms (Views: 281.8ms | ActiveRecord: 0.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:12:30 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.3ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.9ms) Completed 200 OK in 20ms (Views: 19.4ms | ActiveRecord: 0.7ms) Started GET "/" for 127.0.0.1 at 2014-05-20 10:12:32 -0500 Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'some_block' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (13.0ms) Completed 200 OK in 24ms (Views: 23.1ms | ActiveRecord: 0.5ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 10:12:46 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.2ms) Completed 200 OK in 15ms (Views: 14.0ms | ActiveRecord: 0.2ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:12:48 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.1ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.9ms) Completed 200 OK in 17ms (Views: 16.6ms | ActiveRecord: 0.3ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 10:12:50 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.2ms) Completed 200 OK in 17ms (Views: 14.0ms | ActiveRecord: 0.3ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:12:51 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.1ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.2ms) Completed 200 OK in 18ms (Views: 17.3ms | ActiveRecord: 0.4ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:13:26 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.6ms) Completed 200 OK in 20ms (Views: 19.1ms | ActiveRecord: 0.6ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:13:41 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.3ms) Completed 200 OK in 288ms (Views: 287.4ms | ActiveRecord: 0.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:13:46 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.4ms) Completed 200 OK in 289ms (Views: 286.8ms | ActiveRecord: 0.4ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:13:53 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.5ms) Completed 200 OK in 268ms (Views: 267.2ms | ActiveRecord: 0.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:13:57 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.1ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (2.9ms) Completed 200 OK in 330ms (Views: 329.6ms | ActiveRecord: 0.3ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 10:14:02 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.2ms) Completed 200 OK in 14ms (Views: 12.5ms | ActiveRecord: 0.2ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:14:05 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.0ms) Completed 200 OK in 19ms (Views: 18.5ms | ActiveRecord: 0.5ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 10:14:06 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.1ms) Completed 200 OK in 15ms (Views: 14.1ms | ActiveRecord: 0.1ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:14:27 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.1ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.0ms) Completed 200 OK in 18ms (Views: 17.0ms | ActiveRecord: 0.4ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 10:14:40 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.2ms) Completed 200 OK in 16ms (Views: 14.1ms | ActiveRecord: 0.2ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 10:14:53 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.6ms) Completed 200 OK in 17ms (Views: 15.6ms | ActiveRecord: 0.1ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 10:15:02 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.6ms) Completed 200 OK in 16ms (Views: 14.1ms | ActiveRecord: 0.2ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:15:13 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.5ms) Completed 200 OK in 16ms (Views: 15.1ms | ActiveRecord: 0.7ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:15:18 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.1ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.5ms) Completed 200 OK in 15ms (Views: 14.1ms | ActiveRecord: 0.4ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 10:15:21 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.2ms) Completed 200 OK in 16ms (Views: 15.0ms | ActiveRecord: 0.2ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 10:15:45 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.8ms) Completed 200 OK in 13ms (Views: 12.3ms | ActiveRecord: 0.2ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 10:15:53 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.3ms) Completed 200 OK in 16ms (Views: 14.4ms | ActiveRecord: 0.2ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 10:16:18 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.9ms) Completed 200 OK in 14ms (Views: 13.0ms | ActiveRecord: 0.2ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:16:40 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.0ms) Completed 200 OK in 27ms (Views: 26.2ms | ActiveRecord: 0.5ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 10:16:42 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.4ms) Completed 200 OK in 15ms (Views: 14.2ms | ActiveRecord: 0.1ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:16:45 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (8.2ms) Completed 200 OK in 21ms (Views: 19.8ms | ActiveRecord: 0.6ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 10:16:48 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.4ms) Completed 200 OK in 17ms (Views: 16.2ms | ActiveRecord: 0.1ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 10:17:31 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.4ms) Completed 200 OK in 14ms (Views: 13.1ms | ActiveRecord: 0.2ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 10:18:25 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.6ms) Completed 200 OK in 23ms (Views: 22.3ms | ActiveRecord: 0.2ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 10:18:35 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.5ms) Completed 200 OK in 16ms (Views: 14.9ms | ActiveRecord: 0.2ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 10:18:42 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.1ms) Completed 200 OK in 19ms (Views: 18.2ms | ActiveRecord: 0.1ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 10:19:01 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.9ms) Completed 200 OK in 17ms (Views: 16.4ms | ActiveRecord: 0.1ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:19:03 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.3ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (8.3ms) Completed 200 OK in 30ms (Views: 29.3ms | ActiveRecord: 0.7ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:19:51 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.3ms) Completed 200 OK in 282ms (Views: 280.7ms | ActiveRecord: 0.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:19:58 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.8ms) Completed 200 OK in 284ms (Views: 283.0ms | ActiveRecord: 0.6ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:20:01 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.2ms) Completed 200 OK in 279ms (Views: 278.4ms | ActiveRecord: 0.5ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 10:20:03 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.6ms) Completed 200 OK in 16ms (Views: 15.0ms | ActiveRecord: 0.1ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 10:20:06 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.0ms) Completed 200 OK in 284ms (Views: 282.5ms | ActiveRecord: 0.2ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 10:20:14 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.6ms) Completed 200 OK in 277ms (Views: 275.3ms | ActiveRecord: 0.2ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 10:20:30 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.5ms) Completed 200 OK in 291ms (Views: 289.4ms | ActiveRecord: 0.3ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 10:20:44 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.6ms) Completed 200 OK in 334ms (Views: 332.8ms | ActiveRecord: 0.2ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 10:20:51 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.0ms) Completed 200 OK in 275ms (Views: 273.3ms | ActiveRecord: 0.2ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 10:20:55 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.9ms) Completed 200 OK in 266ms (Views: 264.6ms | ActiveRecord: 0.2ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:20:57 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.5ms) Completed 200 OK in 20ms (Views: 19.2ms | ActiveRecord: 0.6ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:21:10 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.2ms) Completed 200 OK in 278ms (Views: 277.2ms | ActiveRecord: 0.4ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 10:21:13 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.5ms) Completed 200 OK in 28ms (Views: 26.3ms | ActiveRecord: 0.2ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:21:18 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.3ms) Completed 200 OK in 17ms (Views: 16.5ms | ActiveRecord: 0.3ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 10:21:20 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.6ms) Completed 200 OK in 17ms (Views: 16.3ms | ActiveRecord: 0.2ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:21:27 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.7ms) Completed 200 OK in 21ms (Views: 19.7ms | ActiveRecord: 0.5ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 10:21:29 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.7ms) Completed 200 OK in 16ms (Views: 15.4ms | ActiveRecord: 0.2ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:21:32 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.3ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.8ms) Completed 200 OK in 19ms (Views: 17.9ms | ActiveRecord: 0.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:21:59 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.3ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.7ms) Completed 200 OK in 24ms (Views: 23.4ms | ActiveRecord: 0.6ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:22:56 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.0ms) Completed 200 OK in 18ms (Views: 17.4ms | ActiveRecord: 0.3ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:23:17 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.3ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.3ms) Completed 200 OK in 265ms (Views: 263.6ms | ActiveRecord: 0.6ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:24:42 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'contact_email' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (4.1ms) INSERT INTO "blocky_content_blocks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 20 May 2014 15:24:42 UTC +00:00], ["name", :contact_email], ["updated_at", Tue, 20 May 2014 15:24:42 UTC +00:00]]  (4.1ms) commit transaction Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (32.8ms) Completed 200 OK in 46ms (Views: 37.0ms | ActiveRecord: 9.0ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:25:02 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.4ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (7.5ms) Completed 200 OK in 21ms (Views: 19.3ms | ActiveRecord: 0.8ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:25:12 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.0ms) Completed 200 OK in 20ms (Views: 19.1ms | ActiveRecord: 0.6ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:26:49 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (7.9ms) Completed 200 OK in 21ms (Views: 20.3ms | ActiveRecord: 0.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:26:59 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (9.4ms) Completed 200 OK in 23ms (Views: 21.9ms | ActiveRecord: 0.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:47:56 -0500 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Blocky::ContentBlocksController#index as HTML  (0.1ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (15.4ms) Completed 200 OK in 232ms (Views: 229.3ms | ActiveRecord: 0.7ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:50:05 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.3ms) Completed 200 OK in 527ms (Views: 525.8ms | ActiveRecord: 0.4ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:50:15 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.6ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.3ms) Completed 200 OK in 266ms (Views: 264.9ms | ActiveRecord: 0.9ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:50:28 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.1ms) Completed 200 OK in 260ms (Views: 258.7ms | ActiveRecord: 0.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:51:16 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (8.4ms) Completed 200 OK in 313ms (Views: 311.7ms | ActiveRecord: 0.6ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:51:21 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.6ms) Completed 200 OK in 272ms (Views: 268.1ms | ActiveRecord: 0.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:51:50 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.3ms) Completed 200 OK in 277ms (Views: 275.9ms | ActiveRecord: 0.4ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:51:56 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.4ms) Completed 200 OK in 283ms (Views: 282.1ms | ActiveRecord: 0.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:52:04 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.7ms) Completed 200 OK in 277ms (Views: 275.9ms | ActiveRecord: 0.4ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:52:07 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.1ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.4ms) Completed 200 OK in 335ms (Views: 334.7ms | ActiveRecord: 0.4ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:52:11 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.4ms) Completed 200 OK in 265ms (Views: 264.0ms | ActiveRecord: 0.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:52:15 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.3ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.0ms) Completed 200 OK in 266ms (Views: 265.3ms | ActiveRecord: 0.7ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:52:18 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.0ms) Completed 200 OK in 280ms (Views: 279.1ms | ActiveRecord: 0.6ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:52:21 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.2ms) Completed 200 OK in 300ms (Views: 299.4ms | ActiveRecord: 0.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:52:24 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.3ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.2ms) Completed 200 OK in 294ms (Views: 292.9ms | ActiveRecord: 0.8ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:52:28 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.1ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (2.9ms) Completed 200 OK in 276ms (Views: 275.6ms | ActiveRecord: 0.3ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:52:44 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.4ms) Completed 200 OK in 272ms (Views: 271.1ms | ActiveRecord: 0.7ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:52:48 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.4ms) Completed 200 OK in 317ms (Views: 316.1ms | ActiveRecord: 0.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:53:04 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.3ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.2ms) Completed 200 OK in 22ms (Views: 20.7ms | ActiveRecord: 0.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:53:12 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.1ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.6ms) Completed 200 OK in 282ms (Views: 281.5ms | ActiveRecord: 0.4ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:53:15 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.3ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.4ms) Completed 200 OK in 293ms (Views: 291.8ms | ActiveRecord: 0.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:53:18 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.4ms) Completed 200 OK in 278ms (Views: 276.6ms | ActiveRecord: 0.8ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:53:22 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (7.2ms) Completed 200 OK in 276ms (Views: 274.9ms | ActiveRecord: 0.7ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:53:26 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.5ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (8.0ms) Completed 200 OK in 306ms (Views: 304.8ms | ActiveRecord: 0.8ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:53:30 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.8ms) Completed 200 OK in 266ms (Views: 265.7ms | ActiveRecord: 0.4ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:53:34 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (8.2ms) Completed 200 OK in 279ms (Views: 278.1ms | ActiveRecord: 0.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:56:33 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.7ms) Completed 200 OK in 20ms (Views: 19.4ms | ActiveRecord: 0.6ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:56:45 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.2ms) Completed 200 OK in 25ms (Views: 23.8ms | ActiveRecord: 0.4ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:57:50 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.3ms) Completed 200 OK in 21ms (Views: 20.2ms | ActiveRecord: 0.6ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:58:58 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.1ms) Completed 200 OK in 19ms (Views: 17.8ms | ActiveRecord: 0.4ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:59:12 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.9ms) Completed 200 OK in 23ms (Views: 21.7ms | ActiveRecord: 0.6ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 10:59:41 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.4ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.2ms) Completed 500 Internal Server Error in 275ms Sass::SyntaxError - Undefined variable: "$base-padding". (in /Users/brian/github/codelation/blocky/app/assets/stylesheets/blocky/shared/buttons.scss:17): sass (3.2.19) lib/sass/script/variable.rb:49:in `_perform' sass (3.2.19) lib/sass/script/node.rb:40:in `perform' sass (3.2.19) lib/sass/script/operation.rb:73:in `_perform' sass (3.2.19) lib/sass/script/node.rb:40:in `perform' sass (3.2.19) lib/sass/script/operation.rb:73:in `_perform' sass (3.2.19) lib/sass/script/node.rb:40:in `perform' sass (3.2.19) lib/sass/script/list.rb:71:in `block in _perform' sass (3.2.19) lib/sass/script/list.rb:71:in `_perform' sass (3.2.19) lib/sass/script/node.rb:40:in `perform' sass (3.2.19) lib/sass/tree/visitors/perform.rb:298:in `visit_prop' sass (3.2.19) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.19) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.19) lib/sass/tree/visitors/base.rb:53:in `block in visit_children' sass (3.2.19) lib/sass/tree/visitors/base.rb:53:in `visit_children' sass (3.2.19) lib/sass/tree/visitors/perform.rb:109:in `block in visit_children' sass (3.2.19) lib/sass/tree/visitors/perform.rb:121:in `with_environment' sass (3.2.19) lib/sass/tree/visitors/perform.rb:108:in `visit_children' sass (3.2.19) lib/sass/tree/visitors/base.rb:37:in `block in visit' sass (3.2.19) lib/sass/tree/visitors/perform.rb:320:in `visit_rule' sass (3.2.19) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.19) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.19) lib/sass/tree/visitors/base.rb:53:in `block in visit_children' sass (3.2.19) lib/sass/tree/visitors/base.rb:53:in `visit_children' sass (3.2.19) lib/sass/tree/visitors/perform.rb:109:in `block in visit_children' sass (3.2.19) lib/sass/tree/visitors/perform.rb:121:in `with_environment' sass (3.2.19) lib/sass/tree/visitors/perform.rb:108:in `visit_children' sass (3.2.19) lib/sass/tree/visitors/base.rb:37:in `block in visit' sass (3.2.19) lib/sass/tree/visitors/perform.rb:128:in `visit_root' sass (3.2.19) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.19) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.19) lib/sass/tree/visitors/perform.rb:7:in `visit' sass (3.2.19) lib/sass/tree/root_node.rb:20:in `render' sass (3.2.19) lib/sass/engine.rb:315:in `_render' sass (3.2.19) lib/sass/engine.rb:262:in `render' sprockets (2.11.0) lib/sprockets/sass_template.rb:53:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.11.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.11.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.11.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.11.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.11.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.11.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.11.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.11.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/processed_asset.rb:44:in `block in init_with' sprockets (2.11.0) lib/sprockets/processed_asset.rb:37:in `init_with' sprockets (2.11.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.11.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.11.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.11.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.11.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:113:in `block in stylesheet_link_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `stylesheet_link_tag' /Users/brian/github/codelation/blocky/app/views/layouts/blocky/application.html.erb:5:in `___sers_brian_github_codelation_blocky_app_views_layouts_blocky_application_html_erb___3919463462620389615_2182272480' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/brian/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__2565913226662275813__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1295085150382332603__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/blocky/__better_errors/2226565620/variables" for 127.0.0.1 at 2014-05-20 10:59:41 -0500 Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:00:04 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.7ms) Completed 500 Internal Server Error in 166ms Sass::SyntaxError - Undefined variable: "$cancel-button-color". (in /Users/brian/github/codelation/blocky/app/assets/stylesheets/blocky/shared/buttons.scss:44): sass (3.2.19) lib/sass/script/variable.rb:49:in `_perform' sass (3.2.19) lib/sass/script/node.rb:40:in `perform' sass (3.2.19) lib/sass/script/list.rb:71:in `block in _perform' sass (3.2.19) lib/sass/script/list.rb:71:in `_perform' sass (3.2.19) lib/sass/script/node.rb:40:in `perform' sass (3.2.19) lib/sass/tree/visitors/perform.rb:298:in `visit_prop' sass (3.2.19) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.19) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.19) lib/sass/tree/visitors/base.rb:53:in `block in visit_children' sass (3.2.19) lib/sass/tree/visitors/base.rb:53:in `visit_children' sass (3.2.19) lib/sass/tree/visitors/perform.rb:109:in `block in visit_children' sass (3.2.19) lib/sass/tree/visitors/perform.rb:121:in `with_environment' sass (3.2.19) lib/sass/tree/visitors/perform.rb:108:in `visit_children' sass (3.2.19) lib/sass/tree/visitors/base.rb:37:in `block in visit' sass (3.2.19) lib/sass/tree/visitors/perform.rb:320:in `visit_rule' sass (3.2.19) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.19) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.19) lib/sass/tree/visitors/base.rb:53:in `block in visit_children' sass (3.2.19) lib/sass/tree/visitors/base.rb:53:in `visit_children' sass (3.2.19) lib/sass/tree/visitors/perform.rb:109:in `block in visit_children' sass (3.2.19) lib/sass/tree/visitors/perform.rb:121:in `with_environment' sass (3.2.19) lib/sass/tree/visitors/perform.rb:108:in `visit_children' sass (3.2.19) lib/sass/tree/visitors/base.rb:37:in `block in visit' sass (3.2.19) lib/sass/tree/visitors/perform.rb:320:in `visit_rule' sass (3.2.19) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.19) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.19) lib/sass/tree/visitors/base.rb:53:in `block in visit_children' sass (3.2.19) lib/sass/tree/visitors/base.rb:53:in `visit_children' sass (3.2.19) lib/sass/tree/visitors/perform.rb:109:in `block in visit_children' sass (3.2.19) lib/sass/tree/visitors/perform.rb:121:in `with_environment' sass (3.2.19) lib/sass/tree/visitors/perform.rb:108:in `visit_children' sass (3.2.19) lib/sass/tree/visitors/base.rb:37:in `block in visit' sass (3.2.19) lib/sass/tree/visitors/perform.rb:128:in `visit_root' sass (3.2.19) lib/sass/tree/visitors/base.rb:37:in `visit' sass (3.2.19) lib/sass/tree/visitors/perform.rb:100:in `visit' sass (3.2.19) lib/sass/tree/visitors/perform.rb:7:in `visit' sass (3.2.19) lib/sass/tree/root_node.rb:20:in `render' sass (3.2.19) lib/sass/engine.rb:315:in `_render' sass (3.2.19) lib/sass/engine.rb:262:in `render' sprockets (2.11.0) lib/sprockets/sass_template.rb:53:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.11.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.11.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.11.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.11.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.11.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.11.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.11.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.11.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/processed_asset.rb:44:in `block in init_with' sprockets (2.11.0) lib/sprockets/processed_asset.rb:37:in `init_with' sprockets (2.11.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.11.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.11.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.11.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.11.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:113:in `block in stylesheet_link_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:112:in `stylesheet_link_tag' /Users/brian/github/codelation/blocky/app/views/layouts/blocky/application.html.erb:5:in `___sers_brian_github_codelation_blocky_app_views_layouts_blocky_application_html_erb___3919463462620389615_2182272480' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/brian/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__2565913226662275813__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1295085150382332603__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/blocky/__better_errors/2223396300/variables" for 127.0.0.1 at 2014-05-20 11:00:04 -0500 Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:00:33 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.1ms) Completed 200 OK in 1504ms (Views: 1502.9ms | ActiveRecord: 0.7ms) Started GET "/blocky/3/edit" for 127.0.0.1 at 2014-05-20 11:00:42 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"3"} Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "3"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.0ms) Completed 200 OK in 19ms (Views: 14.2ms | ActiveRecord: 0.3ms) Started GET "/blocky/3/edit" for 127.0.0.1 at 2014-05-20 11:02:08 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"3"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "3"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.7ms) Completed 200 OK in 488ms (Views: 487.3ms | ActiveRecord: 0.1ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:02:13 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.3ms) Completed 200 OK in 27ms (Views: 26.3ms | ActiveRecord: 0.6ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:02:17 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.3ms) Completed 200 OK in 19ms (Views: 18.1ms | ActiveRecord: 0.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:02:49 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.2ms) Completed 200 OK in 416ms (Views: 414.9ms | ActiveRecord: 0.6ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:02:56 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (9.6ms) Completed 200 OK in 337ms (Views: 336.4ms | ActiveRecord: 0.6ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 11:02:58 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.8ms) Completed 200 OK in 21ms (Views: 18.5ms | ActiveRecord: 0.2ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:03:03 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.1ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.6ms) Completed 200 OK in 19ms (Views: 17.8ms | ActiveRecord: 0.4ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:03:34 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.0ms) Completed 200 OK in 362ms (Views: 361.4ms | ActiveRecord: 0.5ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 11:03:36 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.5ms) Completed 200 OK in 20ms (Views: 18.0ms | ActiveRecord: 0.2ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:03:39 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (14.3ms) Completed 200 OK in 32ms (Views: 30.8ms | ActiveRecord: 0.4ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 11:03:40 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.9ms) Completed 200 OK in 25ms (Views: 24.0ms | ActiveRecord: 0.1ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:03:41 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.0ms) Completed 200 OK in 27ms (Views: 26.3ms | ActiveRecord: 0.7ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:04:02 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.1ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.2ms) Completed 200 OK in 364ms (Views: 363.0ms | ActiveRecord: 0.3ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:04:04 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (7.9ms) Completed 200 OK in 20ms (Views: 19.2ms | ActiveRecord: 0.6ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:04:05 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.3ms) Completed 200 OK in 18ms (Views: 17.4ms | ActiveRecord: 0.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:04:06 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.5ms) Completed 200 OK in 20ms (Views: 18.5ms | ActiveRecord: 0.7ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:04:25 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.3ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.5ms) Completed 200 OK in 273ms (Views: 272.5ms | ActiveRecord: 0.6ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:04:37 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.2ms) Completed 200 OK in 296ms (Views: 294.9ms | ActiveRecord: 0.4ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:04:43 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.1ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.6ms) Completed 200 OK in 270ms (Views: 268.9ms | ActiveRecord: 0.4ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:04:53 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (7.5ms) Completed 200 OK in 264ms (Views: 263.0ms | ActiveRecord: 0.6ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:05:23 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.4ms) Completed 200 OK in 280ms (Views: 279.3ms | ActiveRecord: 0.4ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:05:42 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.8ms) Completed 200 OK in 286ms (Views: 284.3ms | ActiveRecord: 0.8ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:05:49 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.3ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (7.0ms) Completed 200 OK in 281ms (Views: 280.0ms | ActiveRecord: 0.6ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:06:02 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.3ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (7.8ms) Completed 200 OK in 400ms (Views: 398.8ms | ActiveRecord: 0.7ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:06:25 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.4ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (8.6ms) Completed 200 OK in 258ms (Views: 257.1ms | ActiveRecord: 0.7ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:06:33 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.1ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.8ms) Completed 200 OK in 305ms (Views: 304.6ms | ActiveRecord: 0.4ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:06:53 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.9ms) Completed 200 OK in 266ms (Views: 265.3ms | ActiveRecord: 0.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:07:06 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.5ms) Completed 200 OK in 348ms (Views: 347.5ms | ActiveRecord: 0.3ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:07:23 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.8ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.1ms) Completed 200 OK in 269ms (Views: 267.3ms | ActiveRecord: 1.1ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:07:47 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.1ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.3ms) Completed 200 OK in 278ms (Views: 276.9ms | ActiveRecord: 0.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:08:45 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.8ms) Completed 200 OK in 269ms (Views: 268.1ms | ActiveRecord: 0.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:08:59 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.3ms) Completed 200 OK in 265ms (Views: 263.7ms | ActiveRecord: 0.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:09:22 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.2ms) Completed 200 OK in 349ms (Views: 348.2ms | ActiveRecord: 0.7ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:11:11 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (8.1ms) Completed 200 OK in 23ms (Views: 22.1ms | ActiveRecord: 0.6ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:11:22 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.4ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (11.9ms) Completed 200 OK in 25ms (Views: 23.4ms | ActiveRecord: 0.8ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:11:34 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.9ms) Completed 200 OK in 22ms (Views: 20.6ms | ActiveRecord: 0.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:11:42 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (8.1ms) Completed 200 OK in 20ms (Views: 19.2ms | ActiveRecord: 0.4ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 11:12:24 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.4ms) Completed 200 OK in 13ms (Views: 12.0ms | ActiveRecord: 0.1ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:12:26 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.2ms) Completed 200 OK in 19ms (Views: 16.0ms | ActiveRecord: 0.6ms) Started GET "/blocky/6/edit" for 127.0.0.1 at 2014-05-20 11:12:28 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"6"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "6"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.4ms) Completed 200 OK in 13ms (Views: 12.1ms | ActiveRecord: 0.2ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:12:30 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.9ms) Completed 200 OK in 20ms (Views: 19.5ms | ActiveRecord: 0.4ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 11:12:32 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.5ms) Completed 200 OK in 16ms (Views: 15.4ms | ActiveRecord: 0.2ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 11:14:38 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.5ms) Completed 200 OK in 1583ms (Views: 1581.8ms | ActiveRecord: 0.1ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 11:14:42 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.6ms) Completed 200 OK in 17ms (Views: 16.0ms | ActiveRecord: 0.2ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 11:14:43 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.5ms) Completed 200 OK in 18ms (Views: 17.0ms | ActiveRecord: 0.1ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 11:14:59 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.5ms) Completed 200 OK in 1432ms (Views: 1431.4ms | ActiveRecord: 0.2ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 11:15:07 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.5ms) Completed 200 OK in 1500ms (Views: 1493.9ms | ActiveRecord: 0.2ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 11:15:12 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.6ms) Completed 200 OK in 1496ms (Views: 1494.8ms | ActiveRecord: 0.1ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 11:15:19 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.7ms) Completed 200 OK in 1549ms (Views: 1547.6ms | ActiveRecord: 0.2ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 11:15:25 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.5ms) Completed 200 OK in 1495ms (Views: 1493.9ms | ActiveRecord: 0.2ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 11:15:31 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.6ms) Completed 200 OK in 1437ms (Views: 1436.0ms | ActiveRecord: 0.2ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 11:15:38 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.5ms) Completed 200 OK in 1451ms (Views: 1449.5ms | ActiveRecord: 0.2ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 11:15:44 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.7ms) Completed 200 OK in 1518ms (Views: 1517.3ms | ActiveRecord: 0.1ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 11:15:51 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.6ms) Completed 200 OK in 1643ms (Views: 1642.4ms | ActiveRecord: 0.1ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 11:16:01 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.0ms) Completed 200 OK in 1478ms (Views: 1476.8ms | ActiveRecord: 0.2ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 11:16:07 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.5ms) Completed 200 OK in 1581ms (Views: 1579.5ms | ActiveRecord: 0.2ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 11:16:13 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.5ms) Completed 200 OK in 1472ms (Views: 1469.3ms | ActiveRecord: 0.2ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:16:17 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.8ms) Completed 200 OK in 20ms (Views: 18.9ms | ActiveRecord: 0.5ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 11:16:20 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.5ms) Completed 200 OK in 19ms (Views: 17.5ms | ActiveRecord: 0.2ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 11:16:47 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.5ms) Completed 200 OK in 257ms (Views: 254.0ms | ActiveRecord: 0.2ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 11:16:51 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.5ms) Completed 200 OK in 291ms (Views: 290.3ms | ActiveRecord: 0.2ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 11:16:59 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.6ms) Completed 200 OK in 278ms (Views: 276.5ms | ActiveRecord: 0.2ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 11:17:24 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.6ms) Completed 200 OK in 1615ms (Views: 1613.4ms | ActiveRecord: 0.2ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 11:17:34 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.9ms) Completed 200 OK in 17ms (Views: 15.9ms | ActiveRecord: 0.2ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 11:17:38 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.0ms) Completed 200 OK in 1649ms (Views: 1648.2ms | ActiveRecord: 0.2ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 11:17:44 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.6ms) Completed 200 OK in 1787ms (Views: 1786.3ms | ActiveRecord: 0.1ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:17:47 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.1ms) Completed 200 OK in 19ms (Views: 18.2ms | ActiveRecord: 0.6ms) Started GET "/blocky/6/edit" for 127.0.0.1 at 2014-05-20 11:17:48 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"6"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "6"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.9ms) Completed 200 OK in 17ms (Views: 15.3ms | ActiveRecord: 0.2ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:17:50 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.2ms) Completed 200 OK in 19ms (Views: 16.0ms | ActiveRecord: 0.5ms) Started GET "/blocky/2/edit" for 127.0.0.1 at 2014-05-20 11:17:51 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"2"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "2"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.5ms) Completed 200 OK in 18ms (Views: 16.7ms | ActiveRecord: 0.1ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:18:08 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.5ms) Completed 200 OK in 18ms (Views: 16.7ms | ActiveRecord: 0.5ms) Started GET "/blocky/2/edit" for 127.0.0.1 at 2014-05-20 11:18:10 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"2"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "2"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.6ms) Completed 200 OK in 21ms (Views: 14.3ms | ActiveRecord: 0.2ms) Started GET "/blocky/2/edit" for 127.0.0.1 at 2014-05-20 11:18:19 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"2"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "2"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.5ms) Completed 200 OK in 1654ms (Views: 1652.6ms | ActiveRecord: 0.1ms) Started GET "/blocky/2/edit" for 127.0.0.1 at 2014-05-20 11:18:23 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"2"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "2"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.6ms) Completed 200 OK in 18ms (Views: 16.8ms | ActiveRecord: 0.2ms) Started GET "/blocky/2/edit" for 127.0.0.1 at 2014-05-20 11:18:32 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"2"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "2"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.8ms) Completed 200 OK in 1645ms (Views: 1643.8ms | ActiveRecord: 0.2ms) Started GET "/blocky/2/edit" for 127.0.0.1 at 2014-05-20 11:19:55 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"2"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "2"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.0ms) Completed 200 OK in 22ms (Views: 20.5ms | ActiveRecord: 0.1ms) Started GET "/blocky/2/edit" for 127.0.0.1 at 2014-05-20 11:20:09 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"2"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "2"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.1ms) Completed 200 OK in 17ms (Views: 16.2ms | ActiveRecord: 0.2ms) Started GET "/blocky/2/edit" for 127.0.0.1 at 2014-05-20 11:20:16 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"2"} Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "2"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.1ms) Completed 200 OK in 20ms (Views: 18.9ms | ActiveRecord: 0.3ms) Started GET "/blocky/2/edit" for 127.0.0.1 at 2014-05-20 11:20:51 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"2"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "2"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.0ms) Completed 200 OK in 16ms (Views: 14.6ms | ActiveRecord: 0.2ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:54:28 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.9ms) Completed 200 OK in 20ms (Views: 19.4ms | ActiveRecord: 0.5ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 11:54:48 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.5ms) Completed 200 OK in 23ms (Views: 21.5ms | ActiveRecord: 0.2ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:55:13 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.1ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.7ms) Completed 200 OK in 17ms (Views: 16.2ms | ActiveRecord: 0.3ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:55:34 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (9.0ms) Completed 200 OK in 23ms (Views: 22.2ms | ActiveRecord: 0.6ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:55:42 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (2.8ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (8.9ms) Completed 200 OK in 22ms (Views: 18.8ms | ActiveRecord: 3.3ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:55:53 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (7.8ms) Completed 200 OK in 25ms (Views: 23.6ms | ActiveRecord: 0.6ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:56:05 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.3ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.1ms) Completed 200 OK in 26ms (Views: 24.7ms | ActiveRecord: 0.6ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:56:12 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (7.4ms) Completed 200 OK in 22ms (Views: 21.2ms | ActiveRecord: 0.6ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:56:20 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.7ms) Completed 200 OK in 21ms (Views: 20.3ms | ActiveRecord: 0.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:56:39 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.1ms) Completed 200 OK in 280ms (Views: 279.3ms | ActiveRecord: 0.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:56:54 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.5ms) Completed 200 OK in 311ms (Views: 309.7ms | ActiveRecord: 0.6ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:57:28 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.1ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.3ms) Completed 200 OK in 267ms (Views: 265.7ms | ActiveRecord: 0.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:57:36 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (7.3ms) Completed 200 OK in 287ms (Views: 286.0ms | ActiveRecord: 0.4ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:57:49 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.0ms) Completed 200 OK in 276ms (Views: 272.8ms | ActiveRecord: 0.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:57:52 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.3ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.1ms) Completed 200 OK in 285ms (Views: 283.7ms | ActiveRecord: 0.7ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:58:16 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (8.9ms) Completed 200 OK in 31ms (Views: 29.9ms | ActiveRecord: 0.5ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 11:58:24 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.8ms) Completed 200 OK in 20ms (Views: 19.1ms | ActiveRecord: 0.1ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 11:58:27 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.7ms) Completed 200 OK in 17ms (Views: 16.4ms | ActiveRecord: 0.4ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 11:58:29 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (0.9ms) Completed 200 OK in 17ms (Views: 15.4ms | ActiveRecord: 0.2ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 11:59:07 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.2ms) Completed 200 OK in 16ms (Views: 14.6ms | ActiveRecord: 0.1ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 11:59:43 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.7ms) Completed 500 Internal Server Error in 5ms SyntaxError - /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb:37: syntax error, unexpected keyword_ensure, expecting end-of-input: actionpack (4.0.4) lib/action_view/template.rb:299:in `' actionpack (4.0.4) lib/action_view/template.rb:299:in `compile' actionpack (4.0.4) lib/action_view/template.rb:248:in `block in compile!' actionpack (4.0.4) lib/action_view/template.rb:236:in `compile!' actionpack (4.0.4) lib/action_view/template.rb:142:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/brian/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__2565913226662275813__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1295085150382332603__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/blocky/__better_errors/2236652020/variables" for 127.0.0.1 at 2014-05-20 11:59:43 -0500 Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 11:59:55 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.5ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (3.5ms) Completed 200 OK in 18ms (Views: 16.6ms | ActiveRecord: 0.5ms) Started PATCH "/blocky/1" for 127.0.0.1 at 2014-05-20 12:00:09 -0500 AbstractController::ActionNotFound - The action 'update' could not be found for Blocky::ContentBlocksController: actionpack (4.0.4) lib/abstract_controller/base.rb:131:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1295085150382332603__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/blocky/__better_errors/2266591280/variables" for 127.0.0.1 at 2014-05-20 12:00:09 -0500 Started PATCH "/blocky/1" for 127.0.0.1 at 2014-05-20 12:02:27 -0500 SyntaxError - /Users/brian/github/codelation/blocky/app/controllers/blocky/content_blocks_controller.rb:33: syntax error, unexpected end-of-input, expecting keyword_end: activesupport (4.0.4) lib/active_support/dependencies.rb:424:in `' activesupport (4.0.4) lib/active_support/dependencies.rb:424:in `block in load_file' activesupport (4.0.4) lib/active_support/dependencies.rb:616:in `new_constants_in' activesupport (4.0.4) lib/active_support/dependencies.rb:423:in `load_file' activesupport (4.0.4) lib/active_support/dependencies.rb:324:in `require_or_load' activesupport (4.0.4) lib/active_support/dependencies.rb:463:in `load_missing_constant' activesupport (4.0.4) lib/active_support/dependencies.rb:184:in `const_missing' activesupport (4.0.4) lib/active_support/inflector/methods.rb:228:in `block in constantize' activesupport (4.0.4) lib/active_support/inflector/methods.rb:224:in `constantize' activesupport (4.0.4) lib/active_support/dependencies.rb:535:in `get' activesupport (4.0.4) lib/active_support/dependencies.rb:566:in `constantize' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:76:in `controller_reference' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:66:in `controller' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:44:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1295085150382332603__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/blocky/__better_errors/2277126440/variables" for 127.0.0.1 at 2014-05-20 12:02:27 -0500 Started PATCH "/blocky/1" for 127.0.0.1 at 2014-05-20 12:03:34 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Completed 500 Internal Server Error in 9ms NameError - undefined local variable or method `user_params' for #: /Users/brian/github/codelation/blocky/app/controllers/blocky/content_blocks_controller.rb:15:in `update' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:383:in `_run__2565913226662275813__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1295085150382332603__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/blocky/__better_errors/2172297340/variables" for 127.0.0.1 at 2014-05-20 12:03:34 -0500 Started PATCH "/blocky/1" for 127.0.0.1 at 2014-05-20 12:03:40 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Completed 400 Bad Request in 7ms ActionController::ParameterMissing - param is missing or the value is empty: content_block: actionpack (4.0.4) lib/action_controller/metal/strong_parameters.rb:183:in `require' /Users/brian/github/codelation/blocky/app/controllers/blocky/content_blocks_controller.rb:31:in `content_block_params' /Users/brian/github/codelation/blocky/app/controllers/blocky/content_blocks_controller.rb:15:in `update' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:383:in `_run__2565913226662275813__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1295085150382332603__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/blocky/__better_errors/2275827500/variables" for 127.0.0.1 at 2014-05-20 12:03:41 -0500 Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 12:03:46 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.3ms) Completed 200 OK in 15ms (Views: 14.5ms | ActiveRecord: 0.1ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 12:03:48 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.9ms) Completed 200 OK in 19ms (Views: 17.7ms | ActiveRecord: 0.2ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 12:03:48 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.4ms) Completed 200 OK in 16ms (Views: 15.2ms | ActiveRecord: 0.1ms) Started PATCH "/blocky/1" for 127.0.0.1 at 2014-05-20 12:03:58 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"

Hello World

Normally, both your asses would be dead as fucking fried chicken, but you happen to pull this shit while I'm in a transitional period so I don't wanna kill you, I wanna help you. But I can't give you this case, it don't belong to me. 

Besides, I've already been through too much shit this morning over this case to hand it over to your dumb ass.

\r\n "}, "id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (6.2ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 1 [["content", "

Hello World

Normally, both your asses would be dead as fucking fried chicken, but you happen to pull this shit while I'm in a transitional period so I don't wanna kill you, I wanna help you. But I can't give you this case, it don't belong to me. 

Besides, I've already been through too much shit this morning over this case to hand it over to your dumb ass.

\r\n "], ["updated_at", Tue, 20 May 2014 17:03:58 UTC +00:00]]  (4.4ms) commit transaction Redirected to Completed 500 Internal Server Error in 29ms NoMethodError - undefined method `index_url' for #: actionpack (4.0.4) lib/action_dispatch/routing/polymorphic_routes.rb:129:in `polymorphic_url' actionpack (4.0.4) lib/action_dispatch/routing/url_for.rb:159:in `url_for' actionpack (4.0.4) lib/action_controller/metal/redirecting.rb:100:in `_compute_redirect_to_location' actionpack (4.0.4) lib/action_controller/metal/redirecting.rb:70:in `redirect_to' actionpack (4.0.4) lib/action_controller/metal/flash.rb:40:in `redirect_to' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:61:in `block in redirect_to' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:60:in `redirect_to' /Users/brian/github/codelation/blocky/app/controllers/blocky/content_blocks_controller.rb:16:in `update' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:383:in `_run__2565913226662275813__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1295085150382332603__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/blocky/__better_errors/2275640860/variables" for 127.0.0.1 at 2014-05-20 12:03:58 -0500 Started PATCH "/blocky/1" for 127.0.0.1 at 2014-05-20 12:04:09 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"

Hello World

Normally, both your asses would be dead as fucking fried chicken, but you happen to pull this shit while I'm in a transitional period so I don't wanna kill you, I wanna help you. But I can't give you this case, it don't belong to me. 

Besides, I've already been through too much shit this morning over this case to hand it over to your dumb ass.

\r\n "}, "id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 11ms (ActiveRecord: 0.9ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 12:04:10 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.9ms) Completed 200 OK in 22ms (Views: 20.9ms | ActiveRecord: 0.4ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 12:06:28 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.4ms) Completed 500 Internal Server Error in 27ms ActionView::MissingTemplate - Missing partial layouts/flash_messages with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/Users/brian/github/codelation/blocky/spec/dummy/app/views" * "/Users/brian/github/codelation/blocky/app/views" : actionpack (4.0.4) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.4) lib/action_view/lookup_context.rb:122:in `find' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:383:in `find_template' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:377:in `find_partial' actionpack (4.0.4) lib/action_view/renderer/partial_renderer.rb:263:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:21:in `render' actionpack (4.0.4) lib/action_view/helpers/rendering_helper.rb:24:in `render' /Users/brian/github/codelation/blocky/app/views/layouts/blocky/application.html.erb:11:in `___sers_brian_github_codelation_blocky_app_views_layouts_blocky_application_html_erb___3919463462620389615_2185149520' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/brian/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:383:in `_run__2565913226662275813__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1295085150382332603__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/blocky/__better_errors/2223293380/variables" for 127.0.0.1 at 2014-05-20 12:06:28 -0500 Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 12:06:40 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (8.1ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.5ms) Completed 200 OK in 78ms (Views: 77.0ms | ActiveRecord: 0.6ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 12:07:25 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.2ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 499ms (Views: 498.1ms | ActiveRecord: 0.5ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 12:07:27 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (3.4ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 19ms (Views: 18.3ms | ActiveRecord: 0.2ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 12:07:29 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.3ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 19ms (Views: 18.0ms | ActiveRecord: 0.5ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 12:07:31 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.7ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 19ms (Views: 15.4ms | ActiveRecord: 0.2ms) Started PATCH "/blocky/1" for 127.0.0.1 at 2014-05-20 12:07:52 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"

Hello World

Normally, both your asses would be dead as fucking fried chicken, but you happen to pull this shit while I'm in a transitional period so I don't wanna kill you, I wanna help you. But I can't give you this case, it don't belong to me. 

Besides, I've already been through too much shit this morning over this case to hand it over to your dumb ass.

\r\n \r\n "}, "id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 1 [["content", "

Hello World

Normally, both your asses would be dead as fucking fried chicken, but you happen to pull this shit while I'm in a transitional period so I don't wanna kill you, I wanna help you. But I can't give you this case, it don't belong to me. 

Besides, I've already been through too much shit this morning over this case to hand it over to your dumb ass.

\r\n \r\n "], ["updated_at", Tue, 20 May 2014 17:07:52 UTC +00:00]]  (3.4ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 7ms (ActiveRecord: 3.9ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 12:07:52 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.1ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.0ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 19ms (Views: 18.2ms | ActiveRecord: 0.3ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 12:08:07 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.7ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 240ms (Views: 239.3ms | ActiveRecord: 0.3ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 12:08:09 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.6ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 20ms (Views: 18.7ms | ActiveRecord: 0.2ms) Started PATCH "/blocky/4" for 127.0.0.1 at 2014-05-20 12:08:17 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"123-456-7890"}, "id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction SQL (0.9ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 4 [["content", "123-456-7890"], ["updated_at", Tue, 20 May 2014 17:08:17 UTC +00:00]]  (1.9ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 12:08:17 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.1ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.1ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 17ms (Views: 15.9ms | ActiveRecord: 0.3ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 12:08:26 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.5ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 242ms (Views: 240.6ms | ActiveRecord: 0.7ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 12:08:27 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (4.0ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 21ms (Views: 19.7ms | ActiveRecord: 0.2ms) Started PATCH "/blocky/4" for 127.0.0.1 at 2014-05-20 12:08:32 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>" 111-456-7890\r\n "}, "id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]]  (0.2ms) begin transaction SQL (0.4ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 4 [["content", " 111-456-7890\r\n "], ["updated_at", Tue, 20 May 2014 17:08:32 UTC +00:00]]  (1.7ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 9ms (ActiveRecord: 2.4ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 12:08:32 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.4ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 21ms (Views: 20.7ms | ActiveRecord: 0.4ms) Started GET "/contact" for 127.0.0.1 at 2014-05-20 12:08:54 -0500 Processing by StaticPagesController#contact as HTML Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'contact' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/contact.html.erb within layouts/application (14.6ms) Completed 200 OK in 25ms (Views: 24.4ms | ActiveRecord: 0.4ms) Started GET "/" for 127.0.0.1 at 2014-05-20 12:08:56 -0500 Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'some_block' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (4.9ms) Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.5ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 12:09:56 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.2ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 18ms (Views: 16.7ms | ActiveRecord: 0.2ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 12:15:06 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (5.5ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 29ms (Views: 27.8ms | ActiveRecord: 0.1ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 12:15:12 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.8ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 22ms (Views: 20.7ms | ActiveRecord: 0.7ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 12:15:49 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.3ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 22ms (Views: 21.4ms | ActiveRecord: 0.4ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 12:16:02 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.7ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 24ms (Views: 23.2ms | ActiveRecord: 0.6ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 12:16:11 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.6ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 20ms (Views: 17.6ms | ActiveRecord: 0.5ms) Started GET "/blocky/6/edit" for 127.0.0.1 at 2014-05-20 12:16:54 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"6"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "6"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.3ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 92ms (Views: 91.2ms | ActiveRecord: 0.2ms) Started GET "/blocky/3/edit" for 127.0.0.1 at 2014-05-20 12:18:56 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"3"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "3"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.4ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 23ms (Views: 21.5ms | ActiveRecord: 0.2ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 12:18:59 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.3ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 22ms (Views: 20.6ms | ActiveRecord: 0.6ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 12:19:02 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.9ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 21ms (Views: 19.9ms | ActiveRecord: 0.2ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 12:19:50 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.2ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 19ms (Views: 18.0ms | ActiveRecord: 0.5ms) Started GET "/blocky/3/edit" for 127.0.0.1 at 2014-05-20 12:20:20 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"3"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "3"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.5ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 21ms (Views: 20.4ms | ActiveRecord: 0.1ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 12:29:01 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.6ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 22ms (Views: 21.0ms | ActiveRecord: 0.1ms) Started GET "/blocky/6/edit" for 127.0.0.1 at 2014-05-20 12:29:04 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"6"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "6"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.2ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 15ms (Views: 13.8ms | ActiveRecord: 0.1ms) Started GET "/" for 127.0.0.1 at 2014-05-20 12:29:08 -0500 Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'some_block' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (5.0ms) Completed 200 OK in 10ms (Views: 9.7ms | ActiveRecord: 0.5ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 12:29:15 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.5ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 30ms (Views: 28.5ms | ActiveRecord: 0.2ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 12:32:24 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.2ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 29ms (Views: 28.0ms | ActiveRecord: 0.5ms) Started GET "/blocky/2/edit" for 127.0.0.1 at 2014-05-20 12:32:26 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"2"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "2"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.1ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 18ms (Views: 17.4ms | ActiveRecord: 0.1ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 12:33:40 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.1ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 21ms (Views: 19.8ms | ActiveRecord: 0.5ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 12:33:42 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.0ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 21ms (Views: 19.9ms | ActiveRecord: 0.1ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 12:33:44 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.3ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 20ms (Views: 19.3ms | ActiveRecord: 0.5ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 12:44:40 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.8ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 16ms (Views: 15.2ms | ActiveRecord: 0.1ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 12:44:41 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.5ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 23ms (Views: 22.0ms | ActiveRecord: 0.1ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 12:45:25 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.7ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 17ms (Views: 16.1ms | ActiveRecord: 0.2ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 12:46:22 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.6ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 20ms (Views: 18.6ms | ActiveRecord: 0.2ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 12:46:44 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.6ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 15ms (Views: 14.5ms | ActiveRecord: 0.1ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 12:47:27 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.7ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 19ms (Views: 18.4ms | ActiveRecord: 0.1ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 12:47:38 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.7ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 18ms (Views: 16.7ms | ActiveRecord: 0.2ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 12:50:36 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (4.1ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 274ms (Views: 273.0ms | ActiveRecord: 0.1ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 12:50:40 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.2ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 25ms (Views: 24.3ms | ActiveRecord: 0.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 12:50:49 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (7.9ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 24ms (Views: 23.0ms | ActiveRecord: 0.6ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 12:50:57 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (7.1ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 24ms (Views: 23.4ms | ActiveRecord: 0.7ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 12:51:09 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.1ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 23ms (Views: 21.8ms | ActiveRecord: 0.6ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 12:51:10 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.7ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 19ms (Views: 17.9ms | ActiveRecord: 0.2ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 12:51:25 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.6ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 20ms (Views: 18.5ms | ActiveRecord: 0.2ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 12:51:45 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.7ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 356ms (Views: 354.2ms | ActiveRecord: 0.1ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 12:51:47 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.4ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 23ms (Views: 22.0ms | ActiveRecord: 0.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 12:51:56 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.4ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (7.0ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 24ms (Views: 22.8ms | ActiveRecord: 0.7ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 12:52:03 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (7.1ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 24ms (Views: 23.0ms | ActiveRecord: 0.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 12:52:12 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.1ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 24ms (Views: 23.6ms | ActiveRecord: 0.5ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 12:52:12 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (5.2ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 21ms (Views: 20.0ms | ActiveRecord: 0.2ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 12:52:23 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.7ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 24ms (Views: 22.7ms | ActiveRecord: 0.6ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 12:52:25 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.6ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 19ms (Views: 17.8ms | ActiveRecord: 0.2ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 12:52:28 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.1ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.7ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 23ms (Views: 22.8ms | ActiveRecord: 0.4ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 12:52:46 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.1ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 23ms (Views: 22.0ms | ActiveRecord: 0.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 12:52:57 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.3ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 23ms (Views: 22.4ms | ActiveRecord: 0.4ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 12:52:58 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.0ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 25ms (Views: 23.8ms | ActiveRecord: 0.4ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 12:52:59 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.3ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.1ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 22ms (Views: 20.5ms | ActiveRecord: 0.8ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 12:53:01 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (7.6ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 26ms (Views: 25.1ms | ActiveRecord: 0.6ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 12:53:10 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.5ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 261ms (Views: 260.7ms | ActiveRecord: 0.4ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 12:53:13 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.4ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 307ms (Views: 306.4ms | ActiveRecord: 0.6ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 12:53:27 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.7ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 292ms (Views: 290.9ms | ActiveRecord: 0.4ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 12:53:32 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.5ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 25ms (Views: 23.9ms | ActiveRecord: 0.6ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 12:53:40 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.0ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 301ms (Views: 299.6ms | ActiveRecord: 0.7ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 12:53:54 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.3ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.6ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 306ms (Views: 304.5ms | ActiveRecord: 0.7ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 12:53:57 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.8ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 251ms (Views: 250.5ms | ActiveRecord: 0.6ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 12:54:20 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.5ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.5ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 242ms (Views: 240.9ms | ActiveRecord: 0.9ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 12:54:29 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.0ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 299ms (Views: 298.7ms | ActiveRecord: 0.4ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 12:54:32 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.7ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 304ms (Views: 303.0ms | ActiveRecord: 0.7ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 12:55:00 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.0ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 245ms (Views: 244.4ms | ActiveRecord: 0.5ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 12:55:03 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.6ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 23ms (Views: 21.6ms | ActiveRecord: 0.2ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 12:55:10 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.5ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 260ms (Views: 259.2ms | ActiveRecord: 0.2ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 12:55:13 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.5ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 20ms (Views: 18.7ms | ActiveRecord: 0.2ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 12:55:14 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.7ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 23ms (Views: 21.6ms | ActiveRecord: 0.2ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 12:55:17 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.8ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 306ms (Views: 305.2ms | ActiveRecord: 0.2ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 12:55:21 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.8ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 21ms (Views: 20.1ms | ActiveRecord: 0.7ms) Started GET "/blocky/5/edit" for 127.0.0.1 at 2014-05-20 12:55:23 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"5"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "5"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.4ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 20ms (Views: 18.7ms | ActiveRecord: 0.2ms) Started GET "/blocky/5/edit" for 127.0.0.1 at 2014-05-20 12:55:35 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"5"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "5"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.2ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 333ms (Views: 331.9ms | ActiveRecord: 0.1ms) Started GET "/blocky/5/edit" for 127.0.0.1 at 2014-05-20 12:55:37 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"5"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "5"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.4ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 19ms (Views: 18.3ms | ActiveRecord: 0.2ms) Started GET "/blocky/5/edit" for 127.0.0.1 at 2014-05-20 12:55:40 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"5"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "5"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.4ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 302ms (Views: 301.0ms | ActiveRecord: 0.2ms) Started GET "/blocky/5/edit" for 127.0.0.1 at 2014-05-20 12:55:46 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"5"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "5"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.6ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 291ms (Views: 289.8ms | ActiveRecord: 0.1ms) Started GET "/blocky/5/edit" for 127.0.0.1 at 2014-05-20 12:55:50 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"5"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "5"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.6ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 252ms (Views: 247.7ms | ActiveRecord: 0.1ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 12:56:01 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.7ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 25ms (Views: 23.6ms | ActiveRecord: 0.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 13:09:52 -0500 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActionController::RoutingError - uninitialized constant Blocky::ApplicationController::Blogelator: actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:69:in `rescue in controller' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:64:in `controller' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:44:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__2373830925514276757__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/blocky/__better_errors/2162152560/variables" for 127.0.0.1 at 2014-05-20 13:09:52 -0500 Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 13:10:06 -0500 Processing by Blocky::ContentBlocksController#index as HTML Completed 500 Internal Server Error in 8ms NoMethodError - undefined method `underscore' for nil:NilClass: /Users/brian/github/codelation/blocky/app/controllers/concerns/blocky/auth.rb:21:in `devise_resource_name' /Users/brian/github/codelation/blocky/app/controllers/concerns/blocky/auth.rb:40:in `store_location' /Users/brian/github/codelation/blocky/app/controllers/concerns/blocky/auth.rb:47:in `unauthorized' /Users/brian/github/codelation/blocky/app/controllers/concerns/blocky/auth.rb:8:in `block (2 levels) in ' activesupport (4.0.4) lib/active_support/rescuable.rb:114:in `block in handler_for_rescue' activesupport (4.0.4) lib/active_support/rescuable.rb:80:in `rescue_with_handler' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:15:in `rescue_with_handler' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:32:in `rescue in process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__2373830925514276757__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/blocky/__better_errors/2176814960/variables" for 127.0.0.1 at 2014-05-20 13:10:06 -0500 Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 13:10:22 -0500 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Blocky::ContentBlocksController#index as HTML Redirected to http://localhost:3000/ Completed 302 Found in 20ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2014-05-20 13:10:22 -0500 Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'some_block' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (16.6ms) Completed 200 OK in 35ms (Views: 33.4ms | ActiveRecord: 0.8ms) Started GET "/" for 127.0.0.1 at 2014-05-20 13:10:23 -0500 Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'some_block' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (5.5ms) Completed 200 OK in 10ms (Views: 9.1ms | ActiveRecord: 0.7ms) Started GET "/" for 127.0.0.1 at 2014-05-20 13:10:26 -0500 Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'some_block' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (2.3ms) Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.3ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 13:10:26 -0500 Processing by Blocky::ContentBlocksController#index as HTML Redirected to http://localhost:3000/ Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2014-05-20 13:10:26 -0500 Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'some_block' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (2.2ms) Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.4ms) Started GET "/" for 127.0.0.1 at 2014-05-20 13:13:10 -0500 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'some_block' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (15.9ms) Completed 200 OK in 43ms (Views: 41.4ms | ActiveRecord: 0.8ms) Started GET "/" for 127.0.0.1 at 2014-05-20 13:13:10 -0500 Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'some_block' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (2.6ms) Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.3ms) Started GET "/" for 127.0.0.1 at 2014-05-20 13:13:13 -0500 Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'some_block' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (3.1ms) Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.4ms) Started GET "/" for 127.0.0.1 at 2014-05-20 13:13:13 -0500 Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'some_block' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (3.7ms) Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.5ms) Started GET "/blocky/1" for 127.0.0.1 at 2014-05-20 13:13:13 -0500 AbstractController::ActionNotFound - The action 'show' could not be found for Blocky::ContentBlocksController: actionpack (4.0.4) lib/abstract_controller/base.rb:131:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1146348461399180411__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/blocky/__better_errors/2158165240/variables" for 127.0.0.1 at 2014-05-20 13:13:13 -0500 Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 13:13:14 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.1ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.5ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.9ms) Completed 200 OK in 236ms (Views: 234.9ms | ActiveRecord: 0.4ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 13:13:18 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.8ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 25ms (Views: 23.7ms | ActiveRecord: 0.5ms) Started GET "/" for 127.0.0.1 at 2014-05-20 13:17:02 -0500 Processing by StaticPagesController#home as HTML Blocky::ContentBlock Load (0.5ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" = 'static_pages' AND "blocky_content_blocks"."action" = 'home' AND "blocky_content_blocks"."name" = 'some_block' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."controller" IS NULL AND "blocky_content_blocks"."action" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1 Rendered static_pages/home.html.erb within layouts/application (5.0ms) Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.8ms) Started GET "/blocky/1" for 127.0.0.1 at 2014-05-20 13:17:03 -0500 AbstractController::ActionNotFound - The action 'show' could not be found for Blocky::ContentBlocksController: actionpack (4.0.4) lib/abstract_controller/base.rb:131:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1146348461399180411__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/blocky/__better_errors/2184310740/variables" for 127.0.0.1 at 2014-05-20 13:17:03 -0500 Started GET "/blocky/1" for 127.0.0.1 at 2014-05-20 13:17:33 -0500 Processing by Blocky::ContentBlocksController#show as HTML Parameters: {"id"=>"1"} Redirected to http://localhost:3000/blocky/1/edit Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 13:17:33 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.4ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.9ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 25ms (Views: 19.1ms | ActiveRecord: 0.8ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 13:17:46 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.9ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 27ms (Views: 20.2ms | ActiveRecord: 0.5ms) Started PATCH "/blocky/1" for 127.0.0.1 at 2014-05-20 13:17:58 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"

Hello World

Normally, both your asses would be dead as fucking fried chicken, but you happen to pull this shit while I'm in a transitional period so I don't wanna kill you, I wanna help you. But I can't give you this case, it don't belong to me. 

Besides, I've already been through too much shit this morning over this case to hand it over to your dumb ass.

\r\n \r\n \r\n "}, "id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (3.1ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 1 [["content", "

Hello World

Normally, both your asses would be dead as fucking fried chicken, but you happen to pull this shit while I'm in a transitional period so I don't wanna kill you, I wanna help you. But I can't give you this case, it don't belong to me. 

Besides, I've already been through too much shit this morning over this case to hand it over to your dumb ass.

\r\n \r\n \r\n "], ["updated_at", Tue, 20 May 2014 18:17:58 UTC +00:00]]  (4.4ms) commit transaction Redirected to http://localhost:3000/blocky/?notice=Content+was+updated+successfully. Completed 302 Found in 17ms (ActiveRecord: 7.8ms) Started GET "/blocky/?notice=Content+was+updated+successfully." for 127.0.0.1 at 2014-05-20 13:17:58 -0500 Processing by Blocky::ContentBlocksController#index as HTML Parameters: {"notice"=>"Content was updated successfully."}  (0.1ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.4ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 22ms (Views: 21.4ms | ActiveRecord: 0.3ms) Started GET "/blocky/?notice=Content+was+updated+successfully." for 127.0.0.1 at 2014-05-20 13:18:19 -0500 Processing by Blocky::ContentBlocksController#index as HTML Parameters: {"notice"=>"Content was updated successfully."}  (0.1ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (7.8ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 25ms (Views: 21.8ms | ActiveRecord: 0.8ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 13:18:20 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.5ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 21ms (Views: 18.9ms | ActiveRecord: 0.3ms) Started PATCH "/blocky/4" for 127.0.0.1 at 2014-05-20 13:18:29 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>" 111-456-7890\r\n \r\n "}, "id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction SQL (0.6ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 4 [["content", " 111-456-7890\r\n \r\n "], ["updated_at", Tue, 20 May 2014 18:18:29 UTC +00:00]]  (0.6ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 7ms (ActiveRecord: 1.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 13:18:29 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.1ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.2ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 20ms (Views: 18.8ms | ActiveRecord: 0.4ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 13:18:52 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.1ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (7.7ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 26ms (Views: 23.0ms | ActiveRecord: 0.7ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 13:18:53 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.6ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 23ms (Views: 21.3ms | ActiveRecord: 0.2ms) Started PATCH "/blocky/1" for 127.0.0.1 at 2014-05-20 13:18:55 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"

Hello World

Normally, both your asses would be dead as fucking fried chicken, but you happen to pull this shit while I'm in a transitional period so I don't wanna kill you, I wanna help you. But I can't give you this case, it don't belong to me. 

Besides, I've already been through too much shit this morning over this case to hand it over to your dumb ass.

\r\n \r\n \r\n \r\n "}, "id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 1 [["content", "

Hello World

Normally, both your asses would be dead as fucking fried chicken, but you happen to pull this shit while I'm in a transitional period so I don't wanna kill you, I wanna help you. But I can't give you this case, it don't belong to me. 

Besides, I've already been through too much shit this morning over this case to hand it over to your dumb ass.

\r\n \r\n \r\n \r\n "], ["updated_at", Tue, 20 May 2014 18:18:55 UTC +00:00]]  (2.4ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 7ms (ActiveRecord: 3.1ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 13:18:55 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.3ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 18ms (Views: 17.7ms | ActiveRecord: 0.3ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 13:19:02 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.1ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (15.7ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 38ms (Views: 36.1ms | ActiveRecord: 0.8ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 13:19:03 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.2ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 19ms (Views: 17.9ms | ActiveRecord: 0.3ms) Started PATCH "/blocky/1" for 127.0.0.1 at 2014-05-20 13:19:05 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"

Hello World

Normally, both your asses would be dead as fucking fried chicken, but you happen to pull this shit while I'm in a transitional period so I don't wanna kill you, I wanna help you. But I can't give you this case, it don't belong to me. 

Besides, I've already been through too much shit this morning over this case to hand it over to your dumb ass.

\r\n \r\n \r\n \r\n \r\n "}, "id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 1 [["content", "

Hello World

Normally, both your asses would be dead as fucking fried chicken, but you happen to pull this shit while I'm in a transitional period so I don't wanna kill you, I wanna help you. But I can't give you this case, it don't belong to me. 

Besides, I've already been through too much shit this morning over this case to hand it over to your dumb ass.

\r\n \r\n \r\n \r\n \r\n "], ["updated_at", Tue, 20 May 2014 18:19:05 UTC +00:00]]  (2.6ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 7ms (ActiveRecord: 3.2ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 13:19:05 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.6ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 22ms (Views: 21.2ms | ActiveRecord: 0.4ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 13:19:23 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.1ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (9.3ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 28ms (Views: 25.1ms | ActiveRecord: 0.9ms) Started GET "/blocky/6/edit" for 127.0.0.1 at 2014-05-20 13:19:25 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"6"} Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "6"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.0ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 18ms (Views: 16.2ms | ActiveRecord: 0.3ms) Started PATCH "/blocky/6" for 127.0.0.1 at 2014-05-20 13:19:32 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"hello@world.com"}, "id"=>"6"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "6"]]  (0.1ms) begin transaction SQL (0.6ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 6 [["content", "hello@world.com"], ["updated_at", Tue, 20 May 2014 18:19:32 UTC +00:00]]  (2.3ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 8ms (ActiveRecord: 3.1ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 13:19:32 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.1ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.1ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 20ms (Views: 19.4ms | ActiveRecord: 0.3ms) Started GET "/blocky/6/edit" for 127.0.0.1 at 2014-05-20 13:19:35 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"6"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "6"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.4ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 16ms (Views: 15.2ms | ActiveRecord: 0.1ms) Started PATCH "/blocky/6" for 127.0.0.1 at 2014-05-20 13:20:14 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>" hello@world.com\r\n


"}, "id"=>"6"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "6"]]  (0.1ms) begin transaction SQL (1.9ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 6 [["content", " hello@world.com\r\n


"], ["updated_at", Tue, 20 May 2014 18:20:14 UTC +00:00]]  (4.0ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 59ms (ActiveRecord: 6.1ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 13:20:14 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.3ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.8ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.9ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 21ms (Views: 19.3ms | ActiveRecord: 1.3ms) Started GET "/blocky/6/edit" for 127.0.0.1 at 2014-05-20 13:20:17 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"6"} Blocky::ContentBlock Load (2.7ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "6"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (9.6ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 33ms (Views: 29.7ms | ActiveRecord: 2.7ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 13:30:37 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (3.8ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.4ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (7.6ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 28ms (Views: 22.8ms | ActiveRecord: 4.3ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 13:30:38 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.5ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 20ms (Views: 18.7ms | ActiveRecord: 0.2ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 13:31:56 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.6ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (5.9ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 24ms (Views: 21.7ms | ActiveRecord: 0.6ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 13:33:21 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.8ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (7.4ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 24ms (Views: 22.1ms | ActiveRecord: 0.8ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 13:34:41 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.6ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.5ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 90ms (Views: 88.4ms | ActiveRecord: 0.6ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 13:34:52 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.7ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 23ms (Views: 21.5ms | ActiveRecord: 0.1ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 13:34:59 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (5.6ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 30ms (Views: 29.1ms | ActiveRecord: 0.1ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 13:35:11 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.7ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 21ms (Views: 19.8ms | ActiveRecord: 0.2ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 13:35:37 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.2ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.2ms) Completed 200 OK in 60ms (Views: 58.7ms | ActiveRecord: 0.2ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 13:35:45 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.8ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 21ms (Views: 19.3ms | ActiveRecord: 0.2ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 13:35:53 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.9ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 25ms (Views: 24.3ms | ActiveRecord: 0.1ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 13:36:28 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.4ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 74ms (Views: 72.7ms | ActiveRecord: 0.2ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 13:36:42 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.1ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 62ms (Views: 61.2ms | ActiveRecord: 0.1ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 13:37:28 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (2.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.8ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 93ms (Views: 88.8ms | ActiveRecord: 2.1ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 13:37:58 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.0ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 19ms (Views: 18.2ms | ActiveRecord: 0.1ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 13:38:47 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Completed 500 Internal Server Error in 4ms LoadError - Unable to autoload constant Blocky::Ability, expected /Users/brian/github/codelation/blocky/spec/dummy/app/models/blocky/ability.rb to define it: activesupport (4.0.4) lib/active_support/dependencies.rb:464:in `load_missing_constant' activesupport (4.0.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/brian/github/codelation/blocky/app/controllers/concerns/blocky/auth.rb:17:in `current_ability' cancan (1.6.10) lib/cancan/controller_additions.rb:338:in `authorize!' /Users/brian/github/codelation/blocky/app/controllers/blocky/content_blocks_controller.rb:30:in `authorize_user' activesupport (4.0.4) lib/active_support/callbacks.rb:377:in `_run__1996044041538533296__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1146348461399180411__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/blocky/__better_errors/2183444060/variables" for 127.0.0.1 at 2014-05-20 13:38:47 -0500 Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 13:39:50 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Completed 500 Internal Server Error in 1ms LoadError - Unable to autoload constant Blocky::Ability, expected /Users/brian/github/codelation/blocky/spec/dummy/app/models/blocky/ability.rb to define it: activesupport (4.0.4) lib/active_support/dependencies.rb:464:in `load_missing_constant' activesupport (4.0.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/brian/github/codelation/blocky/app/controllers/concerns/blocky/auth.rb:17:in `current_ability' cancan (1.6.10) lib/cancan/controller_additions.rb:338:in `authorize!' /Users/brian/github/codelation/blocky/app/controllers/blocky/content_blocks_controller.rb:30:in `authorize_user' activesupport (4.0.4) lib/active_support/callbacks.rb:377:in `_run__1996044041538533296__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__1146348461399180411__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/blocky/__better_errors/2231615800/variables" for 127.0.0.1 at 2014-05-20 13:39:50 -0500 Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 13:40:18 -0500 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Completed 500 Internal Server Error in 2ms LoadError - Unable to autoload constant Blocky::Ability, expected /Users/brian/github/codelation/blocky/spec/dummy/app/models/blocky/ability.rb to define it: activesupport (4.0.4) lib/active_support/dependencies.rb:464:in `load_missing_constant' activesupport (4.0.4) lib/active_support/dependencies.rb:184:in `const_missing' /Users/brian/github/codelation/blocky/app/controllers/concerns/blocky/auth.rb:17:in `current_ability' cancan (1.6.10) lib/cancan/controller_additions.rb:338:in `authorize!' /Users/brian/github/codelation/blocky/app/controllers/blocky/content_blocks_controller.rb:30:in `authorize_user' activesupport (4.0.4) lib/active_support/callbacks.rb:377:in `_run__3275668606767838891__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__976380676457829467__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/blocky/__better_errors/2160316360/variables" for 127.0.0.1 at 2014-05-20 13:40:18 -0500 Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 13:40:50 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (12.8ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.7ms) Completed 500 Internal Server Error in 239ms Sprockets::FileNotFound - couldn't find file 'blocky/codemirror/formatting' (in /Users/brian/github/codelation/blocky/app/assets/javascripts/blocky/application.js:19): sprockets (2.11.0) lib/sprockets/context.rb:106:in `resolve' sprockets (2.11.0) lib/sprockets/context.rb:146:in `require_asset' sprockets (2.11.0) lib/sprockets/directive_processor.rb:217:in `process_require_directive' sprockets (2.11.0) lib/sprockets/directive_processor.rb:167:in `block in process_directives' sprockets (2.11.0) lib/sprockets/directive_processor.rb:165:in `process_directives' sprockets (2.11.0) lib/sprockets/directive_processor.rb:99:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.11.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.11.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.11.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.11.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.11.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.11.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.11.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.11.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.11.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.11.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.11.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.11.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.11.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.11.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.11.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:91:in `block in javascript_include_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:90:in `javascript_include_tag' /Users/brian/github/codelation/blocky/app/views/layouts/blocky/application.html.erb:17:in `___sers_brian_github_codelation_blocky_app_views_layouts_blocky_application_html_erb___142313134257926395_2160019440' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/brian/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:393:in `_run__3275668606767838891__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__976380676457829467__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' better_errors (1.1.0) lib/better_errors/middleware.rb:84:in `protected_app_call' better_errors (1.1.0) lib/better_errors/middleware.rb:79:in `better_errors_call' better_errors (1.1.0) lib/better_errors/middleware.rb:56:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets' actionpack (4.0.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' puma (2.8.1) lib/puma/server.rb:490:in `handle_request' puma (2.8.1) lib/puma/server.rb:361:in `process_client' puma (2.8.1) lib/puma/server.rb:254:in `block in run' puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread' Started POST "/blocky/__better_errors/2198644260/variables" for 127.0.0.1 at 2014-05-20 13:40:51 -0500 Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 13:41:25 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (1.0ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.7ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 118ms (Views: 114.7ms | ActiveRecord: 1.0ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 13:41:47 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.1ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 297ms (Views: 295.2ms | ActiveRecord: 0.3ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 13:42:41 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.3ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 47ms (Views: 46.2ms | ActiveRecord: 0.2ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 13:43:50 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.4ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 132ms (Views: 130.9ms | ActiveRecord: 0.1ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 13:44:57 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (6.6ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 50ms (Views: 49.1ms | ActiveRecord: 0.1ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 13:45:10 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.3ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 79ms (Views: 77.5ms | ActiveRecord: 0.1ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 13:45:52 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.5ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 73ms (Views: 72.5ms | ActiveRecord: 0.1ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 13:46:13 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.5ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 150ms (Views: 148.7ms | ActiveRecord: 0.3ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 13:46:35 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.3ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 108ms (Views: 107.1ms | ActiveRecord: 0.2ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 13:46:46 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.3ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 18ms (Views: 17.4ms | ActiveRecord: 0.1ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 13:46:57 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (3.7ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 26ms (Views: 23.9ms | ActiveRecord: 0.2ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 13:47:10 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (3.0ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.2ms) Completed 200 OK in 115ms (Views: 113.7ms | ActiveRecord: 0.1ms) Started PATCH "/blocky/1" for 127.0.0.1 at 2014-05-20 13:47:22 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"

\r\n \r\n \r\n Hello World\r\n \r\n \r\n

\r\n

\r\n Normally, both your asses would be dead as fucking fried chicken, but you happen to pull this shit while I'm in a transitional period so I don't wanna kill you, I wanna help you. But I can't give you this case, it don't belong to me. \r\n

\r\n

\r\n Besides, I've already been through too much shit this morning over this case to hand it over to your \r\n \r\n \r\n dumb ass\r\n \r\n .\r\n \r\n

\r\n\r\n\r\n\r\n\r\n\r\n"}, "id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (4.1ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 1 [["content", "

\r\n \r\n \r\n Hello World\r\n \r\n \r\n

\r\n

\r\n Normally, both your asses would be dead as fucking fried chicken, but you happen to pull this shit while I'm in a transitional period so I don't wanna kill you, I wanna help you. But I can't give you this case, it don't belong to me. \r\n

\r\n

\r\n Besides, I've already been through too much shit this morning over this case to hand it over to your \r\n \r\n \r\n dumb ass\r\n \r\n .\r\n \r\n

\r\n\r\n\r\n\r\n\r\n\r\n"], ["updated_at", Tue, 20 May 2014 18:47:22 UTC +00:00]]  (0.6ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 14ms (ActiveRecord: 5.4ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 13:47:22 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (3.0ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.5ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (13.3ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 29ms (Views: 25.0ms | ActiveRecord: 3.8ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 13:47:24 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.6ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 24ms (Views: 22.5ms | ActiveRecord: 0.2ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 13:48:51 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.3ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 39ms (Views: 38.0ms | ActiveRecord: 0.2ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 13:49:13 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.8ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 30ms (Views: 28.1ms | ActiveRecord: 0.1ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 13:49:24 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.2ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 28ms (Views: 26.7ms | ActiveRecord: 0.1ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 13:50:43 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.5ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 74ms (Views: 72.9ms | ActiveRecord: 0.2ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 13:51:09 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.2ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 68ms (Views: 66.8ms | ActiveRecord: 0.2ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 13:51:56 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.6ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 432ms (Views: 431.4ms | ActiveRecord: 0.1ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 13:52:11 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (4.5ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 295ms (Views: 294.0ms | ActiveRecord: 0.2ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 13:52:19 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.7ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 298ms (Views: 297.0ms | ActiveRecord: 0.1ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 13:52:28 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.6ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 282ms (Views: 281.2ms | ActiveRecord: 0.2ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 13:59:40 -0500 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (13.6ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.5ms) Completed 200 OK in 241ms (Views: 231.9ms | ActiveRecord: 0.4ms) Started PATCH "/blocky/1" for 127.0.0.1 at 2014-05-20 13:59:45 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"

\r\n \r\n \r\n Hello World\r\n \r\n \r\n

\r\n

\r\n Normally, both your asses would be dead as fucking fried chicken, but you happen to pull this shit while I'm in a transitional period so I don't wanna kill you, I wanna help you. But I can't give you this case, it don't belong to me. \r\n

\r\n

\r\n Besides, I've already been through too much shit this morning over this case to hand it over to your \r\n \r\n \r\n dumb ass\r\n \r\n .\r\n \r\n

\r\n\r\n\r\n\r\n\r\n\r\n\r\n"}, "id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (4.1ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 1 [["content", "

Hello World

\n

Normally, both your asses would be dead as fucking fried\nchicken, but you happen to pull this shit while I'm in a\ntransitional period so I don't wanna kill you, I wanna help you.\nBut I can't give you this case, it don't belong to\nme. 

\n

Besides, I've already been through too much shit this morning\nover this case to hand it over to your dumb\nass .

\n\n"], ["updated_at", Tue, 20 May 2014 18:59:45 UTC +00:00]]  (0.6ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 18ms (ActiveRecord: 4.8ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 13:59:45 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.7ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.7ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (8.7ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 25ms (Views: 22.5ms | ActiveRecord: 1.6ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 13:59:48 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.9ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 26ms (Views: 25.0ms | ActiveRecord: 0.2ms) Started PATCH "/blocky/1" for 127.0.0.1 at 2014-05-20 14:00:00 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"

\r\n \r\n \r\n Hello World\r\n \r\n \r\n

\r\n

\r\n Normally, both your asses would be dead as fucking fried\r\n chicken, but you happen to pull this shit while I'm in a\r\n transitional period so I don't wanna kill you, I wanna help you.\r\n But I can't give you this case, it don't belong to\r\n me.\r\n

\r\n

\r\n Besides, I've already been through too much shit this morning\r\n over this case to hand it over to your \r\n \r\n \r\n dumb\r\n ass\r\n \r\n .\r\n \r\n

\r\n\r\n\r\n"}, "id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 1 [["content", "

Hello World

\n

Normally, both your asses would be dead as fucking fried\nchicken, but you happen to pull this shit while I'm in a\ntransitional period so I don't wanna kill you, I wanna help you.\nBut I can't give you this case, it don't belong to me.

\n

Besides, I've already been through too much shit this morning\nover this case to hand it over to your dumb\nass .

\n\n"], ["updated_at", Tue, 20 May 2014 19:00:01 UTC +00:00]]  (2.1ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 8ms (ActiveRecord: 2.8ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 14:00:01 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.6ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.0ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 23ms (Views: 21.5ms | ActiveRecord: 0.9ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 14:00:03 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.3ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 19ms (Views: 18.0ms | ActiveRecord: 0.1ms) Started PATCH "/blocky/1" for 127.0.0.1 at 2014-05-20 14:00:19 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"

\r\n \r\n \r\n Hello World\r\n \r\n \r\n

\r\n

\r\n Normally, both your asses would be dead as fucking fried\r\n chicken, but you happen to pull this shit while I'm in a\r\n transitional period so I don't wanna kill you, I wanna help you.\r\n But I can't give you this case, it don't belong to me.\r\n

\r\n

\r\n Besides, I've already been through too much shit this morning\r\n over this case to hand it over to your \r\n \r\n \r\n dumb\r\n ass\r\n \r\n .\r\n \r\n

\r\n\r\n\r\n"}, "id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 11ms (ActiveRecord: 0.7ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 14:00:19 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.7ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.5ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.2ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 20ms (Views: 18.3ms | ActiveRecord: 1.3ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 14:06:37 -0500 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Blocky::ContentBlocksController#index as HTML  (0.7ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.7ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (18.9ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.5ms) Completed 200 OK in 226ms (Views: 221.8ms | ActiveRecord: 1.9ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 14:06:39 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (3.1ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 24ms (Views: 20.1ms | ActiveRecord: 0.3ms) Started PATCH "/blocky/1" for 127.0.0.1 at 2014-05-20 14:06:47 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"

\r\n \r\n \r\n Hello World\r\n \r\n \r\n

\r\n
something
\r\n

\r\n Normally, both your asses would be dead as fucking fried\r\n chicken, but you happen to pull this shit while I'm in a\r\n transitional period so I don't wanna kill you, I wanna help you.\r\n But I can't give you this case, it don't belong to me.\r\n

\r\n

\r\n Besides, I've already been through too much shit this morning\r\n over this case to hand it over to your \r\n \r\n \r\n dumb\r\n ass\r\n \r\n .\r\n \r\n

\r\n\r\n\r\n"}, "id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (5.1ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 1 [["content", "\n\n\n\n\n\n\n

Hello World

\n
something
\n

Normally, both your asses would be dead as fucking fried\nchicken, but you happen to pull this shit while I'm in a\ntransitional period so I don't wanna kill you, I wanna help you.\nBut I can't give you this case, it don't belong to me.

\n

Besides, I've already been through too much shit this morning\nover this case to hand it over to your dumb\nass .

\n\n\n"], ["updated_at", Tue, 20 May 2014 19:06:47 UTC +00:00]]  (0.7ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 15ms (ActiveRecord: 6.0ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 14:06:47 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.9ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.6ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 22ms (Views: 20.6ms | ActiveRecord: 1.2ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 14:06:50 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.8ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 24ms (Views: 22.4ms | ActiveRecord: 0.2ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 14:11:05 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.6ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (10.2ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 30ms (Views: 27.0ms | ActiveRecord: 1.6ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 14:11:07 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.9ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 28ms (Views: 26.4ms | ActiveRecord: 0.3ms) Started PATCH "/blocky/1" for 127.0.0.1 at 2014-05-20 14:11:14 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"\r\n

\r\n \r\n \r\n Hello World\r\n \r\n \r\n

\r\n
\r\n something\r\n
\r\n

\r\n Normally, both your asses would be dead as fucking fried\r\n chicken, but you happen to pull this shit while I'm in a\r\n transitional period so I don't wanna kill you, I wanna help you.\r\n But I can't give you this case, it don't belong to me.\r\n

\r\n

\r\n Besides, I've already been through too much shit this morning\r\n over this case to hand it over to your \r\n \r\n \r\n dumb\r\n ass\r\n \r\n .\r\n \r\n

\r\n \r\n \r\n \r\n "}, "id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 1 [["content", "\r\n

\r\n \r\n \r\n Hello World\r\n \r\n \r\n

\r\n
\r\n something\r\n
\r\n

\r\n Normally, both your asses would be dead as fucking fried\r\n chicken, but you happen to pull this shit while I'm in a\r\n transitional period so I don't wanna kill you, I wanna help you.\r\n But I can't give you this case, it don't belong to me.\r\n

\r\n

\r\n Besides, I've already been through too much shit this morning\r\n over this case to hand it over to your \r\n \r\n \r\n dumb\r\n ass\r\n \r\n .\r\n \r\n

\r\n \r\n \r\n \r\n "], ["updated_at", Tue, 20 May 2014 19:11:14 UTC +00:00]]  (2.3ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 13ms (ActiveRecord: 3.1ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 14:11:14 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.3ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (1.0ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.8ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 26ms (Views: 23.7ms | ActiveRecord: 1.6ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 14:11:16 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.7ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 22ms (Views: 20.7ms | ActiveRecord: 0.2ms) Started PATCH "/blocky/1" for 127.0.0.1 at 2014-05-20 14:11:53 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>" \r\n

\r\n \r\n \r\n Hello World\r\n \r\n \r\n

\r\n
Hello Again

OneTwoThree

\r\n

\r\n Normally, both your asses would be dead as fucking fried\r\n chicken, but you happen to pull this shit while I'm in a\r\n transitional period so I don't wanna kill you, I wanna help you

But I can't give you this case, it don't belong to me.\r\n

\r\n

\r\n Besides, I've already been through too much shit this morning\r\n over this case to hand it over to your \r\n \r\n \r\n dumb\r\n ass\r\n \r\n .\r\n \r\n

\r\n\r\n\r\n\r\n\r\n"}, "id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 1 [["content", " \r\n

\r\n \r\n \r\n Hello World\r\n \r\n \r\n

\r\n
Hello Again

OneTwoThree

\r\n

\r\n Normally, both your asses would be dead as fucking fried\r\n chicken, but you happen to pull this shit while I'm in a\r\n transitional period so I don't wanna kill you, I wanna help you

But I can't give you this case, it don't belong to me.\r\n

\r\n

\r\n Besides, I've already been through too much shit this morning\r\n over this case to hand it over to your \r\n \r\n \r\n dumb\r\n ass\r\n \r\n .\r\n \r\n

\r\n\r\n\r\n\r\n\r\n"], ["updated_at", Tue, 20 May 2014 19:11:53 UTC +00:00]]  (2.4ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 14:11:54 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.6ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.2ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.2ms) Completed 200 OK in 21ms (Views: 19.6ms | ActiveRecord: 1.0ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 14:11:56 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.6ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 28ms (Views: 27.4ms | ActiveRecord: 0.1ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 14:13:01 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.9ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 27ms (Views: 20.6ms | ActiveRecord: 0.5ms) Started PATCH "/blocky/1" for 127.0.0.1 at 2014-05-20 14:13:17 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"

\r\n \r\n \r\n Hello World\r\n \r\n \r\n

\r\n
\r\n Hello Again\r\n
\r\n
\r\n
\r\n
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n One\r\n \r\n Two\r\n \r\n Three\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n Normally, both your asses would be dead as fucking fried\r\n chicken, but you happen to pull this shit while I'm in a\r\n transitional period so I don't wanna kill you,\r\n \r\n I wanna help you\r\n \r\n . \r\n

\r\n

\r\n But I can't give you this case, it don't belong to me.\r\n

\r\n

\r\n Besides, I've already been through too much shit this morning\r\n over this case to hand it over to your \r\n \r\n \r\n dumb\r\n ass\r\n \r\n .\r\n \r\n

\r\n \r\n \r\n \r\n \r\n \r\n "}, "id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 1 [["content", "

\r\n \r\n \r\n Hello World\r\n \r\n \r\n

\r\n
\r\n Hello Again\r\n
\r\n
\r\n
\r\n
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n One\r\n \r\n Two\r\n \r\n Three\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n Normally, both your asses would be dead as fucking fried\r\n chicken, but you happen to pull this shit while I'm in a\r\n transitional period so I don't wanna kill you,\r\n \r\n I wanna help you\r\n \r\n . \r\n

\r\n

\r\n But I can't give you this case, it don't belong to me.\r\n

\r\n

\r\n Besides, I've already been through too much shit this morning\r\n over this case to hand it over to your \r\n \r\n \r\n dumb\r\n ass\r\n \r\n .\r\n \r\n

\r\n \r\n \r\n \r\n \r\n \r\n "], ["updated_at", Tue, 20 May 2014 19:13:17 UTC +00:00]]  (2.0ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 8ms (ActiveRecord: 2.8ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 14:13:17 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (1.1ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.5ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.5ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 25ms (Views: 22.3ms | ActiveRecord: 1.8ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 14:13:19 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.4ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 19ms (Views: 17.8ms | ActiveRecord: 0.2ms) Started PATCH "/blocky/1" for 127.0.0.1 at 2014-05-20 14:13:46 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"

\r\n \r\n \r\n Hello World\r\n \r\n \r\n

\r\n
\r\n Hello Again\r\n
\r\n
\r\n
\r\n
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n One\r\n \r\n Two\r\n \r\n Three\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n Normally, both your asses would be dead as fucking fried\r\n chicken, but you happen to pull this shit while I'm in a\r\n transitional period so I don't wanna kill you,\r\n \r\n I wanna help you\r\n \r\n . \r\n

\r\n

\r\n But I can't give you this case, it don't belong to me.\r\n

\r\n

\r\n Besides, I've already been through too much shit this morning\r\n over this case to hand it over to your \r\n \r\n \r\n dumb\r\n ass\r\n \r\n .\r\n \r\n

\r\n \r\n \r\n \r\n \r\n \r\n \r\n "}, "id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction SQL (0.4ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 1 [["content", "

\r\n \r\n \r\n Hello World\r\n \r\n \r\n

\r\n
\r\n Hello Again\r\n
\r\n
\r\n
\r\n
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n One\r\n \r\n Two\r\n \r\n Three\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n Normally, both your asses would be dead as fucking fried\r\n chicken, but you happen to pull this shit while I'm in a\r\n transitional period so I don't wanna kill you,\r\n \r\n I wanna help you\r\n \r\n . \r\n

\r\n

\r\n But I can't give you this case, it don't belong to me.\r\n

\r\n

\r\n Besides, I've already been through too much shit this morning\r\n over this case to hand it over to your \r\n \r\n \r\n dumb\r\n ass\r\n \r\n .\r\n \r\n

\r\n \r\n \r\n \r\n \r\n \r\n \r\n "], ["updated_at", Tue, 20 May 2014 19:13:46 UTC +00:00]]  (8.0ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 19ms (ActiveRecord: 9.0ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 14:13:46 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.7ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.1ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 23ms (Views: 21.5ms | ActiveRecord: 1.1ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 14:13:49 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.2ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 19ms (Views: 17.5ms | ActiveRecord: 0.2ms) Started PATCH "/blocky/1" for 127.0.0.1 at 2014-05-20 14:14:04 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"

\r\n \r\n \r\n Hello World\r\n \r\n \r\n

\r\n
\r\n Hello Again\r\n
\r\n
\r\n
\r\n
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n One\r\n \r\n Two\r\n \r\n Three\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n Normally, both your asses would be dead as fucking fried\r\n chicken, but you happen to pull this shit while I'm in a\r\n transitional period so I don't wanna kill you,\r\n \r\n I wanna help you\r\n \r\n . \r\n

\r\n

\r\n But I can't give you this case, it don't belong to me.\r\n

\r\n

\r\n Besides, I've already been through too much shit this morning\r\n over this case to hand it over to your \r\n \r\n \r\n dumb\r\n ass\r\n \r\n .\r\n \r\n

\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n "}, "id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.6ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 1 [["content", "

\r\n \r\n \r\n Hello World\r\n \r\n \r\n

\r\n
\r\n Hello Again\r\n
\r\n
\r\n
\r\n
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n One\r\n \r\n Two\r\n \r\n Three\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n Normally, both your asses would be dead as fucking fried\r\n chicken, but you happen to pull this shit while I'm in a\r\n transitional period so I don't wanna kill you,\r\n \r\n I wanna help you\r\n \r\n . \r\n

\r\n

\r\n But I can't give you this case, it don't belong to me.\r\n

\r\n

\r\n Besides, I've already been through too much shit this morning\r\n over this case to hand it over to your \r\n \r\n \r\n dumb\r\n ass\r\n \r\n .\r\n \r\n

\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n "], ["updated_at", Tue, 20 May 2014 19:14:04 UTC +00:00]]  (1.6ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 14ms (ActiveRecord: 2.8ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 14:14:04 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (1.0ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (44.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (49.0ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 66ms (Views: 19.5ms | ActiveRecord: 45.3ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 14:14:11 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.8ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 20ms (Views: 19.1ms | ActiveRecord: 0.1ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 14:16:42 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (3.3ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 34ms (Views: 23.4ms | ActiveRecord: 0.8ms) Started PATCH "/blocky/1" for 127.0.0.1 at 2014-05-20 14:16:47 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"

\r\n \r\n \r\n Hello World\r\n \r\n \r\n

\r\n
\r\n Hello Again\r\n
\r\n
\r\n
\r\n
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n One\r\n \r\n Two\r\n \r\n Three\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n Normally, both your asses would be dead as fucking fried\r\n chicken, but you happen to pull this shit while I'm in a\r\n transitional period so I don't wanna kill you,\r\n \r\n I wanna help you\r\n \r\n . \r\n

\r\n

\r\n But I can't give you this case, it don't belong to me.\r\n

\r\n

\r\n Besides, I've already been through too much shit this morning\r\n over this case to hand it over to your \r\n \r\n \r\n dumb\r\n ass\r\n \r\n .\r\n \r\n

\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n "}, "id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 14:21:15 -0500 ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.5ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (13.8ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.5ms) Completed 200 OK in 293ms (Views: 284.4ms | ActiveRecord: 0.8ms) Started PATCH "/blocky/1" for 127.0.0.1 at 2014-05-20 14:21:25 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"

\r\n \r\n \r\n Hello World\r\n \r\n \r\n

\r\n\r\n
\r\n Hello Again\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n One\r\n \r\n Two\r\n \r\n Three\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n Normally, both your asses would be dead as fucking fried\r\n chicken, but you happen to pull this shit while I'm in a\r\n transitional period so I don't wanna kill you,\r\n \r\n I wanna help you\r\n \r\n . \r\n

\r\n

\r\n But I can't give you this case, it don't belong to me.\r\n

\r\n

\r\n Besides, I've already been through too much shit this morning\r\n over this case to hand it over to your \r\n \r\n \r\n dumb\r\n ass\r\n \r\n .\r\n \r\n

\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n "}, "id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (5.3ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 1 [["content", "

\r\n \r\n \r\n Hello World\r\n \r\n \r\n

\r\n\r\n
\r\n Hello Again\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n One\r\n \r\n Two\r\n \r\n Three\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n Normally, both your asses would be dead as fucking fried\r\n chicken, but you happen to pull this shit while I'm in a\r\n transitional period so I don't wanna kill you,\r\n \r\n I wanna help you\r\n \r\n . \r\n

\r\n

\r\n But I can't give you this case, it don't belong to me.\r\n

\r\n

\r\n Besides, I've already been through too much shit this morning\r\n over this case to hand it over to your \r\n \r\n \r\n dumb\r\n ass\r\n \r\n .\r\n \r\n

\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n "], ["updated_at", Tue, 20 May 2014 19:21:25 UTC +00:00]]  (8.6ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 23ms (ActiveRecord: 14.1ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 14:21:25 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (2.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.8ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (12.5ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 33ms (Views: 29.0ms | ActiveRecord: 3.1ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 14:21:26 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.9ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 24ms (Views: 22.4ms | ActiveRecord: 0.2ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 14:24:22 -0500 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (13.9ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.5ms) Completed 200 OK in 287ms (Views: 275.3ms | ActiveRecord: 0.6ms) Started PATCH "/blocky/1" for 127.0.0.1 at 2014-05-20 14:24:39 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"

\r\n Hello World\r\n

\r\n\r\n
\r\n Hello Again\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n One\r\n \r\n Two\r\n \r\n Three\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n Normally, both your asses would be dead as fucking fried\r\n chicken, but you happen to pull this shit while I'm in a\r\n transitional period so I don't wanna kill you,\r\n \r\n I wanna help you\r\n \r\n . \r\n

\r\n

\r\n But I can't give you this case, it don't belong to me.\r\n

\r\n

\r\n Besides, I've already been through too much shit this morning\r\n over this case to hand it over to your \r\n \r\n \r\n dumb\r\n ass\r\n \r\n .\r\n \r\n

\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n "}, "id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction Started GET "/blocky/1" for 127.0.0.1 at 2014-05-20 14:24:56 -0500 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Blocky::ContentBlocksController#show as HTML Parameters: {"id"=>"1"} Redirected to http://localhost:3000/blocky/1/edit Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 14:24:56 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (10.7ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.5ms) Completed 200 OK in 237ms (Views: 227.8ms | ActiveRecord: 0.6ms) Started PATCH "/blocky/1" for 127.0.0.1 at 2014-05-20 14:25:07 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"

\r\n Hello World\r\n

\r\n\r\n
\r\n Hello Again\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n One\r\n \r\n Two\r\n \r\n Three\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n Normally, both your asses would be dead as fucking fried\r\n chicken, but you happen to pull this shit while I'm in a\r\n transitional period so I don't wanna kill you,\r\n \r\n I wanna help you\r\n \r\n . \r\n

\r\n

\r\n But I can't give you this case, it don't belong to me.\r\n

\r\n

\r\n Besides, I've already been through too much shit this morning\r\n over this case to hand it over to your \r\n \r\n \r\n dumb\r\n ass\r\n \r\n .\r\n \r\n

\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n "}, "id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction Started GET "/blocky/1" for 127.0.0.1 at 2014-05-20 14:25:23 -0500 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Blocky::ContentBlocksController#show as HTML Parameters: {"id"=>"1"} Redirected to http://localhost:3000/blocky/1/edit Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/blocky/1" for 127.0.0.1 at 2014-05-20 14:25:23 -0500 Processing by Blocky::ContentBlocksController#show as HTML Parameters: {"id"=>"1"} Redirected to http://localhost:3000/blocky/1/edit Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 14:25:23 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (12.1ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.5ms) Completed 200 OK in 212ms (Views: 203.5ms | ActiveRecord: 0.4ms) Started PATCH "/blocky/1" for 127.0.0.1 at 2014-05-20 14:25:27 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"

\r\n \r\n \r\n Hello World\r\n \r\n \r\n \r\n

\r\n\r\n
\r\n Hello Again\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n One\r\n \r\n Two\r\n \r\n Three\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n Normally, both your asses would be dead as fucking fried\r\n chicken, but you happen to pull this shit while I'm in a\r\n transitional period so I don't wanna kill you,\r\n \r\n I wanna help you\r\n \r\n . \r\n

\r\n

\r\n But I can't give you this case, it don't belong to me.\r\n

\r\n

\r\n Besides, I've already been through too much shit this morning\r\n over this case to hand it over to your \r\n \r\n \r\n dumb\r\n ass\r\n \r\n .\r\n \r\n

\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n "}, "id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction Started GET "/blocky/1" for 127.0.0.1 at 2014-05-20 14:25:38 -0500 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Blocky::ContentBlocksController#show as HTML Parameters: {"id"=>"1"} Redirected to http://localhost:3000/blocky/1/edit Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 14:25:38 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (11.9ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.5ms) Completed 200 OK in 239ms (Views: 229.3ms | ActiveRecord: 0.5ms) Started PATCH "/blocky/1" for 127.0.0.1 at 2014-05-20 14:25:40 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"

\r\n \r\n \r\n Hello World\r\n \r\n \r\n

\r\n\r\n
\r\n Hello Again\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n One\r\n \r\n Two\r\n \r\n Three\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n Normally, both your asses would be dead as fucking fried\r\n chicken, but you happen to pull this shit while I'm in a\r\n transitional period so I don't wanna kill you,\r\n \r\n I wanna help you\r\n \r\n . \r\n

\r\n

\r\n But I can't give you this case, it don't belong to me.\r\n

\r\n

\r\n Besides, I've already been through too much shit this morning\r\n over this case to hand it over to your \r\n \r\n \r\n dumb\r\n ass\r\n \r\n .\r\n \r\n

\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n "}, "id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (6.0ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 1 [["content", "

\r\n \r\n \r\n Hello World\r\n \r\n \r\n

\r\n\r\n
\r\n Hello Again\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n One\r\n \r\n Two\r\n \r\n Three\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n Normally, both your asses would be dead as fucking fried\r\n chicken, but you happen to pull this shit while I'm in a\r\n transitional period so I don't wanna kill you,\r\n \r\n I wanna help you\r\n \r\n . \r\n

\r\n

\r\n But I can't give you this case, it don't belong to me.\r\n

\r\n

\r\n Besides, I've already been through too much shit this morning\r\n over this case to hand it over to your \r\n \r\n \r\n dumb\r\n ass\r\n \r\n .\r\n \r\n

\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n "], ["updated_at", Tue, 20 May 2014 19:25:40 UTC +00:00]]  (0.6ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 15ms (ActiveRecord: 6.9ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 14:25:40 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.7ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.8ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (11.3ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 28ms (Views: 26.0ms | ActiveRecord: 1.8ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 14:25:47 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.3ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 25ms (Views: 18.6ms | ActiveRecord: 0.5ms) Started PATCH "/blocky/1" for 127.0.0.1 at 2014-05-20 14:25:57 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"

\r\n Hello World\r\n

\r\n\r\n
\r\n Hello Again\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n One\r\n \r\n Two\r\n \r\n Three\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n Normally, both your asses would be dead as fucking fried\r\n chicken, but you happen to pull this shit while I'm in a\r\n transitional period so I don't wanna kill you,\r\n \r\n I wanna help you\r\n \r\n . \r\n

\r\n

\r\n But I can't give you this case, it don't belong to me.\r\n

\r\n

\r\n Besides, I've already been through too much shit this morning\r\n over this case to hand it over to your \r\n \r\n \r\n dumb\r\n ass\r\n \r\n .\r\n \r\n

\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n "}, "id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 1 [["content", "

\r\n Hello World\r\n

\r\n\r\n
\r\n Hello Again\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n One\r\n \r\n Two\r\n \r\n Three\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n Normally, both your asses would be dead as fucking fried\r\n chicken, but you happen to pull this shit while I'm in a\r\n transitional period so I don't wanna kill you,\r\n \r\n I wanna help you\r\n \r\n . \r\n

\r\n

\r\n But I can't give you this case, it don't belong to me.\r\n

\r\n

\r\n Besides, I've already been through too much shit this morning\r\n over this case to hand it over to your \r\n \r\n \r\n dumb\r\n ass\r\n \r\n .\r\n \r\n

\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n "], ["updated_at", Tue, 20 May 2014 19:25:57 UTC +00:00]]  (2.0ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 8ms (ActiveRecord: 2.7ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 14:25:57 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.9ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.6ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.7ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 21ms (Views: 19.0ms | ActiveRecord: 1.6ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 14:25:58 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.2ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 22ms (Views: 21.4ms | ActiveRecord: 0.1ms) Started PATCH "/blocky/1" for 127.0.0.1 at 2014-05-20 14:26:12 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"

\r\n \r\n \r\n Hello World\r\n \r\n \r\n

\r\n\r\n
\r\n Hello Again\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n One\r\n \r\n Two\r\n \r\n Three\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n Normally, both your asses would be dead as fucking fried\r\n chicken, but you happen to pull this shit while I'm in a\r\n transitional period so I don't wanna kill you,\r\n \r\n I wanna help you\r\n \r\n . \r\n

\r\n

\r\n But I can't give you this case, it don't belong to me.\r\n

\r\n

\r\n Besides, I've already been through too much shit this morning\r\n over this case to hand it over to your \r\n \r\n \r\n dumb\r\n ass\r\n \r\n .\r\n \r\n

\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n "}, "id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.6ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 1 [["content", "

\r\n \r\n \r\n Hello World\r\n \r\n \r\n

\r\n\r\n
\r\n Hello Again\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n One\r\n \r\n Two\r\n \r\n Three\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n Normally, both your asses would be dead as fucking fried\r\n chicken, but you happen to pull this shit while I'm in a\r\n transitional period so I don't wanna kill you,\r\n \r\n I wanna help you\r\n \r\n . \r\n

\r\n

\r\n But I can't give you this case, it don't belong to me.\r\n

\r\n

\r\n Besides, I've already been through too much shit this morning\r\n over this case to hand it over to your \r\n \r\n \r\n dumb\r\n ass\r\n \r\n .\r\n \r\n

\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n "], ["updated_at", Tue, 20 May 2014 19:26:12 UTC +00:00]]  (2.2ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 8ms (ActiveRecord: 3.1ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 14:26:12 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.6ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.8ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.2ms) Completed 200 OK in 22ms (Views: 20.5ms | ActiveRecord: 0.9ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 14:26:14 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.4ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.8ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 25ms (Views: 19.0ms | ActiveRecord: 0.4ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 14:31:59 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.1ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 95ms (Views: 94.0ms | ActiveRecord: 0.2ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 14:33:05 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (5.2ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 23ms (Views: 21.4ms | ActiveRecord: 0.2ms) Started PATCH "/blocky/1" for 127.0.0.1 at 2014-05-20 14:33:45 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"

\r\n \r\n \r\n Hello World\r\n \r\n \r\n

\r\n\r\n
\r\n Hello Again\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n One\r\n \r\n Two\r\n \r\n Three\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n Normally, both your asses would be dead as fucking fried\r\n chicken, but you happen to pull this shit while I'm in a\r\n transitional period so I don't wanna kill you,\r\n \r\n I wanna help you\r\n \r\n . \r\n

\r\n

\r\n But I can't give you this case, it don't belong to me.\r\n

\r\n

\r\n Besides, I've already been through too much shit this morning\r\n over this case to hand it over to your \r\n \r\n \r\n dumb\r\n ass\r\n \r\n .\r\n \r\n

\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n "}, "id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 1 [["content", "

\r\n \r\n \r\n Hello World\r\n \r\n \r\n

\r\n\r\n
\r\n Hello Again\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n One\r\n \r\n Two\r\n \r\n Three\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n Normally, both your asses would be dead as fucking fried\r\n chicken, but you happen to pull this shit while I'm in a\r\n transitional period so I don't wanna kill you,\r\n \r\n I wanna help you\r\n \r\n . \r\n

\r\n

\r\n But I can't give you this case, it don't belong to me.\r\n

\r\n

\r\n Besides, I've already been through too much shit this morning\r\n over this case to hand it over to your \r\n \r\n \r\n dumb\r\n ass\r\n \r\n .\r\n \r\n

\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n "], ["updated_at", Tue, 20 May 2014 19:33:45 UTC +00:00]]  (2.1ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 7ms (ActiveRecord: 2.8ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 14:33:45 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.4ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 19ms (Views: 18.4ms | ActiveRecord: 0.6ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 14:33:46 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.7ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 21ms (Views: 19.9ms | ActiveRecord: 0.1ms) Started PATCH "/blocky/1" for 127.0.0.1 at 2014-05-20 14:34:45 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"

\r\n \r\n \r\n Hello World\r\n \r\n \r\n

\r\n\r\n
\r\n Hello Again\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n One\r\n \r\n Two\r\n \r\n Three\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n Normally, both your asses would be dead as fucking fried\r\n chicken, but you happen to pull this shit while I'm in a\r\n transitional period so I don't wanna kill you,\r\n \r\n I wanna help you\r\n \r\n . \r\n

\r\n

\r\n But I can't give you this case, it don't belong to me.\r\n

\r\n

\r\n Besides, I've already been through too much shit this morning\r\n over this case to hand it over to your \r\n \r\n \r\n dumb\r\n ass\r\n \r\n .\r\n \r\n

\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n "}, "id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction SQL (0.4ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 1 [["content", "

\r\n \r\n \r\n Hello World\r\n \r\n \r\n

\r\n\r\n
\r\n Hello Again\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n One\r\n \r\n Two\r\n \r\n Three\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n Normally, both your asses would be dead as fucking fried\r\n chicken, but you happen to pull this shit while I'm in a\r\n transitional period so I don't wanna kill you,\r\n \r\n I wanna help you\r\n \r\n . \r\n

\r\n

\r\n But I can't give you this case, it don't belong to me.\r\n

\r\n

\r\n Besides, I've already been through too much shit this morning\r\n over this case to hand it over to your \r\n \r\n \r\n dumb\r\n ass\r\n \r\n .\r\n \r\n

\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n "], ["updated_at", Tue, 20 May 2014 19:34:45 UTC +00:00]]  (2.0ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 12ms (ActiveRecord: 2.9ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 14:34:45 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.7ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.1ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 21ms (Views: 19.6ms | ActiveRecord: 1.0ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 14:34:47 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (5.7ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 24ms (Views: 22.9ms | ActiveRecord: 0.1ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 14:35:16 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.9ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 24ms (Views: 17.7ms | ActiveRecord: 0.5ms) Started PATCH "/blocky/1" for 127.0.0.1 at 2014-05-20 14:35:20 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"

\r\n \r\n \r\n Hello World\r\n \r\n \r\n

\r\n\r\n
\r\n Hello Again\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n One\r\n \r\n Two\r\n \r\n Three\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n Normally, both your asses would be dead as fucking fried\r\n chicken, but you happen to pull this shit while I'm in a\r\n transitional period so I don't wanna kill you,\r\n \r\n I wanna help you\r\n \r\n . \r\n

\r\n

\r\n But I can't give you this case, it don't belong to me.\r\n

\r\n

\r\n Besides, I've already been through too much shit this morning\r\n over this case to hand it over to your \r\n \r\n \r\n dumb\r\n ass\r\n \r\n .\r\n \r\n

\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n "}, "id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 1 [["content", "

\r\n \r\n \r\n Hello World\r\n \r\n \r\n

\r\n\r\n
\r\n Hello Again\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n One\r\n \r\n Two\r\n \r\n Three\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n Normally, both your asses would be dead as fucking fried\r\n chicken, but you happen to pull this shit while I'm in a\r\n transitional period so I don't wanna kill you,\r\n \r\n I wanna help you\r\n \r\n . \r\n

\r\n

\r\n But I can't give you this case, it don't belong to me.\r\n

\r\n

\r\n Besides, I've already been through too much shit this morning\r\n over this case to hand it over to your \r\n \r\n \r\n dumb\r\n ass\r\n \r\n .\r\n \r\n

\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n "], ["updated_at", Tue, 20 May 2014 19:35:20 UTC +00:00]]  (2.4ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 14:35:20 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.8ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.5ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 34ms (Views: 32.7ms | ActiveRecord: 1.2ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 14:35:21 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.7ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 19ms (Views: 17.5ms | ActiveRecord: 0.1ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 14:36:15 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (3.2ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 25ms (Views: 22.8ms | ActiveRecord: 0.2ms) Started PATCH "/blocky/1" for 127.0.0.1 at 2014-05-20 14:36:44 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"

\r\n \r\n \r\n Hello World\r\n \r\n \r\n

\r\n\r\n
\r\n Hello Again\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n One\r\n \r\n Two\r\n \r\n Three\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n Normally, both your asses would be dead as fucking fried\r\n chicken, but you happen to pull this shit while I'm in a\r\n transitional period so I don't wanna kill you,\r\n \r\n I wanna help you\r\n \r\n . \r\n

\r\n

\r\n But I can't give you this case, it don't belong to me.\r\n

\r\n

\r\n Besides, I've already been through too much shit this morning\r\n over this case to hand it over to your \r\n \r\n \r\n dumb\r\n ass\r\n \r\n .\r\n \r\n

\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n "}, "id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction Started GET "/blocky/1" for 127.0.0.1 at 2014-05-20 14:37:31 -0500 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Blocky::ContentBlocksController#show as HTML Parameters: {"id"=>"1"} Redirected to http://localhost:3000/blocky/1/edit Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 14:37:31 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (10.8ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.4ms) Completed 200 OK in 218ms (Views: 210.7ms | ActiveRecord: 0.5ms) Started PATCH "/blocky/1" for 127.0.0.1 at 2014-05-20 14:37:35 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"

\r\n \r\n \r\n Hello World\r\n \r\n \r\n

\r\n\r\n
\r\n Hello Again\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n One\r\n \r\n Two\r\n \r\n Three\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n Normally, both your asses would be dead as fucking fried\r\n chicken, but you happen to pull this shit while I'm in a\r\n transitional period so I don't wanna kill you,\r\n \r\n I wanna help you\r\n \r\n . \r\n

\r\n

\r\n But I can't give you this case, it don't belong to me.\r\n

\r\n

\r\n Besides, I've already been through too much shit this morning\r\n over this case to hand it over to your \r\n \r\n \r\n dumb\r\n ass\r\n \r\n .\r\n \r\n

\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n "}, "id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (2.9ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 1 [["content", "

\r\n \r\n \r\n Hello World\r\n \r\n \r\n

\r\n\r\n
\r\n Hello Again\r\n
\r\n\r\n
\r\n
\r\n
\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n One\r\n \r\n Two\r\n \r\n Three\r\n
\r\n
\r\n
\r\n
\r\n
\r\n

\r\n Normally, both your asses would be dead as fucking fried\r\n chicken, but you happen to pull this shit while I'm in a\r\n transitional period so I don't wanna kill you,\r\n \r\n I wanna help you\r\n \r\n . \r\n

\r\n

\r\n But I can't give you this case, it don't belong to me.\r\n

\r\n

\r\n Besides, I've already been through too much shit this morning\r\n over this case to hand it over to your \r\n \r\n \r\n dumb\r\n ass\r\n \r\n .\r\n \r\n

\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n "], ["updated_at", Tue, 20 May 2014 19:37:35 UTC +00:00]]  (2.3ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 14ms (ActiveRecord: 5.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 14:37:35 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.8ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.8ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (9.1ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 28ms (Views: 26.2ms | ActiveRecord: 1.7ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 14:37:36 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (3.0ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 23ms (Views: 21.7ms | ActiveRecord: 0.2ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 14:37:44 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.9ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.7ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (9.5ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 33ms (Views: 29.1ms | ActiveRecord: 2.0ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 14:37:46 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.2ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 20ms (Views: 18.1ms | ActiveRecord: 0.3ms) Started PATCH "/blocky/1" for 127.0.0.1 at 2014-05-20 14:38:34 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"Here's some brand new content.

How does the formatting of the HTML look?

I guess we'll see!!
"}, "id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.6ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 1 [["content", "Here's some brand new content.

How does the formatting of the HTML look?

I guess we'll see!!
"], ["updated_at", Tue, 20 May 2014 19:38:34 UTC +00:00]]  (3.7ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 8ms (ActiveRecord: 4.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 14:38:34 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.5ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.8ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 21ms (Views: 19.6ms | ActiveRecord: 0.8ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 14:38:35 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.9ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 22ms (Views: 20.5ms | ActiveRecord: 0.2ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 14:39:47 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.4ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 23ms (Views: 21.0ms | ActiveRecord: 0.2ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 14:39:56 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.3ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 18ms (Views: 17.0ms | ActiveRecord: 0.2ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 14:40:05 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (4.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (6.9ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 30ms (Views: 24.8ms | ActiveRecord: 4.3ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 14:40:14 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.3ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 24ms (Views: 22.6ms | ActiveRecord: 0.1ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 14:40:22 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.4ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 26ms (Views: 24.5ms | ActiveRecord: 0.1ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 14:40:28 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.2ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 21ms (Views: 19.8ms | ActiveRecord: 0.1ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 14:40:44 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.4ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.6ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.1ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 22ms (Views: 20.7ms | ActiveRecord: 1.2ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 14:40:46 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.3ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.5ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.0ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 21ms (Views: 19.9ms | ActiveRecord: 1.0ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 14:40:47 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.5ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.7ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 25ms (Views: 23.3ms | ActiveRecord: 1.0ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 14:40:48 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.9ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.2ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 23ms (Views: 21.2ms | ActiveRecord: 1.3ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 14:40:49 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.8ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 23ms (Views: 19.5ms | ActiveRecord: 0.1ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 14:42:22 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.2ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 23ms (Views: 21.9ms | ActiveRecord: 0.2ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 14:43:54 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.6ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 22ms (Views: 20.8ms | ActiveRecord: 0.1ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 14:45:00 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.3ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 20ms (Views: 18.8ms | ActiveRecord: 0.2ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 14:45:12 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (3.8ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 51ms (Views: 49.3ms | ActiveRecord: 0.2ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 14:45:26 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.4ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 74ms (Views: 73.0ms | ActiveRecord: 0.1ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 14:47:25 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.4ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.7ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.1ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 22ms (Views: 19.9ms | ActiveRecord: 1.3ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 14:47:26 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.7ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 21ms (Views: 19.9ms | ActiveRecord: 0.1ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 14:48:12 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.4ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 20ms (Views: 19.2ms | ActiveRecord: 0.1ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 14:48:22 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (6.7ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 26ms (Views: 25.0ms | ActiveRecord: 0.2ms) Started PATCH "/blocky/4" for 127.0.0.1 at 2014-05-20 14:48:35 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"

\r\n\r\n111-456-7890 \r\n\r\n

"}, "id"=>"4"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 4 [["content", "

\r\n\r\n111-456-7890 \r\n\r\n

"], ["updated_at", Tue, 20 May 2014 19:48:35 UTC +00:00]]  (4.5ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 8ms (ActiveRecord: 5.2ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 14:48:35 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.6ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 19ms (Views: 17.8ms | ActiveRecord: 0.6ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 14:48:38 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.7ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 20ms (Views: 16.4ms | ActiveRecord: 0.2ms) Started PATCH "/blocky/4" for 127.0.0.1 at 2014-05-20 14:49:07 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"

\r\n \r\n 111-456-7890 \r\n \r\n

\r\n"}, "id"=>"4"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 4 [["content", "

\r\n \r\n 111-456-7890 \r\n \r\n

\r\n"], ["updated_at", Tue, 20 May 2014 19:49:07 UTC +00:00]]  (2.0ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 14ms (ActiveRecord: 3.1ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 14:49:07 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.7ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.6ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 20ms (Views: 18.3ms | ActiveRecord: 1.2ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 14:49:09 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.9ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 22ms (Views: 20.6ms | ActiveRecord: 0.1ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 14:49:22 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.4ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 26ms (Views: 18.3ms | ActiveRecord: 0.6ms) Started PATCH "/blocky/4" for 127.0.0.1 at 2014-05-20 14:49:25 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"

\r\n \r\n 111-456-7890 \r\n \r\n

\r\n\r\n"}, "id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 4 [["content", "

\r\n \r\n 111-456-7890 \r\n \r\n

\r\n\r\n"], ["updated_at", Tue, 20 May 2014 19:49:25 UTC +00:00]]  (2.4ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 8ms (ActiveRecord: 3.2ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 14:49:25 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.7ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.5ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.9ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 24ms (Views: 22.0ms | ActiveRecord: 1.3ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 14:49:26 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.4ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 18ms (Views: 17.0ms | ActiveRecord: 0.2ms) Started PATCH "/blocky/1" for 127.0.0.1 at 2014-05-20 14:49:30 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>" Here's some brand new content.\r\n
\r\n
\r\n
\r\n
\r\n How does the formatting of the \r\n \r\n HTML\r\n \r\n look?\r\n
\r\n
\r\n
\r\n
\r\n
\r\n \r\n I \r\n \r\n guess\r\n \r\n we'll see!!\r\n \r\n
\r\n"}, "id"=>"1"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 1 [["content", " Here's some brand new content.\r\n
\r\n
\r\n
\r\n
\r\n How does the formatting of the \r\n \r\n HTML\r\n \r\n look?\r\n
\r\n
\r\n
\r\n
\r\n
\r\n \r\n I \r\n \r\n guess\r\n \r\n we'll see!!\r\n \r\n
\r\n"], ["updated_at", Tue, 20 May 2014 19:49:30 UTC +00:00]]  (2.0ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 6ms (ActiveRecord: 2.7ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 14:49:30 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.6ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 22ms (Views: 20.6ms | ActiveRecord: 0.6ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 14:49:32 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.3ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 17ms (Views: 15.8ms | ActiveRecord: 0.2ms) Started PATCH "/blocky/4" for 127.0.0.1 at 2014-05-20 14:49:36 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"

\r\n \r\n 111-456-7890 \r\n \r\n

\r\n\r\n\r\n"}, "id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction SQL (1.4ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 4 [["content", "

\r\n \r\n 111-456-7890 \r\n \r\n

\r\n\r\n\r\n"], ["updated_at", Tue, 20 May 2014 19:49:36 UTC +00:00]]  (2.6ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 9ms (ActiveRecord: 4.2ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 14:49:36 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.4ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 19ms (Views: 18.0ms | ActiveRecord: 0.6ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 14:49:37 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.2ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 22ms (Views: 20.5ms | ActiveRecord: 0.2ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 14:50:12 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.6ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (11.5ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 31ms (Views: 28.0ms | ActiveRecord: 1.5ms) Started GET "/blocky/6/edit" for 127.0.0.1 at 2014-05-20 14:50:15 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"6"} Blocky::ContentBlock Load (0.8ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "6"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (4.4ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 25ms (Views: 22.6ms | ActiveRecord: 0.8ms) Started GET "/blocky/6/edit" for 127.0.0.1 at 2014-05-20 14:52:27 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"6"} Blocky::ContentBlock Load (1.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "6"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.9ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 21ms (Views: 18.4ms | ActiveRecord: 1.2ms) Started GET "/blocky/6/edit" for 127.0.0.1 at 2014-05-20 14:52:41 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"6"} Blocky::ContentBlock Load (1.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "6"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (6.2ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 25ms (Views: 22.3ms | ActiveRecord: 1.1ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 14:52:50 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.8ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.7ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 23ms (Views: 21.1ms | ActiveRecord: 1.1ms) Started GET "/blocky/5/edit" for 127.0.0.1 at 2014-05-20 14:52:53 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"5"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "5"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.6ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 20ms (Views: 19.2ms | ActiveRecord: 0.2ms) Started PATCH "/blocky/5" for 127.0.0.1 at 2014-05-20 14:53:10 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"Hello World

What's up??
"}, "id"=>"5"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "5"]]  (0.1ms) begin transaction SQL (0.7ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 5 [["content", "Hello World

What's up??
"], ["updated_at", Tue, 20 May 2014 19:53:10 UTC +00:00]]  (2.2ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 9ms (ActiveRecord: 3.2ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 14:53:10 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.6ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 19ms (Views: 17.8ms | ActiveRecord: 0.6ms) Started GET "/blocky/5/edit" for 127.0.0.1 at 2014-05-20 14:53:13 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"5"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "5"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.6ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 21ms (Views: 19.8ms | ActiveRecord: 0.2ms) Started PATCH "/blocky/5" for 127.0.0.1 at 2014-05-20 14:54:50 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"

\r\n Hello\r\n

\r\n\r\n

\r\n What's up?\r\n

"}, "id"=>"5"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "5"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 5 [["content", "

\r\n Hello\r\n

\r\n\r\n

\r\n What's up?\r\n

"], ["updated_at", Tue, 20 May 2014 19:54:50 UTC +00:00]]  (2.1ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 10ms (ActiveRecord: 2.7ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 14:54:50 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.8ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 21ms (Views: 19.8ms | ActiveRecord: 0.7ms) Started GET "/blocky/5/edit" for 127.0.0.1 at 2014-05-20 14:54:52 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"5"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "5"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.6ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 21ms (Views: 19.5ms | ActiveRecord: 0.2ms) Started PATCH "/blocky/5" for 127.0.0.1 at 2014-05-20 14:55:28 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"

\r\n Hello\r\n

\r\n\r\n

\r\n What's up?\r\n

\r\n"}, "id"=>"5"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "5"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 5 [["content", "

\r\n Hello\r\n

\r\n\r\n

\r\n What's up?\r\n

\r\n"], ["updated_at", Tue, 20 May 2014 19:55:28 UTC +00:00]]  (1.6ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 12ms (ActiveRecord: 2.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 14:55:28 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (1.0ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.4ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.9ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 24ms (Views: 22.1ms | ActiveRecord: 1.7ms) Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 14:55:30 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.0ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 19ms (Views: 17.6ms | ActiveRecord: 0.3ms) Started GET "/blocky/5/edit" for 127.0.0.1 at 2014-05-20 14:55:33 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"5"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "5"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.3ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 25ms (Views: 24.1ms | ActiveRecord: 0.2ms) Started GET "/blocky/5/edit" for 127.0.0.1 at 2014-05-20 14:55:44 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"5"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "5"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.8ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 25ms (Views: 18.7ms | ActiveRecord: 0.5ms) Started PATCH "/blocky/5" for 127.0.0.1 at 2014-05-20 14:55:47 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"

\r\n Hello\r\n

\r\n\r\n

\r\n What's up?\r\n

\r\n\r\n"}, "id"=>"5"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "5"]]  (0.1ms) begin transaction SQL (0.6ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 5 [["content", "

\r\n Hello\r\n

\r\n\r\n

\r\n What's up?\r\n

\r\n\r\n"], ["updated_at", Tue, 20 May 2014 19:55:47 UTC +00:00]]  (2.8ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 8ms (ActiveRecord: 3.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 14:55:47 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.7ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.9ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 21ms (Views: 19.2ms | ActiveRecord: 1.1ms) Started GET "/blocky/5/edit" for 127.0.0.1 at 2014-05-20 14:55:49 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"5"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "5"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.9ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.2ms) Completed 200 OK in 21ms (Views: 19.0ms | ActiveRecord: 0.2ms) Blocky::ContentBlock Load (3.0ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", 5]] Started PATCH "/blocky/5" for 127.0.0.1 at 2014-05-20 14:56:20 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"

\r\n Hello\r\n

\r\n\r\n

\r\n What's up?\r\n

\r\n\r\n\r\n"}, "id"=>"5"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "5"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 5 [["content", "

\r\n Hello\r\n

\r\n\r\n

\r\n What's up?\r\n

\r\n\r\n\r\n"], ["updated_at", Tue, 20 May 2014 19:56:20 UTC +00:00]]  (2.2ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 13ms (ActiveRecord: 3.2ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 14:56:20 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.7ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.8ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 21ms (Views: 19.1ms | ActiveRecord: 1.1ms) Started GET "/blocky/5/edit" for 127.0.0.1 at 2014-05-20 14:56:22 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"5"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "5"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (3.4ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 24ms (Views: 22.3ms | ActiveRecord: 0.2ms) Started GET "/blocky/5/edit" for 127.0.0.1 at 2014-05-20 14:56:33 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"5"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "5"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.8ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 25ms (Views: 18.6ms | ActiveRecord: 0.5ms) Started PATCH "/blocky/5" for 127.0.0.1 at 2014-05-20 14:56:35 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"

\r\n Hello\r\n

\r\n\r\n

\r\n What's up?\r\n

\r\n\r\n\r\n\r\n "}, "id"=>"5"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "5"]]  (0.1ms) begin transaction SQL (0.6ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 5 [["content", "

\r\n Hello\r\n

\r\n\r\n

\r\n What's up?\r\n

\r\n\r\n\r\n\r\n "], ["updated_at", Tue, 20 May 2014 19:56:35 UTC +00:00]]  (2.0ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 8ms (ActiveRecord: 2.9ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 14:56:35 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.7ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.4ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 20ms (Views: 18.1ms | ActiveRecord: 1.2ms) Started GET "/blocky/5/edit" for 127.0.0.1 at 2014-05-20 14:56:36 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"5"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "5"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.6ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 23ms (Views: 21.8ms | ActiveRecord: 0.1ms) Started PATCH "/blocky/5" for 127.0.0.1 at 2014-05-20 14:56:46 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"

\r\n Hello\r\n

\r\n\r\n

\r\n What's up?\r\n

\r\n\r\n\r\n\r\n\r\n"}, "id"=>"5"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "5"]]  (0.1ms) begin transaction SQL (0.6ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 5 [["content", "

\r\n Hello\r\n

\r\n\r\n

\r\n What's up?\r\n

\r\n\r\n\r\n\r\n\r\n"], ["updated_at", Tue, 20 May 2014 19:56:46 UTC +00:00]]  (2.6ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 9ms (ActiveRecord: 3.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 14:56:46 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.4ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 19ms (Views: 18.2ms | ActiveRecord: 0.6ms) Started GET "/blocky/5/edit" for 127.0.0.1 at 2014-05-20 14:56:48 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"5"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "5"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.1ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 28ms (Views: 26.4ms | ActiveRecord: 0.2ms) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", 5]] Started GET "/blocky/5/edit" for 127.0.0.1 at 2014-05-20 14:57:03 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"5"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "5"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.6ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 27ms (Views: 26.3ms | ActiveRecord: 0.1ms) Started GET "/blocky/5/edit" for 127.0.0.1 at 2014-05-20 14:58:08 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"5"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "5"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.4ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 25ms (Views: 17.5ms | ActiveRecord: 0.6ms) Started PATCH "/blocky/5" for 127.0.0.1 at 2014-05-20 14:58:14 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"

\r\n Hello\r\n

\r\n\r\n

\r\n What's up?\r\n

\r\n\r\n\r\n\r\n\r\n\r\n"}, "id"=>"5"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "5"]]  (0.1ms) begin transaction SQL (0.6ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 5 [["content", "

\r\n Hello\r\n

\r\n\r\n

\r\n What's up?\r\n

\r\n\r\n\r\n\r\n\r\n\r\n"], ["updated_at", Tue, 20 May 2014 19:58:14 UTC +00:00]]  (0.6ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 7ms (ActiveRecord: 1.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 14:58:14 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.7ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.6ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 21ms (Views: 19.1ms | ActiveRecord: 1.2ms) Started GET "/blocky/5/edit" for 127.0.0.1 at 2014-05-20 14:58:45 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"5"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "5"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.8ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 26ms (Views: 19.5ms | ActiveRecord: 0.6ms) Started PATCH "/blocky/5" for 127.0.0.1 at 2014-05-20 14:58:48 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"

\r\n Hello\r\n

\r\n\r\n

\r\n What's up?\r\n

\r\n\r\n\r\n\r\n\r\n\r\n\r\n "}, "id"=>"5"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "5"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 5 [["content", "

\r\n Hello\r\n

\r\n\r\n

\r\n What's up?\r\n

\r\n\r\n\r\n\r\n\r\n\r\n\r\n "], ["updated_at", Tue, 20 May 2014 19:58:48 UTC +00:00]]  (2.3ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 7ms (ActiveRecord: 2.9ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 14:58:48 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.7ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.4ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.8ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 22ms (Views: 19.9ms | ActiveRecord: 1.2ms) Started GET "/blocky/5/edit" for 127.0.0.1 at 2014-05-20 14:59:03 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"5"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "5"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.3ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 30ms (Views: 21.8ms | ActiveRecord: 0.5ms) Started PATCH "/blocky/5" for 127.0.0.1 at 2014-05-20 14:59:05 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"

\r\n Hello\r\n

\r\n\r\n

\r\n What's up?\r\n

\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n "}, "id"=>"5"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "5"]]  (0.1ms) begin transaction SQL (0.6ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 5 [["content", "

\r\n Hello\r\n

\r\n\r\n

\r\n What's up?\r\n

\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n "], ["updated_at", Tue, 20 May 2014 19:59:05 UTC +00:00]]  (2.6ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 8ms (ActiveRecord: 3.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 14:59:05 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.7ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.7ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 39ms (Views: 36.5ms | ActiveRecord: 1.2ms) Started GET "/blocky/5/edit" for 127.0.0.1 at 2014-05-20 14:59:22 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"5"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "5"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.9ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 31ms (Views: 21.3ms | ActiveRecord: 0.7ms) Started PATCH "/blocky/5" for 127.0.0.1 at 2014-05-20 14:59:24 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"

\r\n Hello\r\n

\r\n\r\n

\r\n What's up?\r\n

\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n "}, "id"=>"5"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "5"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 5 [["content", "

\r\n Hello\r\n

\r\n\r\n

\r\n What's up?\r\n

\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n "], ["updated_at", Tue, 20 May 2014 19:59:24 UTC +00:00]]  (2.3ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 7ms (ActiveRecord: 2.8ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 14:59:24 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.7ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.4ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 22ms (Views: 21.0ms | ActiveRecord: 1.1ms) Started GET "/blocky/3/edit" for 127.0.0.1 at 2014-05-20 14:59:34 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"3"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "3"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.3ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 28ms (Views: 21.8ms | ActiveRecord: 0.5ms) Started PATCH "/blocky/3" for 127.0.0.1 at 2014-05-20 14:59:35 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>" \r\n "}, "id"=>"3"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "3"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 3 [["content", " \r\n "], ["updated_at", Tue, 20 May 2014 19:59:35 UTC +00:00]]  (2.2ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 7ms (ActiveRecord: 2.7ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 14:59:36 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (1.0ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.4ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.3ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 24ms (Views: 22.5ms | ActiveRecord: 1.6ms) Started GET "/blocky/2/edit" for 127.0.0.1 at 2014-05-20 15:00:22 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"2"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "2"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.9ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 30ms (Views: 17.5ms | ActiveRecord: 0.8ms) Started PATCH "/blocky/2" for 127.0.0.1 at 2014-05-20 15:00:24 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"

Normally, both your asses would be dead as fucking fried chicken, but you happen to pull this shit while I'm in a transitional period so I don't wanna kill you, I wanna help you. But I can't give you this case, it don't belong to me. Besides, I've already been through too much shit this morning over this case to hand it over to your dumb ass.

\r\n "}, "id"=>"2"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 2 [["content", "

Normally, both your asses would be dead as fucking fried chicken, but you happen to pull this shit while I'm in a transitional period so I don't wanna kill you, I wanna help you. But I can't give you this case, it don't belong to me. Besides, I've already been through too much shit this morning over this case to hand it over to your dumb ass.

\r\n "], ["updated_at", Tue, 20 May 2014 20:00:24 UTC +00:00]]  (0.8ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 7ms (ActiveRecord: 1.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 15:00:24 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.9ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.7ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 32ms (Views: 29.5ms | ActiveRecord: 1.3ms) Started GET "/blocky/3/edit" for 127.0.0.1 at 2014-05-20 15:00:38 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"3"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "3"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (3.2ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 31ms (Views: 21.3ms | ActiveRecord: 0.7ms) Started PATCH "/blocky/3" for 127.0.0.1 at 2014-05-20 15:00:39 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>" \r\n \r\n "}, "id"=>"3"} Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "3"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 3 [["content", " \r\n \r\n "], ["updated_at", Tue, 20 May 2014 20:00:39 UTC +00:00]]  (0.6ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 10ms (ActiveRecord: 1.4ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 15:00:39 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.9ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.4ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.0ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 30ms (Views: 27.8ms | ActiveRecord: 1.4ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 15:02:06 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.7ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.8ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (13.0ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.2ms) Completed 200 OK in 39ms (Views: 33.3ms | ActiveRecord: 2.1ms) Started GET "/blocky/5/edit" for 127.0.0.1 at 2014-05-20 15:02:08 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"5"} Blocky::ContentBlock Load (0.5ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "5"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (3.8ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 26ms (Views: 24.0ms | ActiveRecord: 0.5ms) Started PATCH "/blocky/5" for 127.0.0.1 at 2014-05-20 15:02:10 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"

\r\n Hello\r\n

\r\n\r\n

\r\n What's up?\r\n

\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n "}, "id"=>"5"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "5"]]  (0.1ms) begin transaction SQL (2.1ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 5 [["content", "\n\n\n\n \n\n\n\n

Hello

\n\n

What's up?

\n\n\n"], ["updated_at", Tue, 20 May 2014 20:02:10 UTC +00:00]]  (1.1ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 10ms (ActiveRecord: 3.5ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 15:02:10 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.4ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (6.7ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 31ms (Views: 30.2ms | ActiveRecord: 0.7ms) Started GET "/blocky/5/edit" for 127.0.0.1 at 2014-05-20 15:02:28 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"5"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "5"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.2ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 26ms (Views: 23.3ms | ActiveRecord: 0.2ms) Started PATCH "/blocky/5" for 127.0.0.1 at 2014-05-20 15:02:57 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"

\r\n Hello\r\n

\r\n\r\n

\r\n What's up?\r\n

\r\n\r\n\r\n\r\n"}, "id"=>"5"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "5"]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 5 [["content", nil], ["updated_at", Tue, 20 May 2014 20:02:57 UTC +00:00]]  (0.6ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 15ms (ActiveRecord: 1.9ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 15:02:57 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.7ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.5ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 24ms (Views: 22.2ms | ActiveRecord: 1.2ms) Started GET "/blocky/5/edit" for 127.0.0.1 at 2014-05-20 15:02:59 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"5"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "5"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.9ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 23ms (Views: 22.1ms | ActiveRecord: 0.2ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 15:03:02 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.4ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.6ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (7.2ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 29ms (Views: 26.9ms | ActiveRecord: 1.2ms) Started GET "/blocky/2/edit" for 127.0.0.1 at 2014-05-20 15:03:03 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"2"} Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "2"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.7ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 22ms (Views: 21.1ms | ActiveRecord: 0.3ms) Started PATCH "/blocky/2" for 127.0.0.1 at 2014-05-20 15:03:08 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"

Normally, both your asses would be dead as fucking fried chicken, but you happen to pull this shit while I'm in a transitional period so I don't wanna kill you, I wanna help you. 

But I can't give you this case, it don't belong to me. Besides, I've already been through too much shit this morning over this case to hand it over to your dumb ass.

\r\n \r\n "}, "id"=>"2"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 2 [["content", nil], ["updated_at", Tue, 20 May 2014 20:03:08 UTC +00:00]]  (2.1ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 8ms (ActiveRecord: 2.8ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 15:03:08 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.3ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.4ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (5.1ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 28ms (Views: 26.4ms | ActiveRecord: 0.8ms) Started GET "/blocky/2/edit" for 127.0.0.1 at 2014-05-20 15:03:18 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"2"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "2"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.9ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 28ms (Views: 26.9ms | ActiveRecord: 0.1ms) Started PATCH "/blocky/2" for 127.0.0.1 at 2014-05-20 15:03:28 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"Hello"}, "id"=>"2"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "2"]]  (0.0ms) begin transaction SQL (0.4ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 2 [["content", "\n\n\n\n \n\n\n\n Hello\n\n\n"], ["updated_at", Tue, 20 May 2014 20:03:28 UTC +00:00]]  (0.6ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 13ms (ActiveRecord: 1.6ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 15:03:28 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.7ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.7ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 21ms (Views: 19.6ms | ActiveRecord: 1.2ms) Started GET "/blocky/2/edit" for 127.0.0.1 at 2014-05-20 15:03:29 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"2"} Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "2"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (3.7ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 22ms (Views: 19.7ms | ActiveRecord: 0.3ms) Started GET "/blocky/2/edit" for 127.0.0.1 at 2014-05-20 15:04:03 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"2"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "2"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (3.3ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 34ms (Views: 27.0ms | ActiveRecord: 0.5ms) Started PATCH "/blocky/2" for 127.0.0.1 at 2014-05-20 15:04:05 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>" \r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n Hello\r\n\r\n\r\n\r\n "}, "id"=>"2"} Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction Started GET "/blocky/2" for 127.0.0.1 at 2014-05-20 15:04:40 -0500 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Blocky::ContentBlocksController#show as HTML Parameters: {"id"=>"2"} Redirected to http://localhost:3000/blocky/2/edit Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/blocky/2/edit" for 127.0.0.1 at 2014-05-20 15:04:40 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"2"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "2"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (12.2ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.6ms) Completed 200 OK in 284ms (Views: 275.5ms | ActiveRecord: 0.4ms) Started PATCH "/blocky/2" for 127.0.0.1 at 2014-05-20 15:04:51 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"

Hello

"}, "id"=>"2"} Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction SQL (5.1ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 2 [["content", "

Hello

\n"], ["updated_at", Tue, 20 May 2014 20:04:51 UTC +00:00]]  (0.7ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 15ms (ActiveRecord: 6.0ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 15:04:51 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.8ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.9ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (10.8ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 31ms (Views: 28.8ms | ActiveRecord: 1.9ms) Started GET "/blocky/2/edit" for 127.0.0.1 at 2014-05-20 15:04:53 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"2"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "2"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.9ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 21ms (Views: 19.5ms | ActiveRecord: 0.2ms) Started PATCH "/blocky/2" for 127.0.0.1 at 2014-05-20 15:05:16 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"

\r\n Hello\r\n

How are you?

I'm good, thanks!

\r\n\r\n"}, "id"=>"2"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 2 [["content", "

Hello

\n\n

How are you?

\n\n

I'm good, thanks!

\n"], ["updated_at", Tue, 20 May 2014 20:05:16 UTC +00:00]]  (2.4ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 9ms (ActiveRecord: 3.1ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 15:05:16 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.6ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.9ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 23ms (Views: 21.2ms | ActiveRecord: 0.9ms) Started GET "/blocky/2/edit" for 127.0.0.1 at 2014-05-20 15:05:18 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"2"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "2"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.8ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 21ms (Views: 19.6ms | ActiveRecord: 0.2ms) Started PATCH "/blocky/2" for 127.0.0.1 at 2014-05-20 15:05:37 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"Hello first\r\n\r\n

\r\n Hello\r\n

\r\n\r\n

\r\n How are you?\r\n

\r\n\r\n

\r\n I'm good, thanks!\r\n

\r\n\r\n"}, "id"=>"2"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "2"]]  (0.1ms) begin transaction SQL (0.7ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 2 [["content", "Hello first\n\n

Hello

\n\n

How are you?

\n\n

I'm good, thanks!

\n"], ["updated_at", Tue, 20 May 2014 20:05:37 UTC +00:00]]  (2.2ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 8ms (ActiveRecord: 3.1ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 15:05:37 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.6ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.8ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 21ms (Views: 19.5ms | ActiveRecord: 1.0ms) Started GET "/blocky/2/edit" for 127.0.0.1 at 2014-05-20 15:05:38 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"2"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "2"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.8ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 21ms (Views: 19.8ms | ActiveRecord: 0.2ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 15:06:36 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.9ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.9ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (14.1ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 36ms (Views: 31.5ms | ActiveRecord: 2.4ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 15:06:39 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.9ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 21ms (Views: 18.9ms | ActiveRecord: 0.3ms) Started PATCH "/blocky/4" for 127.0.0.1 at 2014-05-20 15:06:45 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>""}, "id"=>"4"} Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction SQL (0.6ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 4 [["content", "\n"], ["updated_at", Tue, 20 May 2014 20:06:45 UTC +00:00]]  (2.4ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 10ms (ActiveRecord: 3.4ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 15:06:45 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.6ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 37ms (Views: 36.5ms | ActiveRecord: 0.6ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 15:07:06 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.5ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 20ms (Views: 18.3ms | ActiveRecord: 0.2ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 15:07:13 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (4.8ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 25ms (Views: 24.0ms | ActiveRecord: 0.2ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 15:07:47 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.8ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 21ms (Views: 19.9ms | ActiveRecord: 0.2ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 15:08:07 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.2ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 31ms (Views: 29.9ms | ActiveRecord: 0.2ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 15:08:20 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.2ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 22ms (Views: 20.4ms | ActiveRecord: 0.2ms) Started PATCH "/blocky/4" for 127.0.0.1 at 2014-05-20 15:08:31 -0500 Processing by Blocky::ContentBlocksController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ru5Row3Eg+rey0bxwMOOTertneSD5lV7hTr7n3gZRiA=", "content_block"=>{"content"=>"

Hello world

What's up?

This good?

\r\n "}, "id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 4 [["content", "

Hello world

\n\n

What's up?

\n\n

This good?

\n"], ["updated_at", Tue, 20 May 2014 20:08:31 UTC +00:00]]  (2.0ms) commit transaction Redirected to http://localhost:3000/blocky/ Completed 302 Found in 6ms (ActiveRecord: 2.7ms) Started GET "/blocky/" for 127.0.0.1 at 2014-05-20 15:08:31 -0500 Processing by Blocky::ContentBlocksController#index as HTML  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL) Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (3.5ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 21ms (Views: 20.0ms | ActiveRecord: 0.6ms) Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-20 15:08:33 -0500 Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"4"} Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (3.7ms) Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms) Completed 200 OK in 22ms (Views: 20.9ms | ActiveRecord: 0.2ms)