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 [1m[36mBlocky::ContentBlock Load (1.2ms)[0m [1mSELECT "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[0m 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 [1m[36m (1.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m [1m[35m (0.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m Started GET "/" for 127.0.0.1 at 2014-03-26 16:14:19 -0500 Processing by StaticPagesController#home as HTML [1m[35mBlocky::ContentBlock Load (0.6ms)[0m 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 [1m[36mBlocky::ContentBlock Load (1.5ms)[0m [1mSELECT "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[0m 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 [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m Migrating to CreateBlockyContentBlocks (20140326211453) [1m[35m (0.1ms)[0m begin transaction [1m[36m (0.5ms)[0m [1mCREATE 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) [0m [1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140326211453"]] [1m[36m (0.8ms)[0m [1mcommit transaction[0m [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/" for 127.0.0.1 at 2014-03-26 16:15:03 -0500 [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m Processing by StaticPagesController#home as HTML [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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 [1m[36m (0.1ms)[0m [1mbegin transaction[0m [1m[35mSQL (4.4ms)[0m 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]] [1m[36m (0.7ms)[0m [1mcommit transaction[0m 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 [1m[35mBlocky::ContentBlock Load (0.3ms)[0m 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) [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1[0m [1m[35m (0.3ms)[0m SELECT COUNT(*) FROM "blocky_content_blocks" [1m[36m (0.1ms)[0m [1mbegin transaction[0m [1m[35mSQL (4.1ms)[0m 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]] [1m[36m (1.7ms)[0m [1mcommit transaction[0m Started GET "/" for 127.0.0.1 at 2014-03-26 16:16:18 -0500 Processing by StaticPagesController#home as HTML [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "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[0m 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 [1m[35mBlocky::ContentBlock Load (0.3ms)[0m 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 [1m[36mBlocky::ContentBlock Load (0.3ms)[0m [1mSELECT "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[0m 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 [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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 [1m[36m (0.1ms)[0m [1mbegin transaction[0m [1m[35mSQL (0.4ms)[0m 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]] [1m[36m (1.0ms)[0m [1mcommit transaction[0m Rendered static_pages/home.html.erb within layouts/application (60.7ms) Completed 200 OK in 64ms (Views: 62.2ms | ActiveRecord: 1.7ms) [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "blocky_content_blocks" [1m[36mBlocky::ContentBlock Load (0.3ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" ORDER BY "blocky_content_blocks"."id" DESC LIMIT 1[0m [1m[35mBlocky::ContentBlock Load (0.2ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" ORDER BY "blocky_content_blocks"."id" DESC LIMIT 1 [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1[0m [1m[35m (0.1ms)[0m begin transaction [1m[36mSQL (0.5ms)[0m [1mUPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 2[0m [["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]] [1m[35m (1.9ms)[0m commit transaction Started GET "/" for 127.0.0.1 at 2014-03-26 16:18:04 -0500 Processing by StaticPagesController#home as HTML [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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 [1m[36mBlocky::ContentBlock Load (0.3ms)[0m [1mSELECT "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[0m 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 [1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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 [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "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[0m 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 [1m[35mBlocky::ContentBlock Load (0.3ms)[0m 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 [1m[36m (0.1ms)[0m [1mbegin transaction[0m [1m[35mSQL (0.5ms)[0m 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]] [1m[36m (0.7ms)[0m [1mcommit transaction[0m 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 [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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 [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "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[0m [1m[35m (0.1ms)[0m begin transaction [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "blocky_content_blocks" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["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]] [1m[35m (4.5ms)[0m 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 [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "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[0m [1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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 [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "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[0m [1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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 [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "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[0m [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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 [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "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[0m [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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 [1m[36mBlocky::ContentBlock Load (0.3ms)[0m [1mSELECT "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[0m [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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 [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "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[0m [1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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 [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "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[0m [1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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 [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "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[0m [1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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 [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "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[0m [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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 [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "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[0m [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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 [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "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[0m [1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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 [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "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[0m [1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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 [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "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[0m [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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 [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "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[0m [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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 [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "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[0m [1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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 [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "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[0m [1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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 #<#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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["id", "1"]] [1m[35m (0.1ms)[0m begin transaction [1m[36mSQL (6.2ms)[0m [1mUPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 1[0m [["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]] [1m[35m (4.4ms)[0m commit transaction Redirected to Completed 500 Internal Server Error in 29ms NoMethodError - undefined method `index_url' for #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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["id", "1"]] [1m[35m (0.1ms)[0m begin transaction [1m[36m (0.0ms)[0m [1mcommit transaction[0m 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 [1m[35m (0.2ms)[0m SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL)[0m [1m[35mBlocky::ContentBlock Load (0.1ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT 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 [1m[36m (0.2ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.1ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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 [1m[35m (0.2ms)[0m SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL)[0m [1m[35mBlocky::ContentBlock Load (0.2ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT 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 [1m[36m (0.2ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.2ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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"} [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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 [1m[36m (0.2ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.2ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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"} [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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"} [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["id", "1"]] [1m[35m (0.1ms)[0m begin transaction [1m[36mSQL (0.3ms)[0m [1mUPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 1[0m [["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]] [1m[35m (3.4ms)[0m 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 [1m[36m (0.1ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.1ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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 [1m[35m (0.2ms)[0m SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL)[0m [1m[35mBlocky::ContentBlock Load (0.1ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT 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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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"} [1m[35mBlocky::ContentBlock Load (0.2ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] [1m[36m (0.1ms)[0m [1mbegin transaction[0m [1m[35mSQL (0.9ms)[0m 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]] [1m[36m (1.9ms)[0m [1mcommit transaction[0m 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 [1m[35m (0.1ms)[0m SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL)[0m [1m[35mBlocky::ContentBlock Load (0.1ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT 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 [1m[36m (0.2ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.3ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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"} [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["id", "4"]] [1m[35m (0.2ms)[0m begin transaction [1m[36mSQL (0.4ms)[0m [1mUPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 4[0m [["content", " 111-456-7890\r\n "], ["updated_at", Tue, 20 May 2014 17:08:32 UTC +00:00]] [1m[35m (1.7ms)[0m 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 [1m[36m (0.2ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.1ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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 [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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 [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "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[0m 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 [1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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 [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "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[0m [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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"} [1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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 [1m[36m (0.2ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.2ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.3ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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 [1m[35m (0.2ms)[0m SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL)[0m [1m[35mBlocky::ContentBlock Load (0.1ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT 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 [1m[36m (0.2ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.2ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.3ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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 [1m[35m (0.2ms)[0m SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL)[0m [1m[35mBlocky::ContentBlock Load (0.2ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT 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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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"} [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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 [1m[36m (0.2ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.2ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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"} [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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 [1m[36m (0.2ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.2ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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"} [1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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"} [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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"} [1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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 [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "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[0m [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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 [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "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[0m 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"} [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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 [1m[36m (0.2ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.1ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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"} [1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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 [1m[36m (0.2ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.1ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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"} [1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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 [1m[36m (0.2ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.2ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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"} [1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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"} [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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"} [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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"} [1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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"} [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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"} [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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"} [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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 [1m[35m (0.2ms)[0m SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL)[0m [1m[35mBlocky::ContentBlock Load (0.2ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT 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 [1m[36m (0.2ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.1ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.3ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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 [1m[35m (0.2ms)[0m SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL)[0m [1m[35mBlocky::ContentBlock Load (0.3ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT 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 [1m[36m (0.2ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.1ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.3ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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"} [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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"} [1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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 [1m[36m (0.2ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.2ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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 [1m[35m (0.2ms)[0m SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL)[0m [1m[35mBlocky::ContentBlock Load (0.4ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT 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 [1m[36m (0.2ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.1ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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 [1m[35m (0.2ms)[0m SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL)[0m [1m[35mBlocky::ContentBlock Load (0.2ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT 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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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 [1m[35m (0.2ms)[0m SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL)[0m [1m[35mBlocky::ContentBlock Load (0.2ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT 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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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 [1m[35m (0.1ms)[0m SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL)[0m [1m[35mBlocky::ContentBlock Load (0.1ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT 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 [1m[36m (0.2ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.2ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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 [1m[35m (0.2ms)[0m SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL)[0m [1m[35mBlocky::ContentBlock Load (0.1ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT 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 [1m[36m (0.2ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.1ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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 [1m[35m (0.3ms)[0m SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL)[0m [1m[35mBlocky::ContentBlock Load (0.2ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT 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 [1m[36m (0.2ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.2ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.3ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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 [1m[35m (0.2ms)[0m SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL)[0m [1m[35mBlocky::ContentBlock Load (0.1ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT 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 [1m[36m (0.2ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.1ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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 [1m[35m (0.2ms)[0m SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL)[0m [1m[35mBlocky::ContentBlock Load (0.1ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT 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 [1m[36m (0.2ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.2ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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 [1m[35m (0.2ms)[0m SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" [1m[36mBlocky::ContentBlock Load (0.3ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL)[0m [1m[35mBlocky::ContentBlock Load (0.2ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT 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 [1m[36m (0.3ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.1ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.3ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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 [1m[35m (0.2ms)[0m SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL)[0m [1m[35mBlocky::ContentBlock Load (0.3ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT 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 [1m[36m (0.2ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.5ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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 [1m[35m (0.2ms)[0m SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL)[0m [1m[35mBlocky::ContentBlock Load (0.1ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT 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 [1m[36m (0.2ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.2ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.3ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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 [1m[35m (0.2ms)[0m SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL)[0m [1m[35mBlocky::ContentBlock Load (0.2ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT 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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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"} [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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"} [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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 [1m[35m (0.2ms)[0m SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL)[0m [1m[35mBlocky::ContentBlock Load (0.3ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT 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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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"} [1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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"} [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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"} [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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"} [1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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 [1m[36m (0.2ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.1ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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 [1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m 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) inNormally, 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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["id", "1"]] [1m[35m (0.1ms)[0m begin transaction [1m[36mSQL (3.1ms)[0m [1mUPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 1[0m [["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 \r\n "], ["updated_at", Tue, 20 May 2014 18:17:58 UTC +00:00]] [1m[35m (4.4ms)[0m 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."} [1m[36m (0.1ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.1ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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."} [1m[35m (0.1ms)[0m SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL)[0m [1m[35mBlocky::ContentBlock Load (0.1ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT 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"} [1m[36mBlocky::ContentBlock Load (0.3ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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"} [1m[35mBlocky::ContentBlock Load (0.2ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] [1m[36m (0.1ms)[0m [1mbegin transaction[0m [1m[35mSQL (0.6ms)[0m 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]] [1m[36m (0.6ms)[0m [1mcommit transaction[0m 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 [1m[35m (0.1ms)[0m SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL)[0m [1m[35mBlocky::ContentBlock Load (0.1ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT 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 [1m[36m (0.1ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.1ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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"} [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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"=>"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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["id", "1"]] [1m[35m (0.1ms)[0m begin transaction [1m[36mSQL (0.3ms)[0m [1mUPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 1[0m [["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 \r\n \r\n "], ["updated_at", Tue, 20 May 2014 18:18:55 UTC +00:00]] [1m[35m (2.4ms)[0m 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 [1m[36m (0.2ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.1ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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 [1m[35m (0.1ms)[0m SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL)[0m [1m[35mBlocky::ContentBlock Load (0.2ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT 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"} [1m[36mBlocky::ContentBlock Load (0.3ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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"=>"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"} [1m[35mBlocky::ContentBlock Load (0.1ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] [1m[36m (0.1ms)[0m [1mbegin transaction[0m [1m[35mSQL (0.4ms)[0m 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.
\r\n \r\n \r\n \r\n \r\n "], ["updated_at", Tue, 20 May 2014 18:19:05 UTC +00:00]] [1m[36m (2.6ms)[0m [1mcommit transaction[0m 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 [1m[35m (0.2ms)[0m SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL)[0m [1m[35mBlocky::ContentBlock Load (0.1ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT 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 [1m[36m (0.1ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.1ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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"} [1m[35mBlocky::ContentBlock Load (0.3ms)[0m 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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["id", "6"]] [1m[35m (0.1ms)[0m begin transaction [1m[36mSQL (0.6ms)[0m [1mUPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 6[0m [["content", "hello@world.com"], ["updated_at", Tue, 20 May 2014 18:19:32 UTC +00:00]] [1m[35m (2.3ms)[0m 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 [1m[36m (0.1ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.1ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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"} [1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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\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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["id", "1"]] [1m[35m (0.1ms)[0m begin transaction [1m[36mSQL (4.1ms)[0m [1mUPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 1[0m [["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]] [1m[35m (0.6ms)[0m 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 [1m[36m (3.0ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.5ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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"} [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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"} [1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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"} [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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"} [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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"} [1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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"} [1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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 [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} [1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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"} [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["id", "1"]] [1m[35m (0.1ms)[0m begin transaction [1m[36mSQL (4.1ms)[0m [1mUPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 1[0m [["content", "\nNormally, 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.Â
\nBesides, 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]] [1m[35m (0.6ms)[0m 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 [1m[36m (0.7ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.7ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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"} [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["id", "1"]] [1m[35m (0.1ms)[0m begin transaction [1m[36mSQL (0.3ms)[0m [1mUPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 1[0m [["content", "\nNormally, 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.
\nBesides, 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]] [1m[35m (2.1ms)[0m 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 [1m[36m (0.2ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.6ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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"} [1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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"} [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["id", "1"]] [1m[35m (0.1ms)[0m begin transaction [1m[36m (0.1ms)[0m [1mcommit transaction[0m 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 [1m[35m (0.7ms)[0m SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" [1m[36mBlocky::ContentBlock Load (0.5ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL)[0m [1m[35mBlocky::ContentBlock Load (0.1ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT 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 [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m Processing by Blocky::ContentBlocksController#index as HTML [1m[35m (0.7ms)[0m SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" [1m[36mBlocky::ContentBlock Load (0.7ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL)[0m [1m[35mBlocky::ContentBlock Load (0.2ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT 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"} [1m[36mBlocky::ContentBlock Load (0.3ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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\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"} [1m[35mBlocky::ContentBlock Load (0.2ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] [1m[36m (0.1ms)[0m [1mbegin transaction[0m [1m[35mSQL (5.1ms)[0m UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 1 [["content", "\n\n\n\nNormally, 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.
\nBesides, 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]] [1m[36m (0.7ms)[0m [1mcommit transaction[0m 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 [1m[35m (0.2ms)[0m SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" [1m[36mBlocky::ContentBlock Load (0.9ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL)[0m [1m[35mBlocky::ContentBlock Load (0.1ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT 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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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 [1m[35m (0.6ms)[0m SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" [1m[36mBlocky::ContentBlock Load (0.3ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL)[0m [1m[35mBlocky::ContentBlock Load (0.3ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT 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"} [1m[36mBlocky::ContentBlock Load (0.3ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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 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"} [1m[35mBlocky::ContentBlock Load (0.2ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] [1m[36m (0.1ms)[0m [1mbegin transaction[0m [1m[35mSQL (0.5ms)[0m 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 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]] [1m[36m (2.3ms)[0m [1mcommit transaction[0m 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 [1m[35m (0.3ms)[0m SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" [1m[36mBlocky::ContentBlock Load (1.0ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL)[0m [1m[35mBlocky::ContentBlock Load (0.2ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT 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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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\nOne | Two | Three |
\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"} [1m[35mBlocky::ContentBlock Load (0.1ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] [1m[36m (0.1ms)[0m [1mbegin transaction[0m [1m[35mSQL (0.4ms)[0m 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\nOne | Two | Three |
\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]] [1m[36m (2.4ms)[0m [1mcommit transaction[0m 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 [1m[35m (0.2ms)[0m SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" [1m[36mBlocky::ContentBlock Load (0.6ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL)[0m [1m[35mBlocky::ContentBlock Load (0.2ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT 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"} [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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"} [1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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 One\r\n | \r\n\r\n Two\r\n | \r\n\r\n Three\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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["id", "1"]] [1m[35m (0.1ms)[0m begin transaction [1m[36mSQL (0.5ms)[0m [1mUPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 1[0m [["content", "\r\n \r\n \r\n Hello World\r\n \r\n \r\n
\r\n\r\n One\r\n | \r\n\r\n Two\r\n | \r\n\r\n Three\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]] [1m[35m (2.0ms)[0m 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 [1m[36m (1.1ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.5ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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"} [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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 One\r\n | \r\n\r\n Two\r\n | \r\n\r\n Three\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"} [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["id", "1"]] [1m[35m (0.0ms)[0m begin transaction [1m[36mSQL (0.4ms)[0m [1mUPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 1[0m [["content", "\r\n \r\n \r\n Hello World\r\n \r\n \r\n
\r\n\r\n One\r\n | \r\n\r\n Two\r\n | \r\n\r\n Three\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]] [1m[35m (8.0ms)[0m 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 [1m[36m (0.7ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.3ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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"} [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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 One\r\n | \r\n\r\n Two\r\n | \r\n\r\n Three\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"} [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["id", "1"]] [1m[35m (0.1ms)[0m begin transaction [1m[36mSQL (0.6ms)[0m [1mUPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 1[0m [["content", "\r\n \r\n \r\n Hello World\r\n \r\n \r\n
\r\n\r\n One\r\n | \r\n\r\n Two\r\n | \r\n\r\n Three\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]] [1m[35m (1.6ms)[0m 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 [1m[36m (1.0ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (44.3ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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"} [1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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 One\r\n | \r\n\r\n Two\r\n | \r\n\r\n Three\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"} [1m[35mBlocky::ContentBlock Load (0.2ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] [1m[36m (0.1ms)[0m [1mbegin transaction[0m Started GET "/blocky/1/edit" for 127.0.0.1 at 2014-05-20 14:21:15 -0500 [1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} [1m[35mBlocky::ContentBlock Load (0.5ms)[0m 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 One\r\n | \r\n\r\n Two\r\n | \r\n\r\n Three\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"} [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["id", "1"]] [1m[35m (0.1ms)[0m begin transaction [1m[36mSQL (5.3ms)[0m [1mUPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 1[0m [["content", "\r\n \r\n \r\n Hello World\r\n \r\n \r\n
\r\n\r\n\r\n One\r\n | \r\n\r\n Two\r\n | \r\n\r\n Three\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]] [1m[35m (8.6ms)[0m 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 [1m[36m (2.2ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.8ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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"} [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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 [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m Processing by Blocky::ContentBlocksController#edit as HTML Parameters: {"id"=>"1"} [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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 One\r\n | \r\n\r\n Two\r\n | \r\n\r\n Three\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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["id", "1"]] [1m[35m (0.1ms)[0m begin transaction Started GET "/blocky/1" for 127.0.0.1 at 2014-05-20 14:24:56 -0500 [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m 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"} [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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 One\r\n | \r\n\r\n Two\r\n | \r\n\r\n Three\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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["id", "1"]] [1m[35m (0.1ms)[0m begin transaction Started GET "/blocky/1" for 127.0.0.1 at 2014-05-20 14:25:23 -0500 [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m 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"} [1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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 One\r\n | \r\n\r\n Two\r\n | \r\n\r\n Three\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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["id", "1"]] [1m[35m (0.1ms)[0m begin transaction Started GET "/blocky/1" for 127.0.0.1 at 2014-05-20 14:25:38 -0500 [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m 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"} [1m[35mBlocky::ContentBlock Load (0.3ms)[0m 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 One\r\n | \r\n\r\n Two\r\n | \r\n\r\n Three\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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["id", "1"]] [1m[35m (0.1ms)[0m begin transaction [1m[36mSQL (6.0ms)[0m [1mUPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 1[0m [["content", "\r\n \r\n \r\n Hello World\r\n \r\n \r\n
\r\n\r\n\r\n One\r\n | \r\n\r\n Two\r\n | \r\n\r\n Three\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]] [1m[35m (0.6ms)[0m 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 [1m[36m (0.7ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.8ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.3ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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"} [1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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 One\r\n | \r\n\r\n Two\r\n | \r\n\r\n Three\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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["id", "1"]] [1m[35m (0.1ms)[0m begin transaction [1m[36mSQL (0.4ms)[0m [1mUPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 1[0m [["content", "\r\n Hello World\r\n
\r\n\r\n\r\n One\r\n | \r\n\r\n Two\r\n | \r\n\r\n Three\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]] [1m[35m (2.0ms)[0m 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 [1m[36m (0.9ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.6ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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"} [1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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 One\r\n | \r\n\r\n Two\r\n | \r\n\r\n Three\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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["id", "1"]] [1m[35m (0.1ms)[0m begin transaction [1m[36mSQL (0.6ms)[0m [1mUPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 1[0m [["content", "\r\n \r\n \r\n Hello World\r\n \r\n \r\n
\r\n\r\n\r\n One\r\n | \r\n\r\n Two\r\n | \r\n\r\n Three\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]] [1m[35m (2.2ms)[0m 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 [1m[36m (0.2ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.6ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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"} [1m[35mBlocky::ContentBlock Load (0.4ms)[0m 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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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"} [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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 One\r\n | \r\n\r\n Two\r\n | \r\n\r\n Three\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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["id", "1"]] [1m[35m (0.1ms)[0m begin transaction [1m[36mSQL (0.4ms)[0m [1mUPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 1[0m [["content", "\r\n \r\n \r\n Hello World\r\n \r\n \r\n
\r\n\r\n\r\n One\r\n | \r\n\r\n Two\r\n | \r\n\r\n Three\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]] [1m[35m (2.1ms)[0m 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 [1m[36m (0.2ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.3ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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"} [1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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 One\r\n | \r\n\r\n Two\r\n | \r\n\r\n Three\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"} [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["id", "1"]] [1m[35m (0.0ms)[0m begin transaction [1m[36mSQL (0.4ms)[0m [1mUPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 1[0m [["content", "\r\n \r\n \r\n Hello World\r\n \r\n \r\n
\r\n\r\n\r\n One\r\n | \r\n\r\n Two\r\n | \r\n\r\n Three\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]] [1m[35m (2.0ms)[0m 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 [1m[36m (0.7ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.3ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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"} [1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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"} [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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 One\r\n | \r\n\r\n Two\r\n | \r\n\r\n Three\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"} [1m[35mBlocky::ContentBlock Load (0.2ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "1"]] [1m[36m (0.1ms)[0m [1mbegin transaction[0m [1m[35mSQL (0.4ms)[0m 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 One\r\n | \r\n\r\n Two\r\n | \r\n\r\n Three\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]] [1m[36m (2.4ms)[0m [1mcommit transaction[0m 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 [1m[35m (0.8ms)[0m SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" [1m[36mBlocky::ContentBlock Load (0.3ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL)[0m [1m[35mBlocky::ContentBlock Load (0.1ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT 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"} [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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"} [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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 One\r\n | \r\n\r\n Two\r\n | \r\n\r\n Three\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"} [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["id", "1"]] [1m[35m (0.1ms)[0m begin transaction Started GET "/blocky/1" for 127.0.0.1 at 2014-05-20 14:37:31 -0500 [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m 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"} [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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 One\r\n | \r\n\r\n Two\r\n | \r\n\r\n Three\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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["id", "1"]] [1m[35m (0.1ms)[0m begin transaction [1m[36mSQL (2.9ms)[0m [1mUPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 1[0m [["content", "\r\n \r\n \r\n Hello World\r\n \r\n \r\n
\r\n\r\n\r\n One\r\n | \r\n\r\n Two\r\n | \r\n\r\n Three\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]] [1m[35m (2.3ms)[0m 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 [1m[36m (0.8ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.8ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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"} [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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 [1m[36m (0.9ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.7ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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"} [1m[35mBlocky::ContentBlock Load (0.3ms)[0m 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.\r\n\r\n111-456-7890 \r\n\r\n
"}, "id"=>"4"} [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["id", "4"]] [1m[35m (0.1ms)[0m begin transaction [1m[36mSQL (0.5ms)[0m [1mUPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 4[0m [["content", "\r\n\r\n111-456-7890 \r\n\r\n
"], ["updated_at", Tue, 20 May 2014 19:48:35 UTC +00:00]] [1m[35m (4.5ms)[0m 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 [1m[36m (0.2ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.3ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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"} [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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"} [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["id", "4"]] [1m[35m (0.1ms)[0m begin transaction [1m[36mSQL (0.5ms)[0m [1mUPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 4[0m [["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]] [1m[35m (2.0ms)[0m 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 [1m[36m (0.7ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.3ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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"} [1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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"} [1m[35mBlocky::ContentBlock Load (0.2ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] [1m[36m (0.1ms)[0m [1mbegin transaction[0m [1m[35mSQL (0.5ms)[0m 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]] [1m[36m (2.4ms)[0m [1mcommit transaction[0m 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 [1m[35m (0.7ms)[0m SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" [1m[36mBlocky::ContentBlock Load (0.5ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL)[0m [1m[35mBlocky::ContentBlock Load (0.1ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT 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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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 111-456-7890 \r\n \r\n
\r\n\r\n\r\n"}, "id"=>"4"} [1m[35mBlocky::ContentBlock Load (0.2ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]] [1m[36m (0.1ms)[0m [1mbegin transaction[0m [1m[35mSQL (1.4ms)[0m 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]] [1m[36m (2.6ms)[0m [1mcommit transaction[0m 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 [1m[35m (0.2ms)[0m SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" [1m[36mBlocky::ContentBlock Load (0.3ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL)[0m [1m[35mBlocky::ContentBlock Load (0.1ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT 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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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 [1m[35m (0.6ms)[0m SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" [1m[36mBlocky::ContentBlock Load (0.3ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL)[0m [1m[35mBlocky::ContentBlock Load (0.3ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT 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"} [1m[36mBlocky::ContentBlock Load (0.8ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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"} [1m[35mBlocky::ContentBlock Load (1.2ms)[0m 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"} [1m[36mBlocky::ContentBlock Load (1.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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 [1m[35m (0.2ms)[0m SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" [1m[36mBlocky::ContentBlock Load (0.8ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL)[0m [1m[35mBlocky::ContentBlock Load (0.2ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT 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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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\r\n Hello\r\n
\r\n\r\n\r\n What's up?\r\n
"}, "id"=>"5"} [1m[35mBlocky::ContentBlock Load (0.1ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "5"]] [1m[36m (0.1ms)[0m [1mbegin transaction[0m [1m[35mSQL (0.4ms)[0m 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]] [1m[36m (2.1ms)[0m [1mcommit transaction[0m 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 [1m[35m (0.2ms)[0m SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" [1m[36mBlocky::ContentBlock Load (0.3ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL)[0m [1m[35mBlocky::ContentBlock Load (0.1ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT 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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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"} [1m[35mBlocky::ContentBlock Load (0.1ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "5"]] [1m[36m (0.1ms)[0m [1mbegin transaction[0m [1m[35mSQL (0.3ms)[0m 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]] [1m[36m (1.6ms)[0m [1mcommit transaction[0m 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 [1m[35m (1.0ms)[0m SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" [1m[36mBlocky::ContentBlock Load (0.4ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL)[0m [1m[35mBlocky::ContentBlock Load (0.3ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT 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"} [1m[36mBlocky::ContentBlock Load (0.3ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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"} [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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"} [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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"} [1m[35mBlocky::ContentBlock Load (0.1ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "5"]] [1m[36m (0.1ms)[0m [1mbegin transaction[0m [1m[35mSQL (0.6ms)[0m 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]] [1m[36m (2.8ms)[0m [1mcommit transaction[0m 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 [1m[35m (0.7ms)[0m SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" [1m[36mBlocky::ContentBlock Load (0.3ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL)[0m [1m[35mBlocky::ContentBlock Load (0.1ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT 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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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) [1m[36mBlocky::ContentBlock Load (3.0ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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"} [1m[35mBlocky::ContentBlock Load (0.1ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "5"]] [1m[36m (0.1ms)[0m [1mbegin transaction[0m [1m[35mSQL (0.4ms)[0m 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]] [1m[36m (2.2ms)[0m [1mcommit transaction[0m 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 [1m[35m (0.7ms)[0m SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" [1m[36mBlocky::ContentBlock Load (0.3ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL)[0m [1m[35mBlocky::ContentBlock Load (0.1ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT 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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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"} [1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["id", "5"]] [1m[35m (0.1ms)[0m begin transaction [1m[36mSQL (0.6ms)[0m [1mUPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 5[0m [["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]] [1m[35m (2.0ms)[0m 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 [1m[36m (0.7ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.3ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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"} [1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["id", "5"]] [1m[35m (0.1ms)[0m begin transaction [1m[36mSQL (0.6ms)[0m [1mUPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 5[0m [["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]] [1m[35m (2.6ms)[0m 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 [1m[36m (0.2ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.3ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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"} [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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) [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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"} [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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"} [1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["id", "5"]] [1m[35m (0.1ms)[0m begin transaction [1m[36mSQL (0.6ms)[0m [1mUPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 5[0m [["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]] [1m[35m (0.6ms)[0m 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 [1m[36m (0.7ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.3ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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"} [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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"} [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["id", "5"]] [1m[35m (0.1ms)[0m begin transaction [1m[36mSQL (0.4ms)[0m [1mUPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 5[0m [["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]] [1m[35m (2.3ms)[0m 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 [1m[36m (0.7ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.4ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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"} [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["id", "5"]] [1m[35m (0.1ms)[0m begin transaction [1m[36mSQL (0.6ms)[0m [1mUPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 5[0m [["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]] [1m[35m (2.6ms)[0m 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 [1m[36m (0.7ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.3ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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"} [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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"} [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["id", "5"]] [1m[35m (0.1ms)[0m begin transaction [1m[36mSQL (0.3ms)[0m [1mUPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 5[0m [["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]] [1m[35m (2.3ms)[0m 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 [1m[36m (0.7ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.3ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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"} [1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["id", "3"]] [1m[35m (0.1ms)[0m begin transaction [1m[36mSQL (0.3ms)[0m [1mUPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 3[0m [["content", " \r\n "], ["updated_at", Tue, 20 May 2014 19:59:35 UTC +00:00]] [1m[35m (2.2ms)[0m 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 [1m[36m (1.0ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.4ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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"} [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["id", "2"]] [1m[35m (0.1ms)[0m begin transaction [1m[36mSQL (0.4ms)[0m [1mUPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 2[0m [["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]] [1m[35m (0.8ms)[0m 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 [1m[36m (0.9ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.3ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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"} [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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"} [1m[36mBlocky::ContentBlock Load (0.3ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["id", "3"]] [1m[35m (0.1ms)[0m begin transaction [1m[36mSQL (0.4ms)[0m [1mUPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 3[0m [["content", " \r\n \r\n "], ["updated_at", Tue, 20 May 2014 20:00:39 UTC +00:00]] [1m[35m (0.6ms)[0m 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 [1m[36m (0.9ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.4ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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 [1m[35m (0.7ms)[0m SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" [1m[36mBlocky::ContentBlock Load (0.8ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL)[0m [1m[35mBlocky::ContentBlock Load (0.2ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT 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"} [1m[36mBlocky::ContentBlock Load (0.5ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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"} [1m[35mBlocky::ContentBlock Load (0.2ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "5"]] [1m[36m (0.1ms)[0m [1mbegin transaction[0m [1m[35mSQL (2.1ms)[0m UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 5 [["content", "\n\n\n\nHello
\n\nWhat's up?
\n\n\n"], ["updated_at", Tue, 20 May 2014 20:02:10 UTC +00:00]] [1m[36m (1.1ms)[0m [1mcommit transaction[0m 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 [1m[35m (0.2ms)[0m SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" [1m[36mBlocky::ContentBlock Load (0.4ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL)[0m [1m[35mBlocky::ContentBlock Load (0.2ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT 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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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"} [1m[35mBlocky::ContentBlock Load (0.2ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "5"]] [1m[36m (0.1ms)[0m [1mbegin transaction[0m [1m[35mSQL (0.5ms)[0m 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]] [1m[36m (0.6ms)[0m [1mcommit transaction[0m 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 [1m[35m (0.7ms)[0m SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" [1m[36mBlocky::ContentBlock Load (0.3ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL)[0m [1m[35mBlocky::ContentBlock Load (0.1ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT 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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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 [1m[35m (0.4ms)[0m SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" [1m[36mBlocky::ContentBlock Load (0.6ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL)[0m [1m[35mBlocky::ContentBlock Load (0.2ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT 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"} [1m[36mBlocky::ContentBlock Load (0.3ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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"} [1m[35mBlocky::ContentBlock Load (0.1ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "2"]] [1m[36m (0.1ms)[0m [1mbegin transaction[0m [1m[35mSQL (0.5ms)[0m 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]] [1m[36m (2.1ms)[0m [1mcommit transaction[0m 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 [1m[35m (0.3ms)[0m SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks" [1m[36mBlocky::ContentBlock Load (0.4ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL)[0m [1m[35mBlocky::ContentBlock Load (0.2ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT 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"} [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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"} [1m[35mBlocky::ContentBlock Load (0.1ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "2"]] [1m[36m (0.0ms)[0m [1mbegin transaction[0m [1m[35mSQL (0.4ms)[0m UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 2 [["content", "\n\n\n\nHello
"}, "id"=>"2"} [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["id", "2"]] [1m[35m (0.1ms)[0m begin transaction [1m[36mSQL (5.1ms)[0m [1mUPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 2[0m [["content", "Hello
\n"], ["updated_at", Tue, 20 May 2014 20:04:51 UTC +00:00]] [1m[35m (0.7ms)[0m 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 [1m[36m (0.8ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.9ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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"} [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["id", "2"]] [1m[35m (0.1ms)[0m begin transaction [1m[36mSQL (0.3ms)[0m [1mUPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 2[0m [["content", "Hello
\n\nHow are you?
\n\nI'm good, thanks!
\n"], ["updated_at", Tue, 20 May 2014 20:05:16 UTC +00:00]] [1m[35m (2.4ms)[0m 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 [1m[36m (0.2ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.6ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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"} [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["id", "2"]] [1m[35m (0.1ms)[0m begin transaction [1m[36mSQL (0.7ms)[0m [1mUPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 2[0m [["content", "Hello first\n\nHello
\n\nHow are you?
\n\nI'm good, thanks!
\n"], ["updated_at", Tue, 20 May 2014 20:05:37 UTC +00:00]] [1m[35m (2.2ms)[0m 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 [1m[36m (0.2ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.6ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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"} [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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 [1m[36m (0.9ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.9ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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"} [1m[35mBlocky::ContentBlock Load (0.3ms)[0m 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"} [1m[36mBlocky::ContentBlock Load (0.3ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["id", "4"]] [1m[35m (0.1ms)[0m begin transaction [1m[36mSQL (0.6ms)[0m [1mUPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 4[0m [["content", "\n"], ["updated_at", Tue, 20 May 2014 20:06:45 UTC +00:00]] [1m[35m (2.4ms)[0m 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 [1m[36m (0.2ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.3ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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"} [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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"} [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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"} [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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"} [1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["id", "4"]] [1m[35m (0.1ms)[0m begin transaction [1m[36mSQL (0.5ms)[0m [1mUPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 4[0m [["content", "Hello world
\n\nWhat's up?
\n\nThis good?
\n"], ["updated_at", Tue, 20 May 2014 20:08:31 UTC +00:00]] [1m[35m (2.0ms)[0m 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 [1m[36m (0.2ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m [1m[35mBlocky::ContentBlock Load (0.3ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NULL AND action IS NULL) [1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (controller IS NOT NULL AND action IS NOT NULL)[0m 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"} [1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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)