spec/dummy/log/development.log in exposition-0.0.5.2.pre.alpha vs spec/dummy/log/development.log in exposition-0.0.5.4.pre.alpha

- old
+ new

@@ -551,5 +551,513 @@ Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.2ms) Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml (10.0ms)  (0.3ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", "t"]] Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (18.8ms) Completed 200 OK in 44ms (Views: 40.6ms | ActiveRecord: 2.0ms) +Started GET "/" for ::1 at 2016-06-10 13:16:28 -0400 +Processing by Exposition::PostsController#index as HTML + Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application +  (4.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] + Exposition::Post Load (3.2ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] + Categorical::Tag Exists (6.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 2], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] + Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (61.7ms) + Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 1], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] + Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.0ms) + Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [2 times] (133.0ms) +  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] + Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (218.9ms) +Completed 200 OK in 2282ms (Views: 2151.1ms | ActiveRecord: 69.8ms) + + +Started GET "/assets/exposition/application.self-a62a7bf41ef12937bb298c7a80ad574afe343df4bff4a1c70dd4e597618171c0.css?body=1" for ::1 at 2016-06-10 13:16:31 -0400 +Started GET "/assets/exposition/twitter-5ed7dd10b95665b5d9056ecdab697788dd8b2ce71cecb98972b70b7b27a93213.svg" for ::1 at 2016-06-10 13:16:31 -0400 +Started GET "/" for ::1 at 2016-06-10 13:20:17 -0400 +Processing by Exposition::PostsController#index as HTML + Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application +  (0.9ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] + Exposition::Post Load (2.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] + Categorical::Tag Exists (1.6ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 2], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] + Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (7.3ms) + Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 1], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] + Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.3ms) + Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [2 times] (33.2ms) +  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] + Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (78.1ms) +Completed 500 Internal Server Error in 187ms (ActiveRecord: 6.7ms) + + + +ActionView::Template::Error (undefined local variable or method `page_description' for #<#<Class:0x007f9c0c1b3cf8>:0x007f9c0b4dc1b0>): + 5: %meta{"http-equiv" => "x-ua-compatible", content: "ie=edge"} + 6: %meta{:name => "viewport", :content => "width=device-width, initial-scale=1.0, maximum-scale=1.0"} + 7: %meta{charset: "utf-8"} + 8: %meta{name: "description", content: page_description} + 9: %base{href: request.base_url} + 10: = stylesheet_link_tag "exposition/application" + 11: = csrf_meta_tags + +/Users/jklina/Development/exposition/app/views/layouts/exposition/application.html.haml:8:in `___sers_jklina__evelopment_exposition_app_views_layouts_exposition_application_html_haml___1285866276602022106_70154112931880' +actionview (5.0.0.rc1) lib/action_view/template.rb:158:in `block in render' +activesupport (5.0.0.rc1) lib/active_support/notifications.rb:166:in `instrument' +actionview (5.0.0.rc1) lib/action_view/template.rb:348:in `instrument' +actionview (5.0.0.rc1) lib/action_view/template.rb:156:in `render' +actionview (5.0.0.rc1) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout' +actionview (5.0.0.rc1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' +actionview (5.0.0.rc1) lib/action_view/renderer/template_renderer.rb:14:in `render' +actionview (5.0.0.rc1) lib/action_view/renderer/renderer.rb:42:in `render_template' +actionview (5.0.0.rc1) lib/action_view/renderer/renderer.rb:23:in `render' +actionview (5.0.0.rc1) lib/action_view/rendering.rb:103:in `_render_template' +actionpack (5.0.0.rc1) lib/action_controller/metal/streaming.rb:217:in `_render_template' +actionview (5.0.0.rc1) lib/action_view/rendering.rb:83:in `render_to_body' +actionpack (5.0.0.rc1) lib/action_controller/metal/rendering.rb:52:in `render_to_body' +actionpack (5.0.0.rc1) lib/action_controller/metal/renderers.rb:144:in `render_to_body' +actionpack (5.0.0.rc1) lib/abstract_controller/rendering.rb:26:in `render' +actionpack (5.0.0.rc1) lib/action_controller/metal/rendering.rb:36:in `render' +actionpack (5.0.0.rc1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' +activesupport (5.0.0.rc1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' +/Users/jklina/.rbenv/versions/2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' +activesupport (5.0.0.rc1) lib/active_support/core_ext/benchmark.rb:12:in `ms' +actionpack (5.0.0.rc1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' +actionpack (5.0.0.rc1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' +activerecord (5.0.0.rc1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' +actionpack (5.0.0.rc1) lib/action_controller/metal/instrumentation.rb:43:in `render' +actionpack (5.0.0.rc1) lib/action_controller/metal/implicit_render.rb:36:in `default_render' +actionpack (5.0.0.rc1) lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action' +actionpack (5.0.0.rc1) lib/action_controller/metal/basic_implicit_render.rb:4:in `tap' +actionpack (5.0.0.rc1) lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action' +actionpack (5.0.0.rc1) lib/abstract_controller/base.rb:181:in `process_action' +actionpack (5.0.0.rc1) lib/action_controller/metal/rendering.rb:30:in `process_action' +actionpack (5.0.0.rc1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' +activesupport (5.0.0.rc1) lib/active_support/callbacks.rb:126:in `call' +activesupport (5.0.0.rc1) lib/active_support/callbacks.rb:126:in `call' +activesupport (5.0.0.rc1) lib/active_support/callbacks.rb:506:in `block (2 levels) in compile' +activesupport (5.0.0.rc1) lib/active_support/callbacks.rb:455:in `call' +activesupport (5.0.0.rc1) lib/active_support/callbacks.rb:455:in `call' +activesupport (5.0.0.rc1) lib/active_support/callbacks.rb:101:in `__run_callbacks__' +activesupport (5.0.0.rc1) lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks' +activesupport (5.0.0.rc1) lib/active_support/callbacks.rb:90:in `run_callbacks' +actionpack (5.0.0.rc1) lib/abstract_controller/callbacks.rb:19:in `process_action' +actionpack (5.0.0.rc1) lib/action_controller/metal/rescue.rb:31:in `process_action' +actionpack (5.0.0.rc1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' +activesupport (5.0.0.rc1) lib/active_support/notifications.rb:164:in `block in instrument' +activesupport (5.0.0.rc1) lib/active_support/notifications/instrumenter.rb:21:in `instrument' +activesupport (5.0.0.rc1) lib/active_support/notifications.rb:164:in `instrument' +actionpack (5.0.0.rc1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' +actionpack (5.0.0.rc1) lib/action_controller/metal/params_wrapper.rb:248:in `process_action' +activerecord (5.0.0.rc1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' +actionpack (5.0.0.rc1) lib/abstract_controller/base.rb:126:in `process' +actionview (5.0.0.rc1) lib/action_view/rendering.rb:30:in `process' +actionpack (5.0.0.rc1) lib/action_controller/metal.rb:190:in `dispatch' +actionpack (5.0.0.rc1) lib/action_controller/metal.rb:262:in `dispatch' +actionpack (5.0.0.rc1) lib/action_dispatch/routing/route_set.rb:50:in `dispatch' +actionpack (5.0.0.rc1) lib/action_dispatch/routing/route_set.rb:32:in `serve' +actionpack (5.0.0.rc1) lib/action_dispatch/journey/router.rb:39:in `block in serve' +actionpack (5.0.0.rc1) lib/action_dispatch/journey/router.rb:26:in `each' +actionpack (5.0.0.rc1) lib/action_dispatch/journey/router.rb:26:in `serve' +actionpack (5.0.0.rc1) lib/action_dispatch/routing/route_set.rb:725:in `call' +railties (5.0.0.rc1) lib/rails/engine.rb:522:in `call' +railties (5.0.0.rc1) lib/rails/railtie.rb:193:in `public_send' +railties (5.0.0.rc1) lib/rails/railtie.rb:193:in `method_missing' +actionpack (5.0.0.rc1) lib/action_dispatch/routing/mapper.rb:17:in `block in <class:Constraints>' +actionpack (5.0.0.rc1) lib/action_dispatch/routing/mapper.rb:46:in `call' +actionpack (5.0.0.rc1) lib/action_dispatch/routing/mapper.rb:46:in `serve' +actionpack (5.0.0.rc1) lib/action_dispatch/journey/router.rb:39:in `block in serve' +actionpack (5.0.0.rc1) lib/action_dispatch/journey/router.rb:26:in `each' +actionpack (5.0.0.rc1) lib/action_dispatch/journey/router.rb:26:in `serve' +actionpack (5.0.0.rc1) lib/action_dispatch/routing/route_set.rb:725:in `call' +actionview (5.0.0.rc1) lib/action_view/digestor.rb:12:in `call' +rack (2.0.0.rc1) lib/rack/etag.rb:25:in `call' +rack (2.0.0.rc1) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.0.rc1) lib/rack/head.rb:12:in `call' +rack (2.0.0.rc1) lib/rack/session/abstract/id.rb:222:in `context' +rack (2.0.0.rc1) lib/rack/session/abstract/id.rb:216:in `call' +actionpack (5.0.0.rc1) lib/action_dispatch/middleware/cookies.rb:613:in `call' +activerecord (5.0.0.rc1) lib/active_record/migration.rb:552:in `call' +actionpack (5.0.0.rc1) lib/action_dispatch/middleware/callbacks.rb:38:in `block in call' +activesupport (5.0.0.rc1) lib/active_support/callbacks.rb:97:in `__run_callbacks__' +activesupport (5.0.0.rc1) lib/active_support/callbacks.rb:750:in `_run_call_callbacks' +activesupport (5.0.0.rc1) lib/active_support/callbacks.rb:90:in `run_callbacks' +actionpack (5.0.0.rc1) lib/action_dispatch/middleware/callbacks.rb:36:in `call' +actionpack (5.0.0.rc1) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.0.0.rc1) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.0.0.rc1) lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call' +actionpack (5.0.0.rc1) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.0.0.rc1) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.0.0.rc1) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.0.0.rc1) lib/active_support/tagged_logging.rb:70:in `block in tagged' +activesupport (5.0.0.rc1) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.0.0.rc1) lib/active_support/tagged_logging.rb:70:in `tagged' +railties (5.0.0.rc1) lib/rails/rack/logger.rb:24:in `call' +actionpack (5.0.0.rc1) lib/action_dispatch/middleware/request_id.rb:24:in `call' +rack (2.0.0.rc1) lib/rack/method_override.rb:22:in `call' +rack (2.0.0.rc1) lib/rack/runtime.rb:22:in `call' +activesupport (5.0.0.rc1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' +actionpack (5.0.0.rc1) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.0.0.rc1) lib/action_dispatch/middleware/static.rb:136:in `call' +rack (2.0.0.rc1) lib/rack/sendfile.rb:111:in `call' +railties (5.0.0.rc1) lib/rails/engine.rb:522:in `call' +rack (2.0.0.rc1) lib/rack/handler/webrick.rb:86:in `service' +/Users/jklina/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' +/Users/jklina/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' +/Users/jklina/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' + Rendering /Users/jklina/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout + Rendering /Users/jklina/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb + Rendered /Users/jklina/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (7.3ms) + Rendering /Users/jklina/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb + Rendered /Users/jklina/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms) + Rendering /Users/jklina/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb + Rendered /Users/jklina/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.2ms) + Rendered /Users/jklina/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (92.9ms) +Started GET "/" for ::1 at 2016-06-10 13:47:07 -0400 +Processing by Exposition::PostsController#index as HTML + Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application +  (1.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] + Exposition::Post Load (2.2ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] + Categorical::Tag Exists (1.4ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 2], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] + Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (6.8ms) + Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 1], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] + Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.9ms) + Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [2 times] (44.4ms) +  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] + Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (85.7ms) +Completed 200 OK in 179ms (Views: 142.9ms | ActiveRecord: 6.4ms) + + +Started GET "/" for ::1 at 2016-06-10 13:47:37 -0400 +Processing by Exposition::PostsController#index as HTML + Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application +  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] + Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] + Categorical::Tag Exists (1.2ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 2], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] + Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (7.0ms) + Categorical::Tag Exists (1.2ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 1], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] + Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.4ms) + Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [2 times] (27.8ms) +  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] + Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (51.3ms) +Completed 200 OK in 156ms (Views: 142.3ms | ActiveRecord: 4.4ms) + + +Started GET "/" for ::1 at 2016-06-10 13:47:42 -0400 +Processing by Exposition::PostsController#index as HTML + Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application +  (5.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] + Exposition::Post Load (3.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] + Categorical::Tag Exists (3.2ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 2], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] + Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (7.7ms) + Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 1], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] + Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.2ms) + Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [2 times] (21.1ms) +  (0.8ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] + Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (54.3ms) +Completed 200 OK in 97ms (Views: 78.6ms | ActiveRecord: 13.7ms) + + +Started GET "/" for ::1 at 2016-06-10 13:47:47 -0400 +Processing by Exposition::PostsController#index as HTML + Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application +  (0.6ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] + Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] + Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 2], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] + Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (4.7ms) + Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 1], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] + Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.8ms) + Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [2 times] (25.0ms) +  (0.6ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] + Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (43.7ms) +Completed 200 OK in 101ms (Views: 92.6ms | ActiveRecord: 3.7ms) + + +Started GET "/" for ::1 at 2016-06-10 13:47:48 -0400 +Processing by Exposition::PostsController#index as HTML + Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application +  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] + Exposition::Post Load (0.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] + Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 2], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] + Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (6.0ms) + Categorical::Tag Exists (1.0ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 1], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] + Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (3.8ms) + Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [2 times] (25.4ms) +  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] + Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (43.8ms) +Completed 200 OK in 104ms (Views: 96.4ms | ActiveRecord: 3.8ms) + + +Started GET "/" for ::1 at 2016-06-10 13:48:34 -0400 +Processing by Exposition::PostsController#index as HTML + Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application +  (0.7ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] + Exposition::Post Load (1.0ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] + Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 2], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] + Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (9.3ms) + Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 1], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] + Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (1.9ms) + Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [2 times] (36.5ms) +  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] + Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (73.4ms) +Completed 200 OK in 153ms (Views: 97.4ms | ActiveRecord: 41.6ms) + + +Started GET "/posts/another-test" for ::1 at 2016-06-11 14:02:22 -0400 +Processing by Exposition::PostsController#show as HTML + Parameters: {"id"=>"another-test"} + Exposition::Post Load (3.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "another-test"], ["LIMIT", 1]] + Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application + Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (7.3ms) +Completed 200 OK in 212ms (Views: 134.3ms | ActiveRecord: 3.7ms) + + +Started GET "/posts/another-test" for ::1 at 2016-06-11 14:03:48 -0400 +Processing by Exposition::PostsController#show as HTML + Parameters: {"id"=>"another-test"} + Exposition::Post Load (1.5ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "another-test"], ["LIMIT", 1]] + Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application + Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (22.2ms) +Completed 500 Internal Server Error in 38ms (ActiveRecord: 1.5ms) + + + +ActionView::Template::Error (undefined method `page_description' for #<#<Class:0x007f9c1332fa58>:0x007f9c1215aaf8>): + 1: - title(@post.title) + 2: - page_description(@post.summary) + 3: %article.post + 4: %section.content + 5: %h2= @post.title + +/Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml:2:in `___sers_jklina__evelopment_exposition_app_views_exposition_posts_show_html_haml__4567656514483079070_70154147519080' +actionview (5.0.0.rc1) lib/action_view/template.rb:158:in `block in render' +activesupport (5.0.0.rc1) lib/active_support/notifications.rb:166:in `instrument' +actionview (5.0.0.rc1) lib/action_view/template.rb:348:in `instrument' +actionview (5.0.0.rc1) lib/action_view/template.rb:156:in `render' +actionview (5.0.0.rc1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' +actionview (5.0.0.rc1) lib/action_view/renderer/abstract_renderer.rb:42:in `block in instrument' +activesupport (5.0.0.rc1) lib/active_support/notifications.rb:164:in `block in instrument' +activesupport (5.0.0.rc1) lib/active_support/notifications/instrumenter.rb:21:in `instrument' +activesupport (5.0.0.rc1) lib/active_support/notifications.rb:164:in `instrument' +actionview (5.0.0.rc1) lib/action_view/renderer/abstract_renderer.rb:41:in `instrument' +actionview (5.0.0.rc1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' +actionview (5.0.0.rc1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' +actionview (5.0.0.rc1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' +actionview (5.0.0.rc1) lib/action_view/renderer/template_renderer.rb:14:in `render' +actionview (5.0.0.rc1) lib/action_view/renderer/renderer.rb:42:in `render_template' +actionview (5.0.0.rc1) lib/action_view/renderer/renderer.rb:23:in `render' +actionview (5.0.0.rc1) lib/action_view/rendering.rb:103:in `_render_template' +actionpack (5.0.0.rc1) lib/action_controller/metal/streaming.rb:217:in `_render_template' +actionview (5.0.0.rc1) lib/action_view/rendering.rb:83:in `render_to_body' +actionpack (5.0.0.rc1) lib/action_controller/metal/rendering.rb:52:in `render_to_body' +actionpack (5.0.0.rc1) lib/action_controller/metal/renderers.rb:144:in `render_to_body' +actionpack (5.0.0.rc1) lib/abstract_controller/rendering.rb:26:in `render' +actionpack (5.0.0.rc1) lib/action_controller/metal/rendering.rb:36:in `render' +actionpack (5.0.0.rc1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' +activesupport (5.0.0.rc1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' +/Users/jklina/.rbenv/versions/2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' +activesupport (5.0.0.rc1) lib/active_support/core_ext/benchmark.rb:12:in `ms' +actionpack (5.0.0.rc1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' +actionpack (5.0.0.rc1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' +activerecord (5.0.0.rc1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' +actionpack (5.0.0.rc1) lib/action_controller/metal/instrumentation.rb:43:in `render' +actionpack (5.0.0.rc1) lib/action_controller/metal/implicit_render.rb:36:in `default_render' +actionpack (5.0.0.rc1) lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action' +actionpack (5.0.0.rc1) lib/action_controller/metal/basic_implicit_render.rb:4:in `tap' +actionpack (5.0.0.rc1) lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action' +actionpack (5.0.0.rc1) lib/abstract_controller/base.rb:181:in `process_action' +actionpack (5.0.0.rc1) lib/action_controller/metal/rendering.rb:30:in `process_action' +actionpack (5.0.0.rc1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' +activesupport (5.0.0.rc1) lib/active_support/callbacks.rb:126:in `call' +activesupport (5.0.0.rc1) lib/active_support/callbacks.rb:126:in `call' +activesupport (5.0.0.rc1) lib/active_support/callbacks.rb:506:in `block (2 levels) in compile' +activesupport (5.0.0.rc1) lib/active_support/callbacks.rb:455:in `call' +activesupport (5.0.0.rc1) lib/active_support/callbacks.rb:455:in `call' +activesupport (5.0.0.rc1) lib/active_support/callbacks.rb:101:in `__run_callbacks__' +activesupport (5.0.0.rc1) lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks' +activesupport (5.0.0.rc1) lib/active_support/callbacks.rb:90:in `run_callbacks' +actionpack (5.0.0.rc1) lib/abstract_controller/callbacks.rb:19:in `process_action' +actionpack (5.0.0.rc1) lib/action_controller/metal/rescue.rb:31:in `process_action' +actionpack (5.0.0.rc1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' +activesupport (5.0.0.rc1) lib/active_support/notifications.rb:164:in `block in instrument' +activesupport (5.0.0.rc1) lib/active_support/notifications/instrumenter.rb:21:in `instrument' +activesupport (5.0.0.rc1) lib/active_support/notifications.rb:164:in `instrument' +actionpack (5.0.0.rc1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' +actionpack (5.0.0.rc1) lib/action_controller/metal/params_wrapper.rb:248:in `process_action' +activerecord (5.0.0.rc1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' +actionpack (5.0.0.rc1) lib/abstract_controller/base.rb:126:in `process' +actionview (5.0.0.rc1) lib/action_view/rendering.rb:30:in `process' +actionpack (5.0.0.rc1) lib/action_controller/metal.rb:190:in `dispatch' +actionpack (5.0.0.rc1) lib/action_controller/metal.rb:262:in `dispatch' +actionpack (5.0.0.rc1) lib/action_dispatch/routing/route_set.rb:50:in `dispatch' +actionpack (5.0.0.rc1) lib/action_dispatch/routing/route_set.rb:32:in `serve' +actionpack (5.0.0.rc1) lib/action_dispatch/journey/router.rb:39:in `block in serve' +actionpack (5.0.0.rc1) lib/action_dispatch/journey/router.rb:26:in `each' +actionpack (5.0.0.rc1) lib/action_dispatch/journey/router.rb:26:in `serve' +actionpack (5.0.0.rc1) lib/action_dispatch/routing/route_set.rb:725:in `call' +railties (5.0.0.rc1) lib/rails/engine.rb:522:in `call' +railties (5.0.0.rc1) lib/rails/railtie.rb:193:in `public_send' +railties (5.0.0.rc1) lib/rails/railtie.rb:193:in `method_missing' +actionpack (5.0.0.rc1) lib/action_dispatch/routing/mapper.rb:17:in `block in <class:Constraints>' +actionpack (5.0.0.rc1) lib/action_dispatch/routing/mapper.rb:46:in `call' +actionpack (5.0.0.rc1) lib/action_dispatch/routing/mapper.rb:46:in `serve' +actionpack (5.0.0.rc1) lib/action_dispatch/journey/router.rb:39:in `block in serve' +actionpack (5.0.0.rc1) lib/action_dispatch/journey/router.rb:26:in `each' +actionpack (5.0.0.rc1) lib/action_dispatch/journey/router.rb:26:in `serve' +actionpack (5.0.0.rc1) lib/action_dispatch/routing/route_set.rb:725:in `call' +actionview (5.0.0.rc1) lib/action_view/digestor.rb:12:in `call' +rack (2.0.0.rc1) lib/rack/etag.rb:25:in `call' +rack (2.0.0.rc1) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.0.rc1) lib/rack/head.rb:12:in `call' +rack (2.0.0.rc1) lib/rack/session/abstract/id.rb:222:in `context' +rack (2.0.0.rc1) lib/rack/session/abstract/id.rb:216:in `call' +actionpack (5.0.0.rc1) lib/action_dispatch/middleware/cookies.rb:613:in `call' +activerecord (5.0.0.rc1) lib/active_record/migration.rb:552:in `call' +actionpack (5.0.0.rc1) lib/action_dispatch/middleware/callbacks.rb:38:in `block in call' +activesupport (5.0.0.rc1) lib/active_support/callbacks.rb:97:in `__run_callbacks__' +activesupport (5.0.0.rc1) lib/active_support/callbacks.rb:750:in `_run_call_callbacks' +activesupport (5.0.0.rc1) lib/active_support/callbacks.rb:90:in `run_callbacks' +actionpack (5.0.0.rc1) lib/action_dispatch/middleware/callbacks.rb:36:in `call' +actionpack (5.0.0.rc1) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.0.0.rc1) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.0.0.rc1) lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call' +actionpack (5.0.0.rc1) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.0.0.rc1) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.0.0.rc1) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.0.0.rc1) lib/active_support/tagged_logging.rb:70:in `block in tagged' +activesupport (5.0.0.rc1) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.0.0.rc1) lib/active_support/tagged_logging.rb:70:in `tagged' +railties (5.0.0.rc1) lib/rails/rack/logger.rb:24:in `call' +actionpack (5.0.0.rc1) lib/action_dispatch/middleware/request_id.rb:24:in `call' +rack (2.0.0.rc1) lib/rack/method_override.rb:22:in `call' +rack (2.0.0.rc1) lib/rack/runtime.rb:22:in `call' +activesupport (5.0.0.rc1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' +actionpack (5.0.0.rc1) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.0.0.rc1) lib/action_dispatch/middleware/static.rb:136:in `call' +rack (2.0.0.rc1) lib/rack/sendfile.rb:111:in `call' +railties (5.0.0.rc1) lib/rails/engine.rb:522:in `call' +rack (2.0.0.rc1) lib/rack/handler/webrick.rb:86:in `service' +/Users/jklina/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' +/Users/jklina/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' +/Users/jklina/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' + Rendering /Users/jklina/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout + Rendering /Users/jklina/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb + Rendered /Users/jklina/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (8.6ms) + Rendering /Users/jklina/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb + Rendered /Users/jklina/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.1ms) + Rendering /Users/jklina/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb + Rendered /Users/jklina/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms) + Rendered /Users/jklina/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (88.7ms) +Started GET "/posts/another-test" for ::1 at 2016-06-11 14:08:14 -0400 +Processing by Exposition::PostsController#show as HTML + Parameters: {"id"=>"another-test"} + Exposition::Post Load (1.2ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "another-test"], ["LIMIT", 1]] + Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application + Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (5.7ms) +Completed 200 OK in 152ms (Views: 71.7ms | ActiveRecord: 20.2ms) + + +Started GET "/posts/another-test" for ::1 at 2016-06-11 14:08:22 -0400 +Processing by Exposition::PostsController#show as HTML + Parameters: {"id"=>"another-test"} + Exposition::Post Load (1.8ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "another-test"], ["LIMIT", 1]] + Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application + Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (2.8ms) +Completed 200 OK in 47ms (Views: 39.0ms | ActiveRecord: 1.8ms) + + +Started GET "/posts/another-test" for ::1 at 2016-06-11 14:08:49 -0400 +Processing by Exposition::PostsController#show as HTML + Parameters: {"id"=>"another-test"} + Exposition::Post Load (2.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "another-test"], ["LIMIT", 1]] + Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application + Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (2.6ms) +Completed 200 OK in 54ms (Views: 45.3ms | ActiveRecord: 2.6ms) + + +Started GET "/posts/another-test" for ::1 at 2016-06-11 14:08:54 -0400 +Processing by Exposition::PostsController#show as HTML + Parameters: {"id"=>"another-test"} + Exposition::Post Load (1.1ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "another-test"], ["LIMIT", 1]] + Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application + Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (3.4ms) +Completed 200 OK in 41ms (Views: 34.7ms | ActiveRecord: 1.1ms) + + +Started GET "/posts/another-test" for ::1 at 2016-06-11 14:10:17 -0400 +Processing by Exposition::PostsController#show as HTML + Parameters: {"id"=>"another-test"} + Exposition::Post Load (1.4ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "another-test"], ["LIMIT", 1]] + Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application + Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (3.1ms) +Completed 200 OK in 81ms (Views: 46.0ms | ActiveRecord: 9.2ms) + + +Started GET "/posts/another-test" for ::1 at 2016-06-11 17:05:15 -0400 +Processing by Exposition::PostsController#show as HTML + Parameters: {"id"=>"another-test"} + Exposition::Post Load (6.1ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "another-test"], ["LIMIT", 1]] + Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application + Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (27.0ms) +Completed 200 OK in 235ms (Views: 186.8ms | ActiveRecord: 6.1ms) + + +Started GET "/posts/another-test" for ::1 at 2016-06-11 17:05:18 -0400 +Processing by Exposition::PostsController#show as HTML + Parameters: {"id"=>"another-test"} + Exposition::Post Load (1.7ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "another-test"], ["LIMIT", 1]] + Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application + Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (3.0ms) +Completed 200 OK in 83ms (Views: 74.0ms | ActiveRecord: 1.7ms) + + +Started GET "/" for ::1 at 2016-06-11 17:24:06 -0400 +Processing by Exposition::PostsController#index as HTML + Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application +  (7.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] + Exposition::Post Load (5.3ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] + Categorical::Tag Exists (2.4ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 2], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] + Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (44.5ms) + Categorical::Tag Exists (1.1ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 1], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] + Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.4ms) + Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [2 times] (161.8ms) +  (0.5ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] + Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (240.6ms) +Completed 200 OK in 437ms (Views: 352.7ms | ActiveRecord: 63.2ms) + + +Started GET "/posts/test-title" for ::1 at 2016-06-11 17:24:08 -0400 +Processing by Exposition::PostsController#show as HTML + Parameters: {"id"=>"test-title"} + Exposition::Post Load (3.0ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 AND "exposition_posts"."slug" = $2 LIMIT $3 [["published", true], ["slug", "test-title"], ["LIMIT", 1]] + Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application + Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/show.html.haml within layouts/exposition/application (103.6ms) +Completed 200 OK in 210ms (Views: 200.1ms | ActiveRecord: 3.0ms) + + +Started GET "/" for ::1 at 2016-06-24 18:58:58 -0400 +Processing by Exposition::PostsController#index as HTML + Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application +  (2.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] + Exposition::Post Load (1.6ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] + Categorical::Tag Exists (2.7ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 2], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] + Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (22.7ms) + Categorical::Tag Exists (0.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 1], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] + Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (2.4ms) + Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [2 times] (105.7ms) +  (0.7ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] + Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (167.4ms) +Completed 200 OK in 691ms (Views: 558.2ms | ActiveRecord: 42.4ms) + + +Started GET "/assets/exposition/application.self-a62a7bf41ef12937bb298c7a80ad574afe343df4bff4a1c70dd4e597618171c0.css?body=1" for ::1 at 2016-06-24 18:58:59 -0400 +Started GET "/assets/exposition/twitter-5ed7dd10b95665b5d9056ecdab697788dd8b2ce71cecb98972b70b7b27a93213.svg" for ::1 at 2016-06-24 18:58:59 -0400 +Started GET "/" for ::1 at 2016-06-27 15:54:00 -0400 +Processing by Exposition::PostsController#index as HTML + Rendering /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application +  (3.5ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 LIMIT $2 OFFSET $3) subquery_for_count [["published", true], ["LIMIT", 10], ["OFFSET", 0]] + Exposition::Post Load (18.0ms) SELECT "exposition_posts".* FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 ORDER BY "exposition_posts"."published_at" DESC LIMIT $2 OFFSET $3 [["published", true], ["LIMIT", 10], ["OFFSET", 0]] + Categorical::Tag Exists (1.8ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 2], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] + Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (331.6ms) + Categorical::Tag Exists (1.3ms) SELECT 1 AS one FROM "categorical_tags" INNER JOIN "categorical_taggings" ON "categorical_tags"."id" = "categorical_taggings"."tag_id" WHERE "categorical_taggings"."taggable_id" = $1 AND "categorical_taggings"."taggable_type" = $2 LIMIT $3 [["taggable_id", 1], ["taggable_type", "Exposition::Post"], ["LIMIT", 1]] + Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/_tags.html.haml (9.3ms) + Rendered collection of /Users/jklina/Development/exposition/app/views/exposition/posts/_post.html.haml [2 times] (465.9ms) +  (2.1ms) SELECT COUNT(*) FROM "exposition_posts" WHERE "exposition_posts"."published" = $1 [["published", true]] + Rendered /Users/jklina/Development/exposition/app/views/exposition/posts/index.html.haml within layouts/exposition/application (777.6ms) +Completed 200 OK in 1282ms (Views: 1103.7ms | ActiveRecord: 26.6ms) + +