Processing by Blogit::PostsController#index as HTML Parameters: {"page"=>"", "use_route"=>"blogit"} Completed 200 OK in 75ms (Views: 74.8ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#index as HTML Parameters: {"page"=>"2", "use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} Completed 500 Internal Server Error in 0ms Processing by Blogit::PostsController#edit as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Completed 500 Internal Server Error in 0ms Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} Completed 500 Internal Server Error in 0ms Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Completed 500 Internal Server Error in 0ms Processing by Blogit::PostsController#index as HTML Parameters: {"page"=>"", "use_route"=>"blogit"} Completed 200 OK in 66ms (Views: 65.8ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#index as HTML Parameters: {"page"=>"2", "use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} Completed 500 Internal Server Error in 0ms Processing by Blogit::PostsController#edit as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Completed 500 Internal Server Error in 0ms Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} Completed 500 Internal Server Error in 0ms Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Completed 500 Internal Server Error in 0ms Processing by Blogit::PostsController#index as HTML Parameters: {"page"=>"", "use_route"=>"blogit"} Completed 200 OK in 64ms (Views: 63.8ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#index as HTML Parameters: {"page"=>"2", "use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} Completed 500 Internal Server Error in 0ms Processing by Blogit::PostsController#edit as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Completed 500 Internal Server Error in 0ms Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} Completed 500 Internal Server Error in 0ms Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Completed 500 Internal Server Error in 0ms Processing by Blogit::PostsController#index as HTML Parameters: {"page"=>"", "use_route"=>"blogit"} Completed 200 OK in 64ms (Views: 64.2ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#index as HTML Parameters: {"page"=>"2", "use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} Completed 500 Internal Server Error in 0ms Processing by Blogit::PostsController#edit as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Completed 500 Internal Server Error in 0ms Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} Completed 500 Internal Server Error in 0ms Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Completed 500 Internal Server Error in 0ms Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (74.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:30:55 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:30:55 UTC +00:00], ["username", "bodacious"]] SQL (0.5ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 1], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00]]  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 1 Processing by Blogit::CommentsController#create as JS Parameters: {"post_id"=>"1", "comment"=>{"name"=>"Gavin", "email"=>"gavin@gavinmorrice.com", "website"=>"http://gavinmorrice.com", "body"=>"I once saw a child the size of a tangerine!"}, "use_route"=>"blogit"} Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "1"]] SQL (0.6ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 1], ["state", nil], ["updated_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["website", "http://gavinmorrice.com"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 1 LIMIT 1 SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 1 Rendered /Users/Gavin/Gems/blogit/app/views/blogit/comments/create.js.erb (9.2ms) Completed 200 OK in 110ms (Views: 65.7ms | ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 1 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 1 Processing by Blogit::CommentsController#create as HTML Parameters: {"post_id"=>"1", "comment"=>{"name"=>"Gavin", "email"=>"gavin@gavinmorrice.com", "website"=>"http://gavinmorrice.com", "body"=>"I once saw a child the size of a tangerine!"}, "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "1"]] SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 1], ["state", nil], ["updated_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["website", "http://gavinmorrice.com"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 1 LIMIT 1 SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 1 Redirected to http://test.host/blog/posts/1-tis-is-a-blog-post-title Completed 302 Found in 91ms  (0.2ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 1 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 Processing by Blogit::CommentsController#create as HTML Parameters: {"post_id"=>"1", "comment"=>{"name"=>"Gavin", "email"=>"gavin@gavinmorrice.com", "website"=>"http://gavinmorrice.com", "body"=>"I once saw a child the size of a tangerine!"}, "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "1"]] SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 1], ["state", nil], ["updated_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["website", "http://gavinmorrice.com"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 1 LIMIT 1 SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 1 Redirected to http://test.host/blog/posts/1-tis-is-a-blog-post-title Completed 302 Found in 7ms Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 Processing by Blogit::CommentsController#create as HTML Parameters: {"post_id"=>"1", "comment"=>{"name"=>"Gavin", "email"=>"gavin@gavinmorrice.com", "website"=>"http://gavinmorrice.com", "body"=>"I once saw a child the size of a tangerine!"}, "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "1"]] SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 1], ["state", nil], ["updated_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["website", "http://gavinmorrice.com"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 1 LIMIT 1 SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 1 Redirected to http://test.host/blog/posts/1-tis-is-a-blog-post-title Completed 302 Found in 6ms Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 1], ["state", nil], ["updated_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 1 User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 1 Processing by Blogit::CommentsController#destroy as JS Parameters: {"id"=>"5", "post_id"=>"1", "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "1"]] Blogit::Comment Load (0.1ms) SELECT "blog_comments".* FROM "blog_comments" WHERE "blog_comments"."post_id" = 1 AND "blog_comments"."id" = ? LIMIT 1 [["id", "5"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 1 LIMIT 1 SQL (0.2ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) - 1 WHERE "blog_posts"."id" = 1 SQL (0.1ms) DELETE FROM "blog_comments" WHERE "blog_comments"."id" = ? [["id", 5]] Completed 200 OK in 7ms (Views: 2.0ms | ActiveRecord: 0.5ms) Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 1 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 1], ["state", nil], ["updated_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 1 User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 1 Processing by Blogit::CommentsController#destroy as HTML Parameters: {"id"=>"6", "post_id"=>"1", "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "1"]] Blogit::Comment Load (0.0ms) SELECT "blog_comments".* FROM "blog_comments" WHERE "blog_comments"."post_id" = 1 AND "blog_comments"."id" = ? LIMIT 1 [["id", "6"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 1 LIMIT 1 SQL (0.2ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) - 1 WHERE "blog_posts"."id" = 1 SQL (0.1ms) DELETE FROM "blog_comments" WHERE "blog_comments"."id" = ? [["id", 6]] Redirected to http://test.host/blog/posts/1-tis-is-a-blog-post-title Completed 302 Found in 6ms Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 1 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (0.5ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 1], ["state", nil], ["updated_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 1 User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::CommentsController#destroy as HTML Parameters: {"id"=>"7", "post_id"=>"1", "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "1"]] Blogit::Comment Load (0.0ms) SELECT "blog_comments".* FROM "blog_comments" WHERE "blog_comments"."post_id" = 1 AND "blog_comments"."id" = ? LIMIT 1 [["id", "7"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 1 LIMIT 1 SQL (0.2ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) - 1 WHERE "blog_posts"."id" = 1 SQL (0.1ms) DELETE FROM "blog_comments" WHERE "blog_comments"."id" = ? [["id", 7]] Redirected to http://test.host/blog/posts/1-tis-is-a-blog-post-title Completed 302 Found in 6ms Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (0.5ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 1], ["state", nil], ["updated_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 1  (0.1ms) SELECT COUNT(*) FROM "blog_comments"  Processing by Blogit::CommentsController#destroy as HTML Parameters: {"id"=>"8", "post_id"=>"1", "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms  (0.1ms) SELECT COUNT(*) FROM "blog_comments"  Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (0.5ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 1], ["state", nil], ["updated_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 1  (0.1ms) SELECT COUNT(*) FROM "blog_comments"  Processing by Blogit::CommentsController#destroy as HTML Parameters: {"id"=>"9", "post_id"=>"1", "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms  (0.1ms) SELECT COUNT(*) FROM "blog_comments"  Processing by Blogit::PostsController#index as HTML Parameters: {"page"=>"", "use_route"=>"blogit"} Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#index as HTML Parameters: {"page"=>"2", "use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Tis is a blog post title", "body"=>"This is the body of the blog post - you'll see it's a lot bigger than the title"}, "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.4ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#edit as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#edit as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 5], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["title", "Something new"], ["updated_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00]] Redirected to http://test.host/blog/posts/2-something-new Completed 302 Found in 8ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 6], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["title", "Something new"], ["updated_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00]] Redirected to http://test.host/blog/posts/3-something-new Completed 302 Found in 6ms Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms SQL (0.4ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#show as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 5ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 11], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 12], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 13], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 14], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 15], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 16], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 17], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["username", "Jeronimo"]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 18 LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["username", "Jeronimo"]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 19 LIMIT 1 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"  ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 1 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 1]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 2 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 2 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 2]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 3 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 3 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 3]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 4 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 4 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 4]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 5 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 5]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 6 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 6 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 6]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 7 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 7 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 7]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 8 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 8 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 8]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 9 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 9 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 9]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 10 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 10 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 10]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 20], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 21], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Thu, 17 Nov 2011 22:30:56 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 22], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:30:56 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 16 Nov 2011 22:30:56 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:30:57 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:30:57 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 23], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:30:57 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 15 Nov 2011 22:30:57 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:30:57 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:30:57 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 24], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:30:57 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Mon, 14 Nov 2011 22:30:57 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:30:57 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:30:57 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 25], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:30:57 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Sun, 13 Nov 2011 22:30:57 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:30:57 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:30:57 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 26], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:30:57 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Sat, 12 Nov 2011 22:30:57 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:30:57 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:30:57 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 27], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:30:57 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 11 Nov 2011 22:30:57 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:30:57 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:30:57 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 28], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:30:57 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Thu, 10 Nov 2011 22:30:57 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:30:57 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:30:57 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 29], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:30:57 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 09 Nov 2011 22:30:57 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:30:57 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:30:57 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 30], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:30:57 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 08 Nov 2011 22:30:57 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:30:57 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:30:57 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 31], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:30:57 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Mon, 07 Nov 2011 22:30:57 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:30:57 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:30:57 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 32], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:30:57 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Sun, 06 Nov 2011 22:30:57 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:30:57 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:30:57 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 33], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:30:57 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Sat, 05 Nov 2011 22:30:57 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:30:57 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:30:57 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 34], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:30:57 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 04 Nov 2011 22:30:57 UTC +00:00]] Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" ORDER BY updated_at DESC LIMIT 1 OFFSET 0 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" ORDER BY updated_at DESC LIMIT 1  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "blog_posts" LIMIT 5 OFFSET 0) subquery_for_count  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "blog_posts" LIMIT 3 OFFSET 0) subquery_for_count  Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 11 Processing by Blogit::CommentsController#create as JS Parameters: {"post_id"=>"11", "comment"=>{"name"=>"Gavin", "email"=>"gavin@gavinmorrice.com", "website"=>"http://gavinmorrice.com", "body"=>"I once saw a child the size of a tangerine!"}, "use_route"=>"blogit"} Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "11"]] SQL (11.2ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Fri, 18 Nov 2011 22:31:33 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 11], ["state", nil], ["updated_at", Fri, 18 Nov 2011 22:31:33 UTC +00:00], ["website", "http://gavinmorrice.com"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 11 LIMIT 1 SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 11 Rendered /Users/Gavin/Gems/blogit/app/views/blogit/comments/create.js.erb (9.5ms) Completed 200 OK in 174ms (Views: 57.5ms | ActiveRecord: 11.8ms)  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 11 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 11 Processing by Blogit::CommentsController#create as HTML Parameters: {"post_id"=>"11", "comment"=>{"name"=>"Gavin", "email"=>"gavin@gavinmorrice.com", "website"=>"http://gavinmorrice.com", "body"=>"I once saw a child the size of a tangerine!"}, "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "11"]] SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Fri, 18 Nov 2011 22:31:33 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 11], ["state", nil], ["updated_at", Fri, 18 Nov 2011 22:31:33 UTC +00:00], ["website", "http://gavinmorrice.com"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 11 LIMIT 1 SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 11 Redirected to http://test.host/blog/posts/11-tis-is-a-blog-post-title Completed 302 Found in 94ms  (0.2ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 11 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 Processing by Blogit::CommentsController#create as HTML Parameters: {"post_id"=>"11", "comment"=>{"name"=>"Gavin", "email"=>"gavin@gavinmorrice.com", "website"=>"http://gavinmorrice.com", "body"=>"I once saw a child the size of a tangerine!"}, "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "11"]] SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Fri, 18 Nov 2011 22:31:33 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 11], ["state", nil], ["updated_at", Fri, 18 Nov 2011 22:31:33 UTC +00:00], ["website", "http://gavinmorrice.com"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 11 LIMIT 1 SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 11 Redirected to http://test.host/blog/posts/11-tis-is-a-blog-post-title Completed 302 Found in 6ms Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 Processing by Blogit::CommentsController#create as HTML Parameters: {"post_id"=>"11", "comment"=>{"name"=>"Gavin", "email"=>"gavin@gavinmorrice.com", "website"=>"http://gavinmorrice.com", "body"=>"I once saw a child the size of a tangerine!"}, "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "11"]] SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Fri, 18 Nov 2011 22:31:33 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 11], ["state", nil], ["updated_at", Fri, 18 Nov 2011 22:31:33 UTC +00:00], ["website", "http://gavinmorrice.com"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 11 LIMIT 1 SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 11 Redirected to http://test.host/blog/posts/11-tis-is-a-blog-post-title Completed 302 Found in 6ms Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Fri, 18 Nov 2011 22:31:33 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 11], ["state", nil], ["updated_at", Fri, 18 Nov 2011 22:31:33 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 11 User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 11 Processing by Blogit::CommentsController#destroy as JS Parameters: {"id"=>"14", "post_id"=>"11", "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "11"]] Blogit::Comment Load (0.1ms) SELECT "blog_comments".* FROM "blog_comments" WHERE "blog_comments"."post_id" = 11 AND "blog_comments"."id" = ? LIMIT 1 [["id", "14"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 11 LIMIT 1 SQL (0.2ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) - 1 WHERE "blog_posts"."id" = 11 SQL (0.1ms) DELETE FROM "blog_comments" WHERE "blog_comments"."id" = ? [["id", 14]] Completed 200 OK in 7ms (Views: 1.6ms | ActiveRecord: 0.5ms) Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 11 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Fri, 18 Nov 2011 22:31:33 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 11], ["state", nil], ["updated_at", Fri, 18 Nov 2011 22:31:33 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 11 User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 11 Processing by Blogit::CommentsController#destroy as HTML Parameters: {"id"=>"15", "post_id"=>"11", "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "11"]] Blogit::Comment Load (0.0ms) SELECT "blog_comments".* FROM "blog_comments" WHERE "blog_comments"."post_id" = 11 AND "blog_comments"."id" = ? LIMIT 1 [["id", "15"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 11 LIMIT 1 SQL (0.2ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) - 1 WHERE "blog_posts"."id" = 11 SQL (0.1ms) DELETE FROM "blog_comments" WHERE "blog_comments"."id" = ? [["id", 15]] Redirected to http://test.host/blog/posts/11-tis-is-a-blog-post-title Completed 302 Found in 6ms Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 11]]  (0.4ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 11 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Fri, 18 Nov 2011 22:31:33 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 11], ["state", nil], ["updated_at", Fri, 18 Nov 2011 22:31:33 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 11 User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::CommentsController#destroy as HTML Parameters: {"id"=>"16", "post_id"=>"11", "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "11"]] Blogit::Comment Load (0.1ms) SELECT "blog_comments".* FROM "blog_comments" WHERE "blog_comments"."post_id" = 11 AND "blog_comments"."id" = ? LIMIT 1 [["id", "16"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 11 LIMIT 1 SQL (0.2ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) - 1 WHERE "blog_posts"."id" = 11 SQL (0.1ms) DELETE FROM "blog_comments" WHERE "blog_comments"."id" = ? [["id", 16]] Redirected to http://test.host/blog/posts/11-tis-is-a-blog-post-title Completed 302 Found in 7ms Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Fri, 18 Nov 2011 22:31:33 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 11], ["state", nil], ["updated_at", Fri, 18 Nov 2011 22:31:33 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 11  (0.1ms) SELECT COUNT(*) FROM "blog_comments"  Processing by Blogit::CommentsController#destroy as HTML Parameters: {"id"=>"17", "post_id"=>"11", "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms  (0.1ms) SELECT COUNT(*) FROM "blog_comments"  Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Fri, 18 Nov 2011 22:31:33 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 11], ["state", nil], ["updated_at", Fri, 18 Nov 2011 22:31:33 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 11  (0.1ms) SELECT COUNT(*) FROM "blog_comments"  Processing by Blogit::CommentsController#destroy as HTML Parameters: {"id"=>"18", "post_id"=>"11", "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms  (0.1ms) SELECT COUNT(*) FROM "blog_comments"  Processing by Blogit::PostsController#index as HTML Parameters: {"page"=>"", "use_route"=>"blogit"} Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#index as HTML Parameters: {"page"=>"2", "use_route"=>"blogit"} Completed 200 OK in 30ms (Views: 29.9ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:31:33 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:31:33 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Tis is a blog post title", "body"=>"This is the body of the blog post - you'll see it's a lot bigger than the title"}, "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:31:33 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:31:33 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#edit as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#edit as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:31:33 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:31:33 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:31:33 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:31:33 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} SQL (0.4ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 38], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:31:33 UTC +00:00], ["title", "Something new"], ["updated_at", Fri, 18 Nov 2011 22:31:33 UTC +00:00]] Redirected to http://test.host/blog/posts/26-something-new Completed 302 Found in 8ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:31:33 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:31:33 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 39], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:31:33 UTC +00:00], ["title", "Something new"], ["updated_at", Fri, 18 Nov 2011 22:31:33 UTC +00:00]] Redirected to http://test.host/blog/posts/27-something-new Completed 302 Found in 7ms Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 2ms SQL (0.5ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:31:33 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:31:33 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#show as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms) User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:31:33 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:31:33 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:31:33 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:31:33 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 5ms User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:31:33 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:31:33 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 44], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 45], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["username", "bodacious"]] SQL (0.4ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 46], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 47], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 48], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 49], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 50], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["username", "Jeronimo"]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 51 LIMIT 1 SQL (0.4ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["username", "Jeronimo"]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 52 LIMIT 1 Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts"  ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 11 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 11 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 11]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 12 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 12 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 12]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 13 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 13 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 13]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 14 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 14 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 14]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 15 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 15 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 15]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 16 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 16 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 16]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 17 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 17 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 17]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 18 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 18 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 18]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 19 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 19 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 19]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 20 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 20 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 20]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 21 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 21 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 21]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 22 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 22 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 22]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 23 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 23 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 23]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 24 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 24 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 24]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 25 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 25 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 25]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 26 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 26 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 26]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 27 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 27 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 27]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 28 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 28 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 28]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 29 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 29 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 29]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 30 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 30 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 30]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 31 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 31 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 31]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 32 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 32 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 32]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 33 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 33 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 33]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 34 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.5ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 34 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 34]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 53], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 54], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Thu, 17 Nov 2011 22:31:34 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 55], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 16 Nov 2011 22:31:34 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 56], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 15 Nov 2011 22:31:34 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 57], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Mon, 14 Nov 2011 22:31:34 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 58], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Sun, 13 Nov 2011 22:31:34 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 59], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Sat, 12 Nov 2011 22:31:34 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 60], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 11 Nov 2011 22:31:34 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 61], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Thu, 10 Nov 2011 22:31:34 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 62], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 09 Nov 2011 22:31:34 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 63], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 08 Nov 2011 22:31:34 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 64], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Mon, 07 Nov 2011 22:31:34 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 65], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Sun, 06 Nov 2011 22:31:34 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 66], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Sat, 05 Nov 2011 22:31:34 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 67], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:31:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 04 Nov 2011 22:31:34 UTC +00:00]] Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" ORDER BY updated_at DESC LIMIT 1 OFFSET 0 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" ORDER BY updated_at DESC LIMIT 1  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "blog_posts" LIMIT 5 OFFSET 0) subquery_for_count  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "blog_posts" LIMIT 3 OFFSET 0) subquery_for_count  Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 35 Processing by Blogit::CommentsController#create as JS Parameters: {"post_id"=>"35", "comment"=>{"name"=>"Gavin", "email"=>"gavin@gavinmorrice.com", "website"=>"http://gavinmorrice.com", "body"=>"I once saw a child the size of a tangerine!"}, "use_route"=>"blogit"} Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "35"]] SQL (11.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Fri, 18 Nov 2011 22:32:38 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 35], ["state", nil], ["updated_at", Fri, 18 Nov 2011 22:32:38 UTC +00:00], ["website", "http://gavinmorrice.com"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 35 LIMIT 1 SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 35 Rendered /Users/Gavin/Gems/blogit/app/views/blogit/comments/create.js.erb (9.2ms) Completed 200 OK in 176ms (Views: 57.3ms | ActiveRecord: 11.9ms)  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 35 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 35 Processing by Blogit::CommentsController#create as HTML Parameters: {"post_id"=>"35", "comment"=>{"name"=>"Gavin", "email"=>"gavin@gavinmorrice.com", "website"=>"http://gavinmorrice.com", "body"=>"I once saw a child the size of a tangerine!"}, "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "35"]] SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 35], ["state", nil], ["updated_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["website", "http://gavinmorrice.com"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 35 LIMIT 1 SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 35 Redirected to http://test.host/blog/posts/35-tis-is-a-blog-post-title Completed 302 Found in 90ms  (0.2ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 35 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 Processing by Blogit::CommentsController#create as HTML Parameters: {"post_id"=>"35", "comment"=>{"name"=>"Gavin", "email"=>"gavin@gavinmorrice.com", "website"=>"http://gavinmorrice.com", "body"=>"I once saw a child the size of a tangerine!"}, "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "35"]] SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 35], ["state", nil], ["updated_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["website", "http://gavinmorrice.com"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 35 LIMIT 1 SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 35 Redirected to http://test.host/blog/posts/35-tis-is-a-blog-post-title Completed 302 Found in 7ms Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 Processing by Blogit::CommentsController#create as HTML Parameters: {"post_id"=>"35", "comment"=>{"name"=>"Gavin", "email"=>"gavin@gavinmorrice.com", "website"=>"http://gavinmorrice.com", "body"=>"I once saw a child the size of a tangerine!"}, "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "35"]] SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 35], ["state", nil], ["updated_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["website", "http://gavinmorrice.com"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 35 LIMIT 1 SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 35 Redirected to http://test.host/blog/posts/35-tis-is-a-blog-post-title Completed 302 Found in 8ms Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 35], ["state", nil], ["updated_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 35 User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 35]]  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 35 Processing by Blogit::CommentsController#destroy as JS Parameters: {"id"=>"23", "post_id"=>"35", "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "35"]] Blogit::Comment Load (0.1ms) SELECT "blog_comments".* FROM "blog_comments" WHERE "blog_comments"."post_id" = 35 AND "blog_comments"."id" = ? LIMIT 1 [["id", "23"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 35 LIMIT 1 SQL (0.2ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) - 1 WHERE "blog_posts"."id" = 35 SQL (0.1ms) DELETE FROM "blog_comments" WHERE "blog_comments"."id" = ? [["id", 23]] Completed 200 OK in 8ms (Views: 1.5ms | ActiveRecord: 0.5ms) Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 35]]  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 35 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 35], ["state", nil], ["updated_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 35 User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 1 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 35]]  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 35 Processing by Blogit::CommentsController#destroy as HTML Parameters: {"id"=>"24", "post_id"=>"35", "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "35"]] Blogit::Comment Load (0.0ms) SELECT "blog_comments".* FROM "blog_comments" WHERE "blog_comments"."post_id" = 35 AND "blog_comments"."id" = ? LIMIT 1 [["id", "24"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 35 LIMIT 1 SQL (0.2ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) - 1 WHERE "blog_posts"."id" = 35 SQL (0.1ms) DELETE FROM "blog_comments" WHERE "blog_comments"."id" = ? [["id", 24]] Redirected to http://test.host/blog/posts/35-tis-is-a-blog-post-title Completed 302 Found in 6ms Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 35]]  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 35 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 35], ["state", nil], ["updated_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 35 User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::CommentsController#destroy as HTML Parameters: {"id"=>"25", "post_id"=>"35", "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "35"]] Blogit::Comment Load (0.0ms) SELECT "blog_comments".* FROM "blog_comments" WHERE "blog_comments"."post_id" = 35 AND "blog_comments"."id" = ? LIMIT 1 [["id", "25"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 35 LIMIT 1 SQL (0.2ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) - 1 WHERE "blog_posts"."id" = 35 SQL (0.1ms) DELETE FROM "blog_comments" WHERE "blog_comments"."id" = ? [["id", 25]] Redirected to http://test.host/blog/posts/35-tis-is-a-blog-post-title Completed 302 Found in 6ms Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 35], ["state", nil], ["updated_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 35  (0.1ms) SELECT COUNT(*) FROM "blog_comments"  Processing by Blogit::CommentsController#destroy as HTML Parameters: {"id"=>"26", "post_id"=>"35", "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms  (0.1ms) SELECT COUNT(*) FROM "blog_comments"  Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 35], ["state", nil], ["updated_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 35  (0.1ms) SELECT COUNT(*) FROM "blog_comments"  Processing by Blogit::CommentsController#destroy as HTML Parameters: {"id"=>"27", "post_id"=>"35", "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms  (0.1ms) SELECT COUNT(*) FROM "blog_comments"  Processing by Blogit::PostsController#index as HTML Parameters: {"page"=>"", "use_route"=>"blogit"} Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#index as HTML Parameters: {"page"=>"2", "use_route"=>"blogit"} Completed 200 OK in 29ms (Views: 28.8ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Tis is a blog post title", "body"=>"This is the body of the blog post - you'll see it's a lot bigger than the title"}, "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#edit as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#edit as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} SQL (0.4ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 71], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["title", "Something new"], ["updated_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00]] Redirected to http://test.host/blog/posts/50-something-new Completed 302 Found in 6ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 72], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["title", "Something new"], ["updated_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00]] Redirected to http://test.host/blog/posts/51-something-new Completed 302 Found in 6ms Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#show as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 5ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms SQL (0.4ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 77], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00]] SQL (0.4ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 78], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 79], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 80], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 81], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 82], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 83], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["username", "Jeronimo"]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 84 LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:32:39 UTC +00:00], ["username", "Jeronimo"]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 85 LIMIT 1 Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts"  ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 35 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 35 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 35]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 36 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 36 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 36]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 37 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 37 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 37]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 38 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 38 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 38]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 39 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 39 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 39]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 40 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 40 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 40]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 41 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 41 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 41]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 42 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 42 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 42]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 43 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 43 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 43]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 44 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 44 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 44]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 45 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 45 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 45]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 46 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 46 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 46]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 47 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 47 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 47]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 48 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 48 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 48]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 49 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 49 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 49]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 50 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 50 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 50]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 51 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 51 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 51]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 52 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 52 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 52]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 53 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 53 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 53]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 54 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 54 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 54]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 55 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 55 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 55]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 56 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 56 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 56]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 57 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 57 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 57]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 58 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 58 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 58]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:32:40 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:32:40 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 86], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:32:40 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 18 Nov 2011 22:32:40 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:32:40 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:32:40 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 87], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:32:40 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Thu, 17 Nov 2011 22:32:40 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:32:40 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:32:40 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 88], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:32:40 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 16 Nov 2011 22:32:40 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:32:40 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:32:40 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 89], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:32:40 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 15 Nov 2011 22:32:40 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:32:40 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:32:40 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 90], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:32:40 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Mon, 14 Nov 2011 22:32:40 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:32:40 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:32:40 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 91], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:32:40 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Sun, 13 Nov 2011 22:32:40 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:32:40 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:32:40 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 92], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:32:40 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Sat, 12 Nov 2011 22:32:40 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:32:40 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:32:40 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 93], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:32:40 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 11 Nov 2011 22:32:40 UTC +00:00]] SQL (0.4ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:32:40 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:32:40 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 94], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:32:40 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Thu, 10 Nov 2011 22:32:40 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:32:40 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:32:40 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 95], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:32:40 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 09 Nov 2011 22:32:40 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:32:40 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:32:40 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 96], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:32:40 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 08 Nov 2011 22:32:40 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:32:40 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:32:40 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 97], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:32:40 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Mon, 07 Nov 2011 22:32:40 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:32:40 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:32:40 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 98], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:32:40 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Sun, 06 Nov 2011 22:32:40 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:32:40 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:32:40 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 99], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:32:40 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Sat, 05 Nov 2011 22:32:40 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:32:40 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:32:40 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 100], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:32:40 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 04 Nov 2011 22:32:40 UTC +00:00]] Blogit::Post Load (0.3ms) SELECT "blog_posts".* FROM "blog_posts" ORDER BY updated_at DESC LIMIT 1 OFFSET 0 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" ORDER BY updated_at DESC LIMIT 1  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "blog_posts" LIMIT 5 OFFSET 0) subquery_for_count  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "blog_posts" LIMIT 3 OFFSET 0) subquery_for_count  Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 59 Processing by Blogit::CommentsController#create as JS Parameters: {"post_id"=>"59", "comment"=>{"name"=>"Gavin", "email"=>"gavin@gavinmorrice.com", "website"=>"http://gavinmorrice.com", "body"=>"I once saw a child the size of a tangerine!"}, "use_route"=>"blogit"} Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "59"]] SQL (11.2ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Fri, 18 Nov 2011 22:38:41 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 59], ["state", nil], ["updated_at", Fri, 18 Nov 2011 22:38:41 UTC +00:00], ["website", "http://gavinmorrice.com"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 59 LIMIT 1 SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 59 Rendered /Users/Gavin/Gems/blogit/app/views/blogit/comments/create.js.erb (9.2ms) Completed 200 OK in 169ms (Views: 57.6ms | ActiveRecord: 11.8ms)  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 59 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 59 Processing by Blogit::CommentsController#create as HTML Parameters: {"post_id"=>"59", "comment"=>{"name"=>"Gavin", "email"=>"gavin@gavinmorrice.com", "website"=>"http://gavinmorrice.com", "body"=>"I once saw a child the size of a tangerine!"}, "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "59"]] SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Fri, 18 Nov 2011 22:38:41 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 59], ["state", nil], ["updated_at", Fri, 18 Nov 2011 22:38:41 UTC +00:00], ["website", "http://gavinmorrice.com"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 59 LIMIT 1 SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 59 Redirected to http://test.host/blog/posts/59-tis-is-a-blog-post-title Completed 302 Found in 91ms  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 59 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 Processing by Blogit::CommentsController#create as HTML Parameters: {"post_id"=>"59", "comment"=>{"name"=>"Gavin", "email"=>"gavin@gavinmorrice.com", "website"=>"http://gavinmorrice.com", "body"=>"I once saw a child the size of a tangerine!"}, "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "59"]] SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Fri, 18 Nov 2011 22:38:41 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 59], ["state", nil], ["updated_at", Fri, 18 Nov 2011 22:38:41 UTC +00:00], ["website", "http://gavinmorrice.com"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 59 LIMIT 1 SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 59 Redirected to http://test.host/blog/posts/59-tis-is-a-blog-post-title Completed 302 Found in 6ms Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 Processing by Blogit::CommentsController#create as HTML Parameters: {"post_id"=>"59", "comment"=>{"name"=>"Gavin", "email"=>"gavin@gavinmorrice.com", "website"=>"http://gavinmorrice.com", "body"=>"I once saw a child the size of a tangerine!"}, "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "59"]] SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Fri, 18 Nov 2011 22:38:41 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 59], ["state", nil], ["updated_at", Fri, 18 Nov 2011 22:38:41 UTC +00:00], ["website", "http://gavinmorrice.com"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 59 LIMIT 1 SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 59 Redirected to http://test.host/blog/posts/59-tis-is-a-blog-post-title Completed 302 Found in 8ms Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Fri, 18 Nov 2011 22:38:41 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 59], ["state", nil], ["updated_at", Fri, 18 Nov 2011 22:38:41 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 59 User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 59]]  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 59 Processing by Blogit::CommentsController#destroy as JS Parameters: {"id"=>"32", "post_id"=>"59", "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "59"]] Blogit::Comment Load (0.1ms) SELECT "blog_comments".* FROM "blog_comments" WHERE "blog_comments"."post_id" = 59 AND "blog_comments"."id" = ? LIMIT 1 [["id", "32"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 59 LIMIT 1 SQL (0.2ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) - 1 WHERE "blog_posts"."id" = 59 SQL (0.1ms) DELETE FROM "blog_comments" WHERE "blog_comments"."id" = ? [["id", 32]] Completed 200 OK in 8ms (Views: 1.6ms | ActiveRecord: 0.5ms) Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 59]]  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 59 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Fri, 18 Nov 2011 22:38:41 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 59], ["state", nil], ["updated_at", Fri, 18 Nov 2011 22:38:41 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 59 User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 59]]  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 59 Processing by Blogit::CommentsController#destroy as HTML Parameters: {"id"=>"33", "post_id"=>"59", "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "59"]] Blogit::Comment Load (0.0ms) SELECT "blog_comments".* FROM "blog_comments" WHERE "blog_comments"."post_id" = 59 AND "blog_comments"."id" = ? LIMIT 1 [["id", "33"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 59 LIMIT 1 SQL (0.2ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) - 1 WHERE "blog_posts"."id" = 59 SQL (0.1ms) DELETE FROM "blog_comments" WHERE "blog_comments"."id" = ? [["id", 33]] Redirected to http://test.host/blog/posts/59-tis-is-a-blog-post-title Completed 302 Found in 7ms Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 59]]  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 59 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Fri, 18 Nov 2011 22:38:41 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 59], ["state", nil], ["updated_at", Fri, 18 Nov 2011 22:38:41 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 59 User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::CommentsController#destroy as HTML Parameters: {"id"=>"34", "post_id"=>"59", "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "59"]] Blogit::Comment Load (0.0ms) SELECT "blog_comments".* FROM "blog_comments" WHERE "blog_comments"."post_id" = 59 AND "blog_comments"."id" = ? LIMIT 1 [["id", "34"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 59 LIMIT 1 SQL (0.2ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) - 1 WHERE "blog_posts"."id" = 59 SQL (0.1ms) DELETE FROM "blog_comments" WHERE "blog_comments"."id" = ? [["id", 34]] Redirected to http://test.host/blog/posts/59-tis-is-a-blog-post-title Completed 302 Found in 6ms Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Fri, 18 Nov 2011 22:38:41 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 59], ["state", nil], ["updated_at", Fri, 18 Nov 2011 22:38:41 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 59  (0.1ms) SELECT COUNT(*) FROM "blog_comments"  Processing by Blogit::CommentsController#destroy as HTML Parameters: {"id"=>"35", "post_id"=>"59", "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms  (0.1ms) SELECT COUNT(*) FROM "blog_comments"  Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (0.5ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Fri, 18 Nov 2011 22:38:41 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 59], ["state", nil], ["updated_at", Fri, 18 Nov 2011 22:38:41 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 59  (0.1ms) SELECT COUNT(*) FROM "blog_comments"  Processing by Blogit::CommentsController#destroy as HTML Parameters: {"id"=>"36", "post_id"=>"59", "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms  (0.1ms) SELECT COUNT(*) FROM "blog_comments"  Processing by Blogit::PostsController#index as HTML Parameters: {"page"=>"", "use_route"=>"blogit"} Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#index as HTML Parameters: {"page"=>"2", "use_route"=>"blogit"} Completed 200 OK in 28ms (Views: 27.9ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Tis is a blog post title", "body"=>"This is the body of the blog post - you'll see it's a lot bigger than the title"}, "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#edit as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#edit as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.4ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} SQL (0.4ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 104], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["title", "Something new"], ["updated_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00]] Redirected to http://test.host/blog/posts/74-something-new Completed 302 Found in 7ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 105], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["title", "Something new"], ["updated_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00]] Redirected to http://test.host/blog/posts/75-something-new Completed 302 Found in 6ms Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#show as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 5ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 110], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 111], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 112], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 113], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 114], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 115], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 116], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00]] SQL (0.4ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["username", "Jeronimo"]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 117 LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["username", "Jeronimo"]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 118 LIMIT 1 Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts"  ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 59 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 59 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 59]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 60 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 60 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 60]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 61 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 61 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 61]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 62 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 62 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 62]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 63 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 63 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 63]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 64 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 64 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 64]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 65 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 65 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 65]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 66 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 66 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 66]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 67 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 67 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 67]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 68 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 68 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 68]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 69 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 69 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 69]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 70 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 70 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 70]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 71 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 71 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 71]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 72 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 72 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 72]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 73 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 73 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 73]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 74 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 74 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 74]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 75 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 75 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 75]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 76 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 76 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 76]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 77 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 77 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 77]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 78 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 78 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 78]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 79 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 79 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 79]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 80 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 80 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 80]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 81 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 81 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 81]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 82 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 82 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 82]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 119], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00]] SQL (0.4ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 120], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Thu, 17 Nov 2011 22:38:42 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 121], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 16 Nov 2011 22:38:42 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 122], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 15 Nov 2011 22:38:42 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 123], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Mon, 14 Nov 2011 22:38:42 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 124], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Sun, 13 Nov 2011 22:38:42 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 125], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Sat, 12 Nov 2011 22:38:42 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 126], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 11 Nov 2011 22:38:42 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 127], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Thu, 10 Nov 2011 22:38:42 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 128], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 09 Nov 2011 22:38:42 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 129], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 08 Nov 2011 22:38:42 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 130], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Mon, 07 Nov 2011 22:38:42 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 131], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Sun, 06 Nov 2011 22:38:42 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 132], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Sat, 05 Nov 2011 22:38:42 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 133], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:38:42 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 04 Nov 2011 22:38:42 UTC +00:00]] Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" ORDER BY updated_at DESC LIMIT 1 OFFSET 0 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" ORDER BY updated_at DESC LIMIT 1  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "blog_posts" LIMIT 5 OFFSET 0) subquery_for_count  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "blog_posts" LIMIT 3 OFFSET 0) subquery_for_count  Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 83 Processing by Blogit::CommentsController#create as JS Parameters: {"post_id"=>"83", "comment"=>{"name"=>"Gavin", "email"=>"gavin@gavinmorrice.com", "website"=>"http://gavinmorrice.com", "body"=>"I once saw a child the size of a tangerine!"}, "use_route"=>"blogit"} Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "83"]] SQL (11.3ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Fri, 18 Nov 2011 22:40:50 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 83], ["state", nil], ["updated_at", Fri, 18 Nov 2011 22:40:50 UTC +00:00], ["website", "http://gavinmorrice.com"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 83 LIMIT 1 SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 83 Rendered /Users/Gavin/Gems/blogit/app/views/blogit/comments/create.js.erb (9.2ms) Completed 200 OK in 169ms (Views: 57.7ms | ActiveRecord: 11.9ms)  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 83 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 83 Processing by Blogit::CommentsController#create as HTML Parameters: {"post_id"=>"83", "comment"=>{"name"=>"Gavin", "email"=>"gavin@gavinmorrice.com", "website"=>"http://gavinmorrice.com", "body"=>"I once saw a child the size of a tangerine!"}, "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "83"]] SQL (0.5ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 83], ["state", nil], ["updated_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["website", "http://gavinmorrice.com"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 83 LIMIT 1 SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 83 Redirected to http://test.host/blog/posts/83-tis-is-a-blog-post-title Completed 302 Found in 89ms  (0.2ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 83 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 Processing by Blogit::CommentsController#create as HTML Parameters: {"post_id"=>"83", "comment"=>{"name"=>"Gavin", "email"=>"gavin@gavinmorrice.com", "website"=>"http://gavinmorrice.com", "body"=>"I once saw a child the size of a tangerine!"}, "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "83"]] SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 83], ["state", nil], ["updated_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["website", "http://gavinmorrice.com"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 83 LIMIT 1 SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 83 Redirected to http://test.host/blog/posts/83-tis-is-a-blog-post-title Completed 302 Found in 7ms Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 Processing by Blogit::CommentsController#create as HTML Parameters: {"post_id"=>"83", "comment"=>{"name"=>"Gavin", "email"=>"gavin@gavinmorrice.com", "website"=>"http://gavinmorrice.com", "body"=>"I once saw a child the size of a tangerine!"}, "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "83"]] SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 83], ["state", nil], ["updated_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["website", "http://gavinmorrice.com"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 83 LIMIT 1 SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 83 Redirected to http://test.host/blog/posts/83-tis-is-a-blog-post-title Completed 302 Found in 9ms Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 83], ["state", nil], ["updated_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 83 User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 83]]  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 83 Processing by Blogit::CommentsController#destroy as JS Parameters: {"id"=>"41", "post_id"=>"83", "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "83"]] Blogit::Comment Load (0.1ms) SELECT "blog_comments".* FROM "blog_comments" WHERE "blog_comments"."post_id" = 83 AND "blog_comments"."id" = ? LIMIT 1 [["id", "41"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 83 LIMIT 1 SQL (0.2ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) - 1 WHERE "blog_posts"."id" = 83 SQL (0.1ms) DELETE FROM "blog_comments" WHERE "blog_comments"."id" = ? [["id", 41]] Completed 200 OK in 9ms (Views: 1.6ms | ActiveRecord: 0.5ms) Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 83]]  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 83 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 83], ["state", nil], ["updated_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 83 User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 83]]  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 83 Processing by Blogit::CommentsController#destroy as HTML Parameters: {"id"=>"42", "post_id"=>"83", "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "83"]] Blogit::Comment Load (0.0ms) SELECT "blog_comments".* FROM "blog_comments" WHERE "blog_comments"."post_id" = 83 AND "blog_comments"."id" = ? LIMIT 1 [["id", "42"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 83 LIMIT 1 SQL (0.2ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) - 1 WHERE "blog_posts"."id" = 83 SQL (0.1ms) DELETE FROM "blog_comments" WHERE "blog_comments"."id" = ? [["id", 42]] Redirected to http://test.host/blog/posts/83-tis-is-a-blog-post-title Completed 302 Found in 8ms Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 83]]  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 83 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 83], ["state", nil], ["updated_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 83 User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::CommentsController#destroy as HTML Parameters: {"id"=>"43", "post_id"=>"83", "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "83"]] Blogit::Comment Load (0.0ms) SELECT "blog_comments".* FROM "blog_comments" WHERE "blog_comments"."post_id" = 83 AND "blog_comments"."id" = ? LIMIT 1 [["id", "43"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 83 LIMIT 1 SQL (0.2ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) - 1 WHERE "blog_posts"."id" = 83 SQL (0.1ms) DELETE FROM "blog_comments" WHERE "blog_comments"."id" = ? [["id", 43]] Redirected to http://test.host/blog/posts/83-tis-is-a-blog-post-title Completed 302 Found in 7ms Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 83], ["state", nil], ["updated_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 83  (0.1ms) SELECT COUNT(*) FROM "blog_comments"  Processing by Blogit::CommentsController#destroy as HTML Parameters: {"id"=>"44", "post_id"=>"83", "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms  (0.1ms) SELECT COUNT(*) FROM "blog_comments"  Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 83], ["state", nil], ["updated_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 83  (0.1ms) SELECT COUNT(*) FROM "blog_comments"  Processing by Blogit::CommentsController#destroy as HTML Parameters: {"id"=>"45", "post_id"=>"83", "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms  (0.1ms) SELECT COUNT(*) FROM "blog_comments"  Processing by Blogit::PostsController#index as HTML Parameters: {"page"=>"", "use_route"=>"blogit"} Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#index as HTML Parameters: {"page"=>"2", "use_route"=>"blogit"} Completed 200 OK in 29ms (Views: 28.7ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Tis is a blog post title", "body"=>"This is the body of the blog post - you'll see it's a lot bigger than the title"}, "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#edit as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#edit as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} SQL (0.4ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 137], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["title", "Something new"], ["updated_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00]] Redirected to http://test.host/blog/posts/98-something-new Completed 302 Found in 6ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 138], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["title", "Something new"], ["updated_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00]] Redirected to http://test.host/blog/posts/99-something-new Completed 302 Found in 6ms Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#show as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 5ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 143], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 144], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 145], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 146], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 147], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 148], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 149], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["username", "Jeronimo"]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 150 LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["username", "Jeronimo"]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 151 LIMIT 1 Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts"  ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 83 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 83 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 83]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 84 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 84 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 84]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 85 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 85 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 85]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 86 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 86 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 86]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 87 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 87 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 87]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 88 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 88 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 88]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 89 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 89 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 89]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 90 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 90 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 90]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 91 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 91 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 91]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 92 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 92 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 92]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 93 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 93 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 93]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 94 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 94 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 94]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 95 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 95 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 95]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 96 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 96 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 96]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 97 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 97 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 97]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 98 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 98 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 98]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 99 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 99 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 99]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 100 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 100 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 100]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 101 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 101 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 101]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 102 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 102 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 102]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 103 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 103 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 103]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 104 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 104 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 104]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 105 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 105 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 105]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 106 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 106 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 106]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 152], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 153], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:40:51 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Thu, 17 Nov 2011 22:40:51 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:40:52 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:40:52 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 154], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:40:52 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 16 Nov 2011 22:40:52 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:40:52 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:40:52 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 155], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:40:52 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 15 Nov 2011 22:40:52 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:40:52 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:40:52 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 156], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:40:52 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Mon, 14 Nov 2011 22:40:52 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:40:52 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:40:52 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 157], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:40:52 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Sun, 13 Nov 2011 22:40:52 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:40:52 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:40:52 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 158], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:40:52 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Sat, 12 Nov 2011 22:40:52 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:40:52 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:40:52 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 159], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:40:52 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 11 Nov 2011 22:40:52 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:40:52 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:40:52 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 160], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:40:52 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Thu, 10 Nov 2011 22:40:52 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:40:52 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:40:52 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 161], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:40:52 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 09 Nov 2011 22:40:52 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:40:52 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:40:52 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 162], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:40:52 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 08 Nov 2011 22:40:52 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:40:52 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:40:52 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 163], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:40:52 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Mon, 07 Nov 2011 22:40:52 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:40:52 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:40:52 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 164], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:40:52 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Sun, 06 Nov 2011 22:40:52 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:40:52 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:40:52 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 165], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:40:52 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Sat, 05 Nov 2011 22:40:52 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Fri, 18 Nov 2011 22:40:52 UTC +00:00], ["password", "password"], ["updated_at", Fri, 18 Nov 2011 22:40:52 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 166], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Fri, 18 Nov 2011 22:40:52 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 04 Nov 2011 22:40:52 UTC +00:00]] Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" ORDER BY updated_at DESC LIMIT 1 OFFSET 0 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" ORDER BY updated_at DESC LIMIT 1  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "blog_posts" LIMIT 5 OFFSET 0) subquery_for_count  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "blog_posts" LIMIT 3 OFFSET 0) subquery_for_count  Blogit::Post Load (4.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1  (11.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 107 Processing by Blogit::CommentsController#create as JS Parameters: {"post_id"=>"107", "comment"=>{"name"=>"Gavin", "email"=>"gavin@gavinmorrice.com", "website"=>"http://gavinmorrice.com", "body"=>"I once saw a child the size of a tangerine!"}, "use_route"=>"blogit"} Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "107"]] SQL (37.5ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Tue, 29 Nov 2011 20:30:11 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 107], ["state", nil], ["updated_at", Tue, 29 Nov 2011 20:30:11 UTC +00:00], ["website", "http://gavinmorrice.com"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 107 LIMIT 1 SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 107 Rendered /Users/Gavin/Gems/blogit/app/views/blogit/comments/create.js.erb (9.5ms) Completed 200 OK in 128ms (Views: 58.7ms | ActiveRecord: 38.1ms)  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 107 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 107 Processing by Blogit::CommentsController#create as HTML Parameters: {"post_id"=>"107", "comment"=>{"name"=>"Gavin", "email"=>"gavin@gavinmorrice.com", "website"=>"http://gavinmorrice.com", "body"=>"I once saw a child the size of a tangerine!"}, "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "107"]] SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Tue, 29 Nov 2011 20:30:11 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 107], ["state", nil], ["updated_at", Tue, 29 Nov 2011 20:30:11 UTC +00:00], ["website", "http://gavinmorrice.com"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 107 LIMIT 1 SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 107 Redirected to http://test.host/blog/posts/107-tis-is-a-blog-post-title Completed 302 Found in 92ms  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 107 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 Processing by Blogit::CommentsController#create as HTML Parameters: {"post_id"=>"107", "comment"=>{"name"=>"Gavin", "email"=>"gavin@gavinmorrice.com", "website"=>"http://gavinmorrice.com", "body"=>"I once saw a child the size of a tangerine!"}, "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "107"]] SQL (0.5ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Tue, 29 Nov 2011 20:30:11 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 107], ["state", nil], ["updated_at", Tue, 29 Nov 2011 20:30:11 UTC +00:00], ["website", "http://gavinmorrice.com"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 107 LIMIT 1 SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 107 Redirected to http://test.host/blog/posts/107-tis-is-a-blog-post-title Completed 302 Found in 8ms Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 Processing by Blogit::CommentsController#create as HTML Parameters: {"post_id"=>"107", "comment"=>{"name"=>"Gavin", "email"=>"gavin@gavinmorrice.com", "website"=>"http://gavinmorrice.com", "body"=>"I once saw a child the size of a tangerine!"}, "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "107"]] SQL (0.5ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Tue, 29 Nov 2011 20:30:11 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 107], ["state", nil], ["updated_at", Tue, 29 Nov 2011 20:30:11 UTC +00:00], ["website", "http://gavinmorrice.com"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 107 LIMIT 1 SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 107 Redirected to http://test.host/blog/posts/107-tis-is-a-blog-post-title Completed 302 Found in 10ms Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (0.6ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Tue, 29 Nov 2011 20:30:11 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 107], ["state", nil], ["updated_at", Tue, 29 Nov 2011 20:30:11 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 107 User Load (44.8ms) SELECT "users".* FROM "users" LIMIT 1 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 107]]  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 107 Processing by Blogit::CommentsController#destroy as JS Parameters: {"id"=>"50", "post_id"=>"107", "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "107"]] Blogit::Comment Load (0.1ms) SELECT "blog_comments".* FROM "blog_comments" WHERE "blog_comments"."post_id" = 107 AND "blog_comments"."id" = ? LIMIT 1 [["id", "50"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 107 LIMIT 1 SQL (0.2ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) - 1 WHERE "blog_posts"."id" = 107 SQL (0.1ms) DELETE FROM "blog_comments" WHERE "blog_comments"."id" = ? [["id", 50]] Completed 200 OK in 8ms (Views: 1.6ms | ActiveRecord: 0.5ms) Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 107]]  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 107 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Tue, 29 Nov 2011 20:30:11 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 107], ["state", nil], ["updated_at", Tue, 29 Nov 2011 20:30:11 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 107 User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 107]]  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 107 Processing by Blogit::CommentsController#destroy as HTML Parameters: {"id"=>"51", "post_id"=>"107", "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "107"]] Blogit::Comment Load (0.0ms) SELECT "blog_comments".* FROM "blog_comments" WHERE "blog_comments"."post_id" = 107 AND "blog_comments"."id" = ? LIMIT 1 [["id", "51"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 107 LIMIT 1 SQL (0.2ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) - 1 WHERE "blog_posts"."id" = 107 SQL (0.1ms) DELETE FROM "blog_comments" WHERE "blog_comments"."id" = ? [["id", 51]] Redirected to http://test.host/blog/posts/107-tis-is-a-blog-post-title Completed 302 Found in 8ms Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 107]]  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 107 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Tue, 29 Nov 2011 20:30:11 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 107], ["state", nil], ["updated_at", Tue, 29 Nov 2011 20:30:11 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 107 User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::CommentsController#destroy as HTML Parameters: {"id"=>"52", "post_id"=>"107", "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "107"]] Blogit::Comment Load (0.1ms) SELECT "blog_comments".* FROM "blog_comments" WHERE "blog_comments"."post_id" = 107 AND "blog_comments"."id" = ? LIMIT 1 [["id", "52"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 107 LIMIT 1 SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) - 1 WHERE "blog_posts"."id" = 107 SQL (0.1ms) DELETE FROM "blog_comments" WHERE "blog_comments"."id" = ? [["id", 52]] Redirected to http://test.host/blog/posts/107-tis-is-a-blog-post-title Completed 302 Found in 7ms Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Tue, 29 Nov 2011 20:30:11 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 107], ["state", nil], ["updated_at", Tue, 29 Nov 2011 20:30:11 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 107  (0.1ms) SELECT COUNT(*) FROM "blog_comments"  Processing by Blogit::CommentsController#destroy as HTML Parameters: {"id"=>"53", "post_id"=>"107", "use_route"=>"blogit"} User Load (47.3ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 48ms  (0.1ms) SELECT COUNT(*) FROM "blog_comments"  Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Tue, 29 Nov 2011 20:30:11 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 107], ["state", nil], ["updated_at", Tue, 29 Nov 2011 20:30:11 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 107  (0.1ms) SELECT COUNT(*) FROM "blog_comments"  Processing by Blogit::CommentsController#destroy as HTML Parameters: {"id"=>"54", "post_id"=>"107", "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms  (0.1ms) SELECT COUNT(*) FROM "blog_comments"  Processing by Blogit::PostsController#index as HTML Parameters: {"page"=>"", "use_route"=>"blogit"} Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#index as HTML Parameters: {"page"=>"2", "use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} Completed 200 OK in 7ms (Views: 1.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.4ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:30:11 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:30:11 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Tis is a blog post title", "body"=>"This is the body of the blog post - you'll see it's a lot bigger than the title"}, "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:30:11 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:30:11 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#edit as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#edit as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:30:11 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:30:11 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:30:11 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:30:11 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} SQL (14.6ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 170], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:30:11 UTC +00:00], ["title", "Something new"], ["updated_at", Tue, 29 Nov 2011 20:30:11 UTC +00:00]] Redirected to http://test.host/blog/posts/122-something-new Completed 302 Found in 21ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:30:11 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:30:11 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 171], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:30:11 UTC +00:00], ["title", "Something new"], ["updated_at", Tue, 29 Nov 2011 20:30:11 UTC +00:00]] Redirected to http://test.host/blog/posts/123-something-new Completed 302 Found in 6ms Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:30:11 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:30:11 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#show as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:30:11 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:30:11 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:30:11 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:30:11 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 11ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:30:11 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:30:11 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 176], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 177], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 178], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 179], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 180], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 181], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["username", "bodacious"]] SQL (28.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 182], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["username", "Jeronimo"]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 183 LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["username", "Jeronimo"]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 184 LIMIT 1 Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts"  ActsAsTaggableOn::Tagging Load (11.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 107 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 107 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 107]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 108 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 108 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 108]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 109 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 109 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 109]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 110 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 110 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 110]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 111 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 111 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 111]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 112 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 112 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 112]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 113 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 113 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 113]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 114 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 114 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 114]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 115 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 115 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 115]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 116 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 116 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 116]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 117 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 117 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 117]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 118 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 118 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 118]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 119 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 119 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 119]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 120 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 120 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 120]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 121 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 121 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 121]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 122 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 122 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 122]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 123 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 123 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 123]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 124 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 124 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 124]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 125 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 125 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 125]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 126 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 126 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 126]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 127 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 127 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 127]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 128 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 128 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 128]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 129 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 129 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 129]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 130 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 130 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 130]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 185], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 186], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Mon, 28 Nov 2011 20:30:14 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 187], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Sun, 27 Nov 2011 20:30:14 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 188], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Sat, 26 Nov 2011 20:30:14 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 189], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 25 Nov 2011 20:30:14 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 190], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Thu, 24 Nov 2011 20:30:14 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 191], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 23 Nov 2011 20:30:14 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 192], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 22 Nov 2011 20:30:14 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 193], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Mon, 21 Nov 2011 20:30:14 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 194], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Sun, 20 Nov 2011 20:30:14 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["username", "bodacious"]] SQL (0.5ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 195], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Sat, 19 Nov 2011 20:30:14 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 196], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 18 Nov 2011 20:30:14 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 197], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Thu, 17 Nov 2011 20:30:14 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 198], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 16 Nov 2011 20:30:14 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["username", "bodacious"]] SQL (0.4ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 199], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:30:14 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 15 Nov 2011 20:30:14 UTC +00:00]] Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" ORDER BY updated_at DESC LIMIT 1 OFFSET 0 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" ORDER BY updated_at DESC LIMIT 1  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "blog_posts" LIMIT 25 OFFSET 0) subquery_for_count Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" ORDER BY updated_at DESC LIMIT 5 OFFSET 5 Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" ORDER BY updated_at DESC LIMIT 25 OFFSET 25  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "blog_posts" LIMIT 3 OFFSET 0) subquery_for_count  Processing by Blogit::PostsController#index as HTML Parameters: {"page"=>"", "use_route"=>"blogit"} Rendered /Users/Gavin/Gems/blogit/app/views/blogit/posts/index.html.erb within layouts/application (9.5ms) Completed 200 OK in 41ms (Views: 40.7ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#index as HTML Parameters: {"page"=>"2", "use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} Completed 200 OK in 82ms (Views: 1.3ms | ActiveRecord: 0.2ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 7ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (11.9ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:31:13 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:31:13 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Tis is a blog post title", "body"=>"This is the body of the blog post - you'll see it's a lot bigger than the title"}, "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.4ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:31:13 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:31:13 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#edit as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#edit as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:31:13 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:31:13 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:31:13 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:31:13 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} SQL (0.5ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 203], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:31:13 UTC +00:00], ["title", "Something new"], ["updated_at", Tue, 29 Nov 2011 20:31:13 UTC +00:00]] Redirected to http://test.host/blog/posts/146-something-new Completed 302 Found in 98ms User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.4ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:31:13 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:31:13 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 204], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:31:13 UTC +00:00], ["title", "Something new"], ["updated_at", Tue, 29 Nov 2011 20:31:13 UTC +00:00]] Redirected to http://test.host/blog/posts/147-something-new Completed 302 Found in 6ms Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms SQL (0.4ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:31:13 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:31:13 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#show as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Completed 200 OK in 34ms (Views: 1.3ms | ActiveRecord: 0.2ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:31:13 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:31:13 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:31:13 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:31:13 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 11ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:31:13 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:31:13 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms Processing by Blogit::PostsController#index as HTML Parameters: {"page"=>"", "use_route"=>"blogit"} Rendered /Users/Gavin/Gems/blogit/app/views/blogit/posts/index.html.erb within layouts/application (9.4ms) Completed 200 OK in 39ms (Views: 39.0ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#index as HTML Parameters: {"page"=>"2", "use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} Completed 200 OK in 80ms (Views: 1.3ms | ActiveRecord: 0.2ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 6ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (11.4ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:31:26 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:31:26 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Tis is a blog post title", "body"=>"This is the body of the blog post - you'll see it's a lot bigger than the title"}, "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:31:26 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:31:26 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#edit as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#edit as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:31:26 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:31:26 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:31:26 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:31:26 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} SQL (0.6ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 212], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:31:26 UTC +00:00], ["title", "Something new"], ["updated_at", Tue, 29 Nov 2011 20:31:26 UTC +00:00]] Redirected to http://test.host/blog/posts/148-something-new Completed 302 Found in 94ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:31:26 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:31:26 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 213], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:31:26 UTC +00:00], ["title", "Something new"], ["updated_at", Tue, 29 Nov 2011 20:31:26 UTC +00:00]] Redirected to http://test.host/blog/posts/149-something-new Completed 302 Found in 6ms Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:31:26 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:31:26 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#show as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Completed 200 OK in 34ms (Views: 1.3ms | ActiveRecord: 0.2ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:31:26 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:31:26 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:31:26 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:31:26 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 11ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:31:26 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:31:26 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms Processing by Blogit::PostsController#index as HTML Parameters: {"page"=>"", "use_route"=>"blogit"} Rendered /Users/Gavin/Gems/blogit/app/views/blogit/posts/index.html.erb within layouts/application (9.4ms) Completed 200 OK in 39ms (Views: 38.9ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#index as HTML Parameters: {"page"=>"2", "use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} Completed 200 OK in 78ms (Views: 1.2ms | ActiveRecord: 0.2ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 6ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (11.1ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:31:50 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:31:50 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Tis is a blog post title", "body"=>"This is the body of the blog post - you'll see it's a lot bigger than the title"}, "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:31:50 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:31:50 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#edit as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#edit as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:31:50 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:31:50 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:31:50 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:31:50 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} SQL (0.4ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 221], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:31:50 UTC +00:00], ["title", "Something new"], ["updated_at", Tue, 29 Nov 2011 20:31:50 UTC +00:00]] Redirected to http://test.host/blog/posts/150-something-new Completed 302 Found in 91ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:31:51 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:31:51 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 222], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:31:51 UTC +00:00], ["title", "Something new"], ["updated_at", Tue, 29 Nov 2011 20:31:51 UTC +00:00]] Redirected to http://test.host/blog/posts/151-something-new Completed 302 Found in 6ms Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:31:51 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:31:51 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#show as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Completed 200 OK in 34ms (Views: 1.3ms | ActiveRecord: 0.2ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:31:51 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:31:51 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:31:51 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:31:51 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 11ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:31:51 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:31:51 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms Processing by Blogit::PostsController#index as HTML Parameters: {"page"=>"", "use_route"=>"blogit"} Rendered /Users/Gavin/Gems/blogit/app/views/blogit/posts/index.html.erb within layouts/application (9.5ms) Completed 200 OK in 40ms (Views: 39.8ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#index as HTML Parameters: {"page"=>"2", "use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} Completed 200 OK in 79ms (Views: 1.3ms | ActiveRecord: 0.2ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 6ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (11.6ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:23 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:23 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Tis is a blog post title", "body"=>"This is the body of the blog post - you'll see it's a lot bigger than the title"}, "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:23 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:23 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#edit as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#edit as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:23 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:23 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:23 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:23 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} SQL (0.4ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 230], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:23 UTC +00:00], ["title", "Something new"], ["updated_at", Tue, 29 Nov 2011 20:32:23 UTC +00:00]] Redirected to http://test.host/blog/posts/152-something-new Completed 302 Found in 110ms User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.5ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:24 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:24 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 231], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:24 UTC +00:00], ["title", "Something new"], ["updated_at", Tue, 29 Nov 2011 20:32:24 UTC +00:00]] Redirected to http://test.host/blog/posts/153-something-new Completed 302 Found in 7ms Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 2ms SQL (0.4ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:24 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:24 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#show as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Completed 200 OK in 41ms (Views: 1.7ms | ActiveRecord: 0.2ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.4ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:24 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:24 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:24 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:24 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 12ms User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.4ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:24 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:24 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms Processing by Blogit::PostsController#index as HTML Parameters: {"page"=>"", "use_route"=>"blogit"} Rendered /Users/Gavin/Gems/blogit/app/views/blogit/posts/index.html.erb within layouts/application (9.4ms) Completed 200 OK in 67ms (Views: 66.8ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#index as HTML Parameters: {"page"=>"2", "use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} Completed 200 OK in 79ms (Views: 1.3ms | ActiveRecord: 0.2ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 6ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (11.5ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:35 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:35 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Tis is a blog post title", "body"=>"This is the body of the blog post - you'll see it's a lot bigger than the title"}, "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:35 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:35 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#edit as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#edit as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:35 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:35 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:35 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:35 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} SQL (0.5ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 239], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:35 UTC +00:00], ["title", "Something new"], ["updated_at", Tue, 29 Nov 2011 20:32:35 UTC +00:00]] Redirected to http://test.host/blog/posts/154-something-new Completed 302 Found in 97ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:35 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:35 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 240], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:35 UTC +00:00], ["title", "Something new"], ["updated_at", Tue, 29 Nov 2011 20:32:35 UTC +00:00]] Redirected to http://test.host/blog/posts/155-something-new Completed 302 Found in 7ms Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms SQL (0.5ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:35 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:35 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#show as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Completed 200 OK in 39ms (Views: 1.9ms | ActiveRecord: 0.2ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.4ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:36 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:36 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.6ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:36 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:36 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 13ms User Load (0.3ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:36 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:36 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 131 Processing by Blogit::CommentsController#create as JS Parameters: {"post_id"=>"131", "comment"=>{"name"=>"Gavin", "email"=>"gavin@gavinmorrice.com", "website"=>"http://gavinmorrice.com", "body"=>"I once saw a child the size of a tangerine!"}, "use_route"=>"blogit"} Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "131"]] SQL (35.1ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 131], ["state", nil], ["updated_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["website", "http://gavinmorrice.com"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 131 LIMIT 1 SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 131 Rendered /Users/Gavin/Gems/blogit/app/views/blogit/comments/create.js.erb (9.4ms) Completed 200 OK in 173ms (Views: 59.1ms | ActiveRecord: 35.6ms)  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 131 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 131 Processing by Blogit::CommentsController#create as HTML Parameters: {"post_id"=>"131", "comment"=>{"name"=>"Gavin", "email"=>"gavin@gavinmorrice.com", "website"=>"http://gavinmorrice.com", "body"=>"I once saw a child the size of a tangerine!"}, "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "131"]] SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 131], ["state", nil], ["updated_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["website", "http://gavinmorrice.com"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 131 LIMIT 1 SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 131 Redirected to http://test.host/blog/posts/131-tis-is-a-blog-post-title Completed 302 Found in 95ms  (0.2ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 131 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 Processing by Blogit::CommentsController#create as HTML Parameters: {"post_id"=>"131", "comment"=>{"name"=>"Gavin", "email"=>"gavin@gavinmorrice.com", "website"=>"http://gavinmorrice.com", "body"=>"I once saw a child the size of a tangerine!"}, "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "131"]] SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 131], ["state", nil], ["updated_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["website", "http://gavinmorrice.com"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 131 LIMIT 1 SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 131 Redirected to http://test.host/blog/posts/131-tis-is-a-blog-post-title Completed 302 Found in 8ms Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 Processing by Blogit::CommentsController#create as HTML Parameters: {"post_id"=>"131", "comment"=>{"name"=>"Gavin", "email"=>"gavin@gavinmorrice.com", "website"=>"http://gavinmorrice.com", "body"=>"I once saw a child the size of a tangerine!"}, "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "131"]] SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 131], ["state", nil], ["updated_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["website", "http://gavinmorrice.com"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 131 LIMIT 1 SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 131 Redirected to http://test.host/blog/posts/131-tis-is-a-blog-post-title Completed 302 Found in 11ms Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 131], ["state", nil], ["updated_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 131 User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 1 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 131]]  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 131 Processing by Blogit::CommentsController#destroy as JS Parameters: {"id"=>"59", "post_id"=>"131", "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "131"]] Blogit::Comment Load (0.1ms) SELECT "blog_comments".* FROM "blog_comments" WHERE "blog_comments"."post_id" = 131 AND "blog_comments"."id" = ? LIMIT 1 [["id", "59"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 131 LIMIT 1 SQL (0.2ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) - 1 WHERE "blog_posts"."id" = 131 SQL (0.1ms) DELETE FROM "blog_comments" WHERE "blog_comments"."id" = ? [["id", 59]] Completed 200 OK in 12ms (Views: 1.4ms | ActiveRecord: 0.6ms) Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 131]]  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 131 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (26.7ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 131], ["state", nil], ["updated_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 131 User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 131]]  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 131 Processing by Blogit::CommentsController#destroy as HTML Parameters: {"id"=>"60", "post_id"=>"131", "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "131"]] Blogit::Comment Load (0.0ms) SELECT "blog_comments".* FROM "blog_comments" WHERE "blog_comments"."post_id" = 131 AND "blog_comments"."id" = ? LIMIT 1 [["id", "60"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 131 LIMIT 1 SQL (0.2ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) - 1 WHERE "blog_posts"."id" = 131 SQL (0.1ms) DELETE FROM "blog_comments" WHERE "blog_comments"."id" = ? [["id", 60]] Redirected to http://test.host/blog/posts/131-tis-is-a-blog-post-title Completed 302 Found in 9ms Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 131]]  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 131 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 131], ["state", nil], ["updated_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 131 User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::CommentsController#destroy as HTML Parameters: {"id"=>"61", "post_id"=>"131", "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "131"]] Blogit::Comment Load (0.0ms) SELECT "blog_comments".* FROM "blog_comments" WHERE "blog_comments"."post_id" = 131 AND "blog_comments"."id" = ? LIMIT 1 [["id", "61"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 131 LIMIT 1 SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) - 1 WHERE "blog_posts"."id" = 131 SQL (0.1ms) DELETE FROM "blog_comments" WHERE "blog_comments"."id" = ? [["id", 61]] Redirected to http://test.host/blog/posts/131-tis-is-a-blog-post-title Completed 302 Found in 7ms Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 131], ["state", nil], ["updated_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 131  (0.1ms) SELECT COUNT(*) FROM "blog_comments"  Processing by Blogit::CommentsController#destroy as HTML Parameters: {"id"=>"62", "post_id"=>"131", "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms  (0.1ms) SELECT COUNT(*) FROM "blog_comments"  Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 131], ["state", nil], ["updated_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 131  (0.1ms) SELECT COUNT(*) FROM "blog_comments"  Processing by Blogit::CommentsController#destroy as HTML Parameters: {"id"=>"63", "post_id"=>"131", "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms  (0.1ms) SELECT COUNT(*) FROM "blog_comments"  Processing by Blogit::PostsController#index as HTML Parameters: {"page"=>"", "use_route"=>"blogit"} Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#index as HTML Parameters: {"page"=>"2", "use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} Completed 200 OK in 6ms (Views: 1.2ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Tis is a blog post title", "body"=>"This is the body of the blog post - you'll see it's a lot bigger than the title"}, "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#edit as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#edit as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} SQL (0.4ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 248], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["title", "Something new"], ["updated_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00]] Redirected to http://test.host/blog/posts/156-something-new Completed 302 Found in 10ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 249], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["title", "Something new"], ["updated_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00]] Redirected to http://test.host/blog/posts/157-something-new Completed 302 Found in 9ms Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#show as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 11ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 254], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 255], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 256], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 257], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 258], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["username", "bodacious"]] SQL (0.4ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 259], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 260], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["username", "Jeronimo"]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 261 LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:42 UTC +00:00], ["username", "Jeronimo"]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 262 LIMIT 1 Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts"  ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 131 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 131 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 131]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 132 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 132 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 132]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 133 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 133 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 133]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 134 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 134 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 134]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 135 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 135 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 135]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 136 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 136 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 136]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 137 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 137 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 137]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 138 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 138 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 138]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 139 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 139 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 139]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 140 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 140 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 140]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 141 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 141 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 141]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 142 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 142 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 142]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 143 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 143 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 143]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 144 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 144 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 144]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 145 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 145 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 145]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 146 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 146 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 146]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 147 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 147 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 147]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 148 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 148 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 148]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 149 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 149 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 149]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 150 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 150 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 150]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 151 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 151 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 151]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 152 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 152 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 152]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 153 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 153 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 153]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 154 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 154 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 154]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 155 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 155 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 155]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 156 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 156 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 156]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 157 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 157 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 157]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 158 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 158 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 158]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 159 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 159 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 159]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 160 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 160 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 160]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 161 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 161 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 161]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 162 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 162 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 162]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 163 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 163 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 163]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 164 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 164 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 164]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:43 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:43 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 263], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:43 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 29 Nov 2011 20:32:43 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:43 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:43 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 264], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:43 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Mon, 28 Nov 2011 20:32:43 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:43 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:43 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 265], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:43 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Sun, 27 Nov 2011 20:32:43 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:43 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:43 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 266], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:43 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Sat, 26 Nov 2011 20:32:43 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:43 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:43 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 267], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:43 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 25 Nov 2011 20:32:43 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:43 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:43 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 268], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:43 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Thu, 24 Nov 2011 20:32:43 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:43 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:43 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 269], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:43 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 23 Nov 2011 20:32:43 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:43 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:43 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 270], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:43 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 22 Nov 2011 20:32:43 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:43 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:43 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 271], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:43 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Mon, 21 Nov 2011 20:32:43 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:43 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:43 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 272], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:43 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Sun, 20 Nov 2011 20:32:43 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:43 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:43 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 273], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:43 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Sat, 19 Nov 2011 20:32:43 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:43 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:43 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 274], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:43 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 18 Nov 2011 20:32:43 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:43 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:43 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 275], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:43 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Thu, 17 Nov 2011 20:32:43 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:43 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:43 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 276], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:43 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 16 Nov 2011 20:32:43 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:43 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:43 UTC +00:00], ["username", "bodacious"]] SQL (0.4ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 277], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:43 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 15 Nov 2011 20:32:43 UTC +00:00]] Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" ORDER BY updated_at DESC LIMIT 1 OFFSET 0 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" ORDER BY updated_at DESC LIMIT 1  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "blog_posts" LIMIT 25 OFFSET 0) subquery_for_count Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" ORDER BY updated_at DESC LIMIT 5 OFFSET 5 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" ORDER BY updated_at DESC LIMIT 25 OFFSET 25  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "blog_posts" LIMIT 3 OFFSET 0) subquery_for_count  Processing by Blogit::PostsController#index as HTML Parameters: {"page"=>"", "use_route"=>"blogit"} Rendered /Users/Gavin/Gems/blogit/app/views/blogit/posts/index.html.erb within layouts/application (9.4ms) Completed 200 OK in 40ms (Views: 39.3ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#index as HTML Parameters: {"page"=>"2", "use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} Completed 200 OK in 79ms (Views: 1.3ms | ActiveRecord: 0.2ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 6ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (11.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:49 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:49 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Tis is a blog post title", "body"=>"This is the body of the blog post - you'll see it's a lot bigger than the title"}, "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:49 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:49 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#edit as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#edit as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:49 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:49 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:49 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:49 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} SQL (0.5ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 281], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:49 UTC +00:00], ["title", "Something new"], ["updated_at", Tue, 29 Nov 2011 20:32:49 UTC +00:00]] Redirected to http://test.host/blog/posts/180-something-new Completed 302 Found in 91ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:49 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:49 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 282], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:49 UTC +00:00], ["title", "Something new"], ["updated_at", Tue, 29 Nov 2011 20:32:49 UTC +00:00]] Redirected to http://test.host/blog/posts/181-something-new Completed 302 Found in 6ms Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:49 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:49 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#show as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Completed 200 OK in 33ms (Views: 1.3ms | ActiveRecord: 0.2ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:49 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:49 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:49 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:49 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 11ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:49 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:49 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 165 Processing by Blogit::CommentsController#create as JS Parameters: {"post_id"=>"165", "comment"=>{"name"=>"Gavin", "email"=>"gavin@gavinmorrice.com", "website"=>"http://gavinmorrice.com", "body"=>"I once saw a child the size of a tangerine!"}, "use_route"=>"blogit"} Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "165"]] SQL (36.0ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Tue, 29 Nov 2011 20:32:55 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 165], ["state", nil], ["updated_at", Tue, 29 Nov 2011 20:32:55 UTC +00:00], ["website", "http://gavinmorrice.com"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 165 LIMIT 1 SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 165 Rendered /Users/Gavin/Gems/blogit/app/views/blogit/comments/create.js.erb (9.4ms) Completed 200 OK in 171ms (Views: 58.7ms | ActiveRecord: 36.6ms)  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 165 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 165 Processing by Blogit::CommentsController#create as HTML Parameters: {"post_id"=>"165", "comment"=>{"name"=>"Gavin", "email"=>"gavin@gavinmorrice.com", "website"=>"http://gavinmorrice.com", "body"=>"I once saw a child the size of a tangerine!"}, "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "165"]] SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Tue, 29 Nov 2011 20:32:55 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 165], ["state", nil], ["updated_at", Tue, 29 Nov 2011 20:32:55 UTC +00:00], ["website", "http://gavinmorrice.com"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 165 LIMIT 1 SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 165 Redirected to http://test.host/blog/posts/165-tis-is-a-blog-post-title Completed 302 Found in 93ms  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 165 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 Processing by Blogit::CommentsController#create as HTML Parameters: {"post_id"=>"165", "comment"=>{"name"=>"Gavin", "email"=>"gavin@gavinmorrice.com", "website"=>"http://gavinmorrice.com", "body"=>"I once saw a child the size of a tangerine!"}, "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "165"]] SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Tue, 29 Nov 2011 20:32:55 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 165], ["state", nil], ["updated_at", Tue, 29 Nov 2011 20:32:55 UTC +00:00], ["website", "http://gavinmorrice.com"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 165 LIMIT 1 SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 165 Redirected to http://test.host/blog/posts/165-tis-is-a-blog-post-title Completed 302 Found in 8ms Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 Processing by Blogit::CommentsController#create as HTML Parameters: {"post_id"=>"165", "comment"=>{"name"=>"Gavin", "email"=>"gavin@gavinmorrice.com", "website"=>"http://gavinmorrice.com", "body"=>"I once saw a child the size of a tangerine!"}, "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "165"]] SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Tue, 29 Nov 2011 20:32:55 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 165], ["state", nil], ["updated_at", Tue, 29 Nov 2011 20:32:55 UTC +00:00], ["website", "http://gavinmorrice.com"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 165 LIMIT 1 SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 165 Redirected to http://test.host/blog/posts/165-tis-is-a-blog-post-title Completed 302 Found in 9ms Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Tue, 29 Nov 2011 20:32:55 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 165], ["state", nil], ["updated_at", Tue, 29 Nov 2011 20:32:55 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 165 User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 165]]  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 165 Processing by Blogit::CommentsController#destroy as JS Parameters: {"id"=>"68", "post_id"=>"165", "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "165"]] Blogit::Comment Load (0.1ms) SELECT "blog_comments".* FROM "blog_comments" WHERE "blog_comments"."post_id" = 165 AND "blog_comments"."id" = ? LIMIT 1 [["id", "68"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 165 LIMIT 1 SQL (0.2ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) - 1 WHERE "blog_posts"."id" = 165 SQL (0.1ms) DELETE FROM "blog_comments" WHERE "blog_comments"."id" = ? [["id", 68]] Completed 200 OK in 12ms (Views: 1.5ms | ActiveRecord: 0.6ms) Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 165]]  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 165 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (26.2ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Tue, 29 Nov 2011 20:32:55 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 165], ["state", nil], ["updated_at", Tue, 29 Nov 2011 20:32:55 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 165 User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 165]]  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 165 Processing by Blogit::CommentsController#destroy as HTML Parameters: {"id"=>"69", "post_id"=>"165", "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "165"]] Blogit::Comment Load (0.0ms) SELECT "blog_comments".* FROM "blog_comments" WHERE "blog_comments"."post_id" = 165 AND "blog_comments"."id" = ? LIMIT 1 [["id", "69"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 165 LIMIT 1 SQL (0.2ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) - 1 WHERE "blog_posts"."id" = 165 SQL (0.1ms) DELETE FROM "blog_comments" WHERE "blog_comments"."id" = ? [["id", 69]] Redirected to http://test.host/blog/posts/165-tis-is-a-blog-post-title Completed 302 Found in 8ms Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 165]]  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 165 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Tue, 29 Nov 2011 20:32:55 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 165], ["state", nil], ["updated_at", Tue, 29 Nov 2011 20:32:55 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 165 User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::CommentsController#destroy as HTML Parameters: {"id"=>"70", "post_id"=>"165", "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "165"]] Blogit::Comment Load (0.0ms) SELECT "blog_comments".* FROM "blog_comments" WHERE "blog_comments"."post_id" = 165 AND "blog_comments"."id" = ? LIMIT 1 [["id", "70"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 165 LIMIT 1 SQL (0.2ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) - 1 WHERE "blog_posts"."id" = 165 SQL (0.1ms) DELETE FROM "blog_comments" WHERE "blog_comments"."id" = ? [["id", 70]] Redirected to http://test.host/blog/posts/165-tis-is-a-blog-post-title Completed 302 Found in 8ms Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (0.5ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Tue, 29 Nov 2011 20:32:55 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 165], ["state", nil], ["updated_at", Tue, 29 Nov 2011 20:32:55 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 165  (0.1ms) SELECT COUNT(*) FROM "blog_comments"  Processing by Blogit::CommentsController#destroy as HTML Parameters: {"id"=>"71", "post_id"=>"165", "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms  (0.1ms) SELECT COUNT(*) FROM "blog_comments"  Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Tue, 29 Nov 2011 20:32:55 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 165], ["state", nil], ["updated_at", Tue, 29 Nov 2011 20:32:55 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 165  (0.1ms) SELECT COUNT(*) FROM "blog_comments"  Processing by Blogit::CommentsController#destroy as HTML Parameters: {"id"=>"72", "post_id"=>"165", "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms  (0.1ms) SELECT COUNT(*) FROM "blog_comments"  Processing by Blogit::PostsController#index as HTML Parameters: {"page"=>"", "use_route"=>"blogit"} Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#index as HTML Parameters: {"page"=>"2", "use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} Completed 200 OK in 6ms (Views: 1.2ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:55 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:55 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Tis is a blog post title", "body"=>"This is the body of the blog post - you'll see it's a lot bigger than the title"}, "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:55 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:55 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#edit as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#edit as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:55 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:55 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:55 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:55 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} SQL (0.4ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 290], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:55 UTC +00:00], ["title", "Something new"], ["updated_at", Tue, 29 Nov 2011 20:32:55 UTC +00:00]] Redirected to http://test.host/blog/posts/182-something-new Completed 302 Found in 9ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:55 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:55 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 291], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:55 UTC +00:00], ["title", "Something new"], ["updated_at", Tue, 29 Nov 2011 20:32:55 UTC +00:00]] Redirected to http://test.host/blog/posts/183-something-new Completed 302 Found in 8ms Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms SQL (0.4ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:55 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:55 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#show as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:55 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:55 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:55 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:55 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 11ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:55 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:55 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 296], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 297], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 298], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 299], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 300], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 301], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 302], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["username", "Jeronimo"]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 303 LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["username", "Jeronimo"]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 304 LIMIT 1 Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts"  ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 165 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 165 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 165]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 166 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 166 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 166]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 167 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 167 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 167]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 168 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 168 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 168]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 169 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 169 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 169]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 170 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 170 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 170]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 171 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 171 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 171]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 172 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 172 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 172]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 173 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 173 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 173]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 174 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 174 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 174]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 175 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 175 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 175]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 176 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 176 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 176]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 177 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 177 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 177]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 178 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 178 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 178]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 179 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 179 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 179]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 180 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 180 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 180]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 181 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 181 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 181]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 182 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 182 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 182]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 183 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 183 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 183]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 184 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 184 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 184]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 185 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 185 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 185]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 186 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 186 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 186]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 187 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 187 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 187]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 188 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 188 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 188]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 189 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 189 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 189]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 190 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 190 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 190]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 305], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 306], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Mon, 28 Nov 2011 20:32:56 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 307], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Sun, 27 Nov 2011 20:32:56 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 308], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Sat, 26 Nov 2011 20:32:56 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 309], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 25 Nov 2011 20:32:56 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 310], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Thu, 24 Nov 2011 20:32:56 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 311], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 23 Nov 2011 20:32:56 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 312], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 22 Nov 2011 20:32:56 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 313], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Mon, 21 Nov 2011 20:32:56 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 314], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Sun, 20 Nov 2011 20:32:56 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 315], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Sat, 19 Nov 2011 20:32:56 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 316], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 18 Nov 2011 20:32:56 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 317], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Thu, 17 Nov 2011 20:32:56 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 318], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 16 Nov 2011 20:32:56 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 319], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:32:56 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 15 Nov 2011 20:32:56 UTC +00:00]] Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" ORDER BY updated_at DESC LIMIT 1 OFFSET 0 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" ORDER BY updated_at DESC LIMIT 1  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "blog_posts" LIMIT 25 OFFSET 0) subquery_for_count Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" ORDER BY updated_at DESC LIMIT 5 OFFSET 5 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" ORDER BY updated_at DESC LIMIT 25 OFFSET 25  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "blog_posts" LIMIT 3 OFFSET 0) subquery_for_count  SQL (11.1ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:34:27 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:34:27 UTC +00:00], ["username", "Jeronimo"]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 320 LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:34:27 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:34:27 UTC +00:00], ["username", "Jeronimo"]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 321 LIMIT 1 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"  ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 191 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 191 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 191]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 192 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 192 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 192]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 193 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 193 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 193]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 194 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 194 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 194]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 195 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 195 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 195]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 196 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 196 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 196]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 197 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 197 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 197]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 198 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 198 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 198]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 199 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 199 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 199]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 200 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 200 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 200]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 201 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 201 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 201]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 202 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 202 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 202]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 203 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 203 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 203]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 204 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 204 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 204]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 205 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 205 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 205]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:34:27 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:34:27 UTC +00:00], ["username", "bodacious"]] SQL (0.5ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 322], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:34:27 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 29 Nov 2011 20:34:27 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:34:27 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:34:27 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 323], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:34:27 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Mon, 28 Nov 2011 20:34:27 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:34:27 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:34:27 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 324], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:34:27 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Sun, 27 Nov 2011 20:34:27 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:34:27 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:34:27 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 325], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:34:27 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Sat, 26 Nov 2011 20:34:27 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:34:27 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:34:27 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 326], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:34:27 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 25 Nov 2011 20:34:27 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:34:27 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:34:27 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 327], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:34:27 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Thu, 24 Nov 2011 20:34:27 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:34:27 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:34:27 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 328], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:34:27 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 23 Nov 2011 20:34:27 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:34:27 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:34:27 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 329], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:34:27 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 22 Nov 2011 20:34:27 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:34:27 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:34:27 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 330], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:34:27 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Mon, 21 Nov 2011 20:34:27 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:34:27 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:34:27 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 331], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:34:27 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Sun, 20 Nov 2011 20:34:27 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:34:27 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:34:27 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 332], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:34:27 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Sat, 19 Nov 2011 20:34:27 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:34:27 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:34:27 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 333], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:34:27 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 18 Nov 2011 20:34:27 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:34:27 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:34:27 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 334], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:34:27 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Thu, 17 Nov 2011 20:34:27 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:34:27 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:34:27 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 335], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:34:27 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 16 Nov 2011 20:34:27 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:34:27 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:34:27 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 336], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:34:27 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 15 Nov 2011 20:34:27 UTC +00:00]] Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" ORDER BY updated_at DESC LIMIT 1 OFFSET 0 Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" ORDER BY updated_at DESC LIMIT 1  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "blog_posts" LIMIT 5 OFFSET 0) subquery_for_count   (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "blog_posts" LIMIT 3 OFFSET 0) subquery_for_count Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1  (0.2ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 206 Processing by Blogit::CommentsController#create as JS Parameters: {"post_id"=>"206", "comment"=>{"name"=>"Gavin", "email"=>"gavin@gavinmorrice.com", "website"=>"http://gavinmorrice.com", "body"=>"I once saw a child the size of a tangerine!"}, "use_route"=>"blogit"} Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "206"]] SQL (37.9ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Tue, 29 Nov 2011 20:34:33 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 206], ["state", nil], ["updated_at", Tue, 29 Nov 2011 20:34:33 UTC +00:00], ["website", "http://gavinmorrice.com"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 206 LIMIT 1 SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 206 Rendered /Users/Gavin/Gems/blogit/app/views/blogit/comments/create.js.erb (9.6ms) Completed 200 OK in 180ms (Views: 61.7ms | ActiveRecord: 38.5ms)  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 206 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 206 Processing by Blogit::CommentsController#create as HTML Parameters: {"post_id"=>"206", "comment"=>{"name"=>"Gavin", "email"=>"gavin@gavinmorrice.com", "website"=>"http://gavinmorrice.com", "body"=>"I once saw a child the size of a tangerine!"}, "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "206"]] SQL (0.5ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Tue, 29 Nov 2011 20:34:33 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 206], ["state", nil], ["updated_at", Tue, 29 Nov 2011 20:34:33 UTC +00:00], ["website", "http://gavinmorrice.com"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 206 LIMIT 1 SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 206 Redirected to http://test.host/blog/posts/206-tis-is-a-blog-post-title Completed 302 Found in 93ms  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 206 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 Processing by Blogit::CommentsController#create as HTML Parameters: {"post_id"=>"206", "comment"=>{"name"=>"Gavin", "email"=>"gavin@gavinmorrice.com", "website"=>"http://gavinmorrice.com", "body"=>"I once saw a child the size of a tangerine!"}, "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "206"]] SQL (0.5ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Tue, 29 Nov 2011 20:34:33 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 206], ["state", nil], ["updated_at", Tue, 29 Nov 2011 20:34:33 UTC +00:00], ["website", "http://gavinmorrice.com"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 206 LIMIT 1 SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 206 Redirected to http://test.host/blog/posts/206-tis-is-a-blog-post-title Completed 302 Found in 8ms Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 Processing by Blogit::CommentsController#create as HTML Parameters: {"post_id"=>"206", "comment"=>{"name"=>"Gavin", "email"=>"gavin@gavinmorrice.com", "website"=>"http://gavinmorrice.com", "body"=>"I once saw a child the size of a tangerine!"}, "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "206"]] SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Tue, 29 Nov 2011 20:34:33 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 206], ["state", nil], ["updated_at", Tue, 29 Nov 2011 20:34:33 UTC +00:00], ["website", "http://gavinmorrice.com"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 206 LIMIT 1 SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 206 Redirected to http://test.host/blog/posts/206-tis-is-a-blog-post-title Completed 302 Found in 9ms Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (0.5ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Tue, 29 Nov 2011 20:34:33 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 206], ["state", nil], ["updated_at", Tue, 29 Nov 2011 20:34:33 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 206 User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 1 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 206]]  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 206 Processing by Blogit::CommentsController#destroy as JS Parameters: {"id"=>"77", "post_id"=>"206", "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "206"]] Blogit::Comment Load (0.1ms) SELECT "blog_comments".* FROM "blog_comments" WHERE "blog_comments"."post_id" = 206 AND "blog_comments"."id" = ? LIMIT 1 [["id", "77"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 206 LIMIT 1 SQL (0.2ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) - 1 WHERE "blog_posts"."id" = 206 SQL (0.1ms) DELETE FROM "blog_comments" WHERE "blog_comments"."id" = ? [["id", 77]] Completed 200 OK in 11ms (Views: 1.5ms | ActiveRecord: 0.5ms) Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 206]]  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 206 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (26.0ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Tue, 29 Nov 2011 20:34:33 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 206], ["state", nil], ["updated_at", Tue, 29 Nov 2011 20:34:33 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 206 User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 206]]  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 206 Processing by Blogit::CommentsController#destroy as HTML Parameters: {"id"=>"78", "post_id"=>"206", "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "206"]] Blogit::Comment Load (0.0ms) SELECT "blog_comments".* FROM "blog_comments" WHERE "blog_comments"."post_id" = 206 AND "blog_comments"."id" = ? LIMIT 1 [["id", "78"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 206 LIMIT 1 SQL (0.2ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) - 1 WHERE "blog_posts"."id" = 206 SQL (0.1ms) DELETE FROM "blog_comments" WHERE "blog_comments"."id" = ? [["id", 78]] Redirected to http://test.host/blog/posts/206-tis-is-a-blog-post-title Completed 302 Found in 8ms Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 206]]  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 206 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 206], ["state", nil], ["updated_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 206 User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::CommentsController#destroy as HTML Parameters: {"id"=>"79", "post_id"=>"206", "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "206"]] Blogit::Comment Load (0.0ms) SELECT "blog_comments".* FROM "blog_comments" WHERE "blog_comments"."post_id" = 206 AND "blog_comments"."id" = ? LIMIT 1 [["id", "79"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 206 LIMIT 1 SQL (0.2ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) - 1 WHERE "blog_posts"."id" = 206 SQL (0.1ms) DELETE FROM "blog_comments" WHERE "blog_comments"."id" = ? [["id", 79]] Redirected to http://test.host/blog/posts/206-tis-is-a-blog-post-title Completed 302 Found in 7ms Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 206], ["state", nil], ["updated_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 206  (0.1ms) SELECT COUNT(*) FROM "blog_comments"  Processing by Blogit::CommentsController#destroy as HTML Parameters: {"id"=>"80", "post_id"=>"206", "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms  (0.1ms) SELECT COUNT(*) FROM "blog_comments"  Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 206], ["state", nil], ["updated_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 206  (0.1ms) SELECT COUNT(*) FROM "blog_comments"  Processing by Blogit::CommentsController#destroy as HTML Parameters: {"id"=>"81", "post_id"=>"206", "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms  (0.1ms) SELECT COUNT(*) FROM "blog_comments"  Processing by Blogit::PostsController#index as HTML Parameters: {"page"=>"", "use_route"=>"blogit"} Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#index as HTML Parameters: {"page"=>"2", "use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} Completed 200 OK in 6ms (Views: 1.2ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Tis is a blog post title", "body"=>"This is the body of the blog post - you'll see it's a lot bigger than the title"}, "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#edit as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#edit as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} SQL (0.6ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 340], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["title", "Something new"], ["updated_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00]] Redirected to http://test.host/blog/posts/221-something-new Completed 302 Found in 9ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 341], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["title", "Something new"], ["updated_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00]] Redirected to http://test.host/blog/posts/222-something-new Completed 302 Found in 7ms Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#show as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 11ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 346], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 347], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["username", "bodacious"]] SQL (0.4ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 348], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00]] SQL (0.4ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["username", "bodacious"]] SQL (0.4ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 349], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00]] SQL (0.4ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["username", "bodacious"]] SQL (0.4ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 350], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["username", "bodacious"]] SQL (0.4ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 351], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 352], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00]] SQL (0.4ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["username", "Jeronimo"]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 353 LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["username", "Jeronimo"]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 354 LIMIT 1 Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts"  ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 206 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 206 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 206]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 207 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 207 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 207]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 208 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.2ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 208 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 208]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 209 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 209 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 209]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 210 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 210 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 210]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 211 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 211 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 211]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 212 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 212 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 212]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 213 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 213 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 213]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 214 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 214 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 214]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 215 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 215 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 215]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 216 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 216 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 216]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 217 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 217 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 217]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 218 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 218 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 218]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 219 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 219 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 219]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 220 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 220 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 220]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 221 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 221 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.3ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 221]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 222 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.2ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 222 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.4ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 222]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 223 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 223 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 223]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 224 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 224 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 224]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 225 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 225 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 225]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 226 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 226 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 226]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 227 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 227 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 227]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 228 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 228 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 228]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 229 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 229 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 229]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 355], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 356], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Mon, 28 Nov 2011 20:34:34 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 357], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Sun, 27 Nov 2011 20:34:34 UTC +00:00]] SQL (0.8ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 358], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Sat, 26 Nov 2011 20:34:34 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 359], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 25 Nov 2011 20:34:34 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 360], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Thu, 24 Nov 2011 20:34:34 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 361], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 23 Nov 2011 20:34:34 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 362], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 22 Nov 2011 20:34:34 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 363], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Mon, 21 Nov 2011 20:34:34 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 364], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Sun, 20 Nov 2011 20:34:34 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 365], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Sat, 19 Nov 2011 20:34:34 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 366], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 18 Nov 2011 20:34:34 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 367], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Thu, 17 Nov 2011 20:34:34 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 368], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 16 Nov 2011 20:34:34 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["password", "password"], ["updated_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 369], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Tue, 29 Nov 2011 20:34:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 15 Nov 2011 20:34:34 UTC +00:00]] Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" ORDER BY updated_at DESC LIMIT 1 OFFSET 0 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" ORDER BY updated_at DESC LIMIT 1  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "blog_posts" LIMIT 5 OFFSET 0) subquery_for_count  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "blog_posts" LIMIT 3 OFFSET 0) subquery_for_count  Blogit::Post Load (11.9ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1  (0.9ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 230 Processing by Blogit::CommentsController#create as JS Parameters: {"post_id"=>"230", "comment"=>{"name"=>"Gavin", "email"=>"gavin@gavinmorrice.com", "website"=>"http://gavinmorrice.com", "body"=>"I once saw a child the size of a tangerine!"}, "use_route"=>"blogit"} Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "230"]] SQL (89.6ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Mon, 26 Dec 2011 16:34:26 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 230], ["state", nil], ["updated_at", Mon, 26 Dec 2011 16:34:26 UTC +00:00], ["website", "http://gavinmorrice.com"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 230 LIMIT 1 SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 230 Rendered /Users/Gavin/Gems/blogit/app/views/blogit/comments/create.js.erb (10.5ms) Completed 200 OK in 235ms (Views: 100.4ms | ActiveRecord: 90.2ms)  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 230 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 230 Processing by Blogit::CommentsController#create as HTML Parameters: {"post_id"=>"230", "comment"=>{"name"=>"Gavin", "email"=>"gavin@gavinmorrice.com", "website"=>"http://gavinmorrice.com", "body"=>"I once saw a child the size of a tangerine!"}, "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "230"]] SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Mon, 26 Dec 2011 16:34:26 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 230], ["state", nil], ["updated_at", Mon, 26 Dec 2011 16:34:26 UTC +00:00], ["website", "http://gavinmorrice.com"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 230 LIMIT 1 SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 230 Redirected to http://test.host/blog/posts/230-tis-is-a-blog-post-title Completed 302 Found in 118ms  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 230 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 Processing by Blogit::CommentsController#create as HTML Parameters: {"post_id"=>"230", "comment"=>{"name"=>"Gavin", "email"=>"gavin@gavinmorrice.com", "website"=>"http://gavinmorrice.com", "body"=>"I once saw a child the size of a tangerine!"}, "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "230"]] SQL (0.5ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 230], ["state", nil], ["updated_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["website", "http://gavinmorrice.com"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 230 LIMIT 1 SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 230 Redirected to http://test.host/blog/posts/230-tis-is-a-blog-post-title Completed 302 Found in 11ms Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 Processing by Blogit::CommentsController#create as HTML Parameters: {"post_id"=>"230", "comment"=>{"name"=>"Gavin", "email"=>"gavin@gavinmorrice.com", "website"=>"http://gavinmorrice.com", "body"=>"I once saw a child the size of a tangerine!"}, "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "230"]] SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 230], ["state", nil], ["updated_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["website", "http://gavinmorrice.com"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 230 LIMIT 1 SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 230 Redirected to http://test.host/blog/posts/230-tis-is-a-blog-post-title Completed 302 Found in 10ms Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (0.5ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 230], ["state", nil], ["updated_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 230 User Load (29.1ms) SELECT "users".* FROM "users" LIMIT 1 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 230]]  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 230 Processing by Blogit::CommentsController#destroy as JS Parameters: {"id"=>"86", "post_id"=>"230", "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "230"]] Blogit::Comment Load (0.1ms) SELECT "blog_comments".* FROM "blog_comments" WHERE "blog_comments"."post_id" = 230 AND "blog_comments"."id" = ? LIMIT 1 [["id", "86"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 230 LIMIT 1 SQL (0.2ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) - 1 WHERE "blog_posts"."id" = 230 SQL (0.1ms) DELETE FROM "blog_comments" WHERE "blog_comments"."id" = ? [["id", 86]] Completed 200 OK in 10ms (Views: 2.2ms | ActiveRecord: 0.5ms) Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 230]]  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 230 Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 230], ["state", nil], ["updated_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 230 User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 230]]  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 230 Processing by Blogit::CommentsController#destroy as HTML Parameters: {"id"=>"87", "post_id"=>"230", "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "230"]] Blogit::Comment Load (0.1ms) SELECT "blog_comments".* FROM "blog_comments" WHERE "blog_comments"."post_id" = 230 AND "blog_comments"."id" = ? LIMIT 1 [["id", "87"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 230 LIMIT 1 SQL (0.2ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) - 1 WHERE "blog_posts"."id" = 230 SQL (0.1ms) DELETE FROM "blog_comments" WHERE "blog_comments"."id" = ? [["id", 87]] Redirected to http://test.host/blog/posts/230-tis-is-a-blog-post-title Completed 302 Found in 7ms Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 230]]  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 230 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 230], ["state", nil], ["updated_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 230 User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::CommentsController#destroy as HTML Parameters: {"id"=>"88", "post_id"=>"230", "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "230"]] Blogit::Comment Load (0.0ms) SELECT "blog_comments".* FROM "blog_comments" WHERE "blog_comments"."post_id" = 230 AND "blog_comments"."id" = ? LIMIT 1 [["id", "88"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 230 LIMIT 1 SQL (0.2ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) - 1 WHERE "blog_posts"."id" = 230 SQL (0.1ms) DELETE FROM "blog_comments" WHERE "blog_comments"."id" = ? [["id", 88]] Redirected to http://test.host/blog/posts/230-tis-is-a-blog-post-title Completed 302 Found in 8ms Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 230], ["state", nil], ["updated_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 230  (0.1ms) SELECT COUNT(*) FROM "blog_comments"  Processing by Blogit::CommentsController#destroy as HTML Parameters: {"id"=>"89", "post_id"=>"230", "use_route"=>"blogit"} User Load (34.7ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 36ms  (0.1ms) SELECT COUNT(*) FROM "blog_comments"  Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (0.5ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 230], ["state", nil], ["updated_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 230  (0.1ms) SELECT COUNT(*) FROM "blog_comments"  Processing by Blogit::CommentsController#destroy as HTML Parameters: {"id"=>"90", "post_id"=>"230", "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms  (0.1ms) SELECT COUNT(*) FROM "blog_comments"  Processing by Blogit::PostsController#index as HTML Parameters: {"page"=>"", "use_route"=>"blogit"} Completed 200 OK in 17ms (Views: 16.6ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#index as HTML Parameters: {"page"=>"2", "use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} Completed 200 OK in 14ms (Views: 8.7ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Tis is a blog post title", "body"=>"This is the body of the blog post - you'll see it's a lot bigger than the title"}, "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#edit as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Completed 200 OK in 14ms (Views: 13.3ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#edit as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} SQL (14.4ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 373], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["title", "Something new"], ["updated_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00]] Redirected to http://test.host/blog/posts/245-something-new Completed 302 Found in 21ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 374], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["title", "Something new"], ["updated_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00]] Redirected to http://test.host/blog/posts/246-something-new Completed 302 Found in 6ms Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#show as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Completed 200 OK in 17ms (Views: 16.2ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 11ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 379], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 380], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["username", "bodacious"]] SQL (0.4ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 381], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 382], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 383], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 384], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["username", "bodacious"]] SQL (20.5ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 385], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00]] SQL (0.4ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["username", "Jeronimo"]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 386 LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:34:27 UTC +00:00], ["username", "Jeronimo"]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 387 LIMIT 1 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"  ActsAsTaggableOn::Tagging Load (10.0ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 230 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 230 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 230]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 231 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 231 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 231]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 232 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 232 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 232]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 233 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 233 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 233]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 234 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 234 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 234]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 235 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 235 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 235]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 236 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 236 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 236]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 237 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 237 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 237]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 238 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 238 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 238]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 239 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 239 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 239]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 240 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 240 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 240]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 241 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 241 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 241]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 242 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 242 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 242]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 243 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 243 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 243]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 244 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 244 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 244]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 245 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 245 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 245]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 246 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 246 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 246]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 247 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 247 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 247]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 248 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 248 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 248]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 249 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 249 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 249]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 250 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 250 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 250]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 251 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 251 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 251]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 252 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 252 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 252]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 253 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 253 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 253]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:34:28 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:34:28 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 388], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:34:28 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Mon, 26 Dec 2011 16:34:28 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:34:28 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:34:28 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 389], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:34:28 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Sun, 25 Dec 2011 16:34:28 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:34:28 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:34:28 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 390], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:34:28 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Sat, 24 Dec 2011 16:34:28 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:34:28 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:34:28 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 391], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:34:28 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 23 Dec 2011 16:34:28 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:34:28 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:34:28 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 392], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:34:28 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Thu, 22 Dec 2011 16:34:28 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:34:28 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:34:28 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 393], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:34:28 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 21 Dec 2011 16:34:28 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:34:28 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:34:28 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 394], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:34:28 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 20 Dec 2011 16:34:28 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:34:28 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:34:28 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 395], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:34:28 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Mon, 19 Dec 2011 16:34:28 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:34:28 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:34:28 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 396], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:34:28 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Sun, 18 Dec 2011 16:34:28 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:34:28 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:34:28 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 397], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:34:28 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Sat, 17 Dec 2011 16:34:28 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:34:28 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:34:28 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 398], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:34:28 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 16 Dec 2011 16:34:28 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:34:28 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:34:28 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 399], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:34:28 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Thu, 15 Dec 2011 16:34:28 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:34:28 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:34:28 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 400], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:34:28 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 14 Dec 2011 16:34:28 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:34:28 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:34:28 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 401], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:34:28 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 13 Dec 2011 16:34:28 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:34:28 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:34:28 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 402], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:34:28 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Mon, 12 Dec 2011 16:34:28 UTC +00:00]] Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" ORDER BY updated_at DESC LIMIT 1 OFFSET 0 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" ORDER BY updated_at DESC LIMIT 1  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "blog_posts" LIMIT 5 OFFSET 0) subquery_for_count  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "blog_posts" LIMIT 3 OFFSET 0) subquery_for_count  Processing by Blogit::PostsController#index as HTML Parameters: {"page"=>"", "use_route"=>"blogit"} Rendered /Users/Gavin/Gems/blogit/app/views/blogit/posts/index.html.erb within layouts/application (9.1ms) Completed 200 OK in 39ms (Views: 38.6ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#index as HTML Parameters: {"page"=>"2", "use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#index as XML Parameters: {"page"=>"", "use_route"=>"blogit"} Completed 500 Internal Server Error in 19ms User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} Completed 200 OK in 79ms (Views: 1.3ms | ActiveRecord: 0.2ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 6ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (11.0ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:36:55 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:36:55 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Tis is a blog post title", "body"=>"This is the body of the blog post - you'll see it's a lot bigger than the title"}, "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:36:55 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:36:55 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#edit as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#edit as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.4ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:36:55 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:36:55 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:36:55 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:36:55 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} SQL (0.4ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 406], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:36:55 UTC +00:00], ["title", "Something new"], ["updated_at", Mon, 26 Dec 2011 16:36:55 UTC +00:00]] Redirected to http://test.host/blog/posts/269-something-new Completed 302 Found in 65ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.4ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:36:55 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:36:55 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 407], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:36:55 UTC +00:00], ["title", "Something new"], ["updated_at", Mon, 26 Dec 2011 16:36:55 UTC +00:00]] Redirected to http://test.host/blog/posts/270-something-new Completed 302 Found in 6ms Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:36:55 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:36:55 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#show as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Completed 200 OK in 10ms (Views: 1.3ms | ActiveRecord: 0.2ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:36:55 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:36:55 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:36:55 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:36:55 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 11ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:36:55 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:36:55 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms Processing by Blogit::PostsController#index as HTML Parameters: {"page"=>"", "use_route"=>"blogit"} Rendered /Users/Gavin/Gems/blogit/app/views/blogit/posts/index.html.erb within layouts/application (9.4ms) Completed 200 OK in 63ms (Views: 62.9ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#index as HTML Parameters: {"page"=>"2", "use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} Completed 200 OK in 80ms (Views: 1.5ms | ActiveRecord: 0.2ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 6ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (11.6ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:40:01 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:40:01 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Tis is a blog post title", "body"=>"This is the body of the blog post - you'll see it's a lot bigger than the title"}, "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:40:01 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:40:01 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#edit as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#edit as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:40:01 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:40:01 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:40:01 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:40:01 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} SQL (0.6ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 415], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:40:01 UTC +00:00], ["title", "Something new"], ["updated_at", Mon, 26 Dec 2011 16:40:01 UTC +00:00]] Redirected to http://test.host/blog/posts/271-something-new Completed 302 Found in 96ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:40:01 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:40:01 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 416], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:40:01 UTC +00:00], ["title", "Something new"], ["updated_at", Mon, 26 Dec 2011 16:40:01 UTC +00:00]] Redirected to http://test.host/blog/posts/272-something-new Completed 302 Found in 6ms Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:40:01 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:40:01 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#show as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Completed 200 OK in 35ms (Views: 1.4ms | ActiveRecord: 0.2ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.4ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:40:01 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:40:01 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:40:01 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:40:01 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 10ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:40:01 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:40:01 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" ORDER BY created_at DESC Processing by Blogit::PostsController#index as HTML Parameters: {"page"=>"", "use_route"=>"blogit"} Rendered /Users/Gavin/Gems/blogit/app/views/blogit/posts/index.html.erb within layouts/application (9.1ms) Completed 200 OK in 62ms (Views: 38.4ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#index as HTML Parameters: {"page"=>"2", "use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} Completed 200 OK in 79ms (Views: 1.3ms | ActiveRecord: 0.2ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 6ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (11.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:40:49 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:40:49 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Tis is a blog post title", "body"=>"This is the body of the blog post - you'll see it's a lot bigger than the title"}, "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:40:49 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:40:49 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#edit as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#edit as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:40:49 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:40:49 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:40:49 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:40:49 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} SQL (0.4ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 424], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:40:49 UTC +00:00], ["title", "Something new"], ["updated_at", Mon, 26 Dec 2011 16:40:49 UTC +00:00]] Redirected to http://test.host/blog/posts/273-something-new Completed 302 Found in 94ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:40:49 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:40:49 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 425], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:40:49 UTC +00:00], ["title", "Something new"], ["updated_at", Mon, 26 Dec 2011 16:40:49 UTC +00:00]] Redirected to http://test.host/blog/posts/274-something-new Completed 302 Found in 6ms Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:40:49 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:40:49 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#show as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Completed 200 OK in 35ms (Views: 1.3ms | ActiveRecord: 0.2ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:40:49 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:40:49 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:40:49 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:40:49 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 10ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:40:49 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:40:49 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms Blogit::Post Load (0.4ms) SELECT "blog_posts".* FROM "blog_posts" ORDER BY created_at DESC Processing by Blogit::PostsController#index as HTML Parameters: {"page"=>"", "use_route"=>"blogit"} Rendered /Users/Gavin/Gems/blogit/app/views/blogit/posts/index.html.erb within layouts/application (9.2ms) Completed 200 OK in 39ms (Views: 38.6ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#index as HTML Parameters: {"page"=>"2", "use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} Completed 200 OK in 80ms (Views: 1.2ms | ActiveRecord: 0.2ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 6ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (11.7ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:40:55 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:40:55 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Tis is a blog post title", "body"=>"This is the body of the blog post - you'll see it's a lot bigger than the title"}, "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:40:55 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:40:55 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#edit as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#edit as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.4ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:40:55 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:40:55 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:40:55 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:40:55 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} SQL (0.5ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 433], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:40:55 UTC +00:00], ["title", "Something new"], ["updated_at", Mon, 26 Dec 2011 16:40:55 UTC +00:00]] Redirected to http://test.host/blog/posts/275-something-new Completed 302 Found in 99ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:40:55 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:40:55 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 434], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:40:55 UTC +00:00], ["title", "Something new"], ["updated_at", Mon, 26 Dec 2011 16:40:55 UTC +00:00]] Redirected to http://test.host/blog/posts/276-something-new Completed 302 Found in 6ms Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:40:55 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:40:55 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#show as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Completed 200 OK in 37ms (Views: 1.4ms | ActiveRecord: 0.2ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.4ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:40:55 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:40:55 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.5ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:40:55 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:40:55 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 11ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:40:55 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:40:55 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms Blogit::Post Load (0.3ms) SELECT "blog_posts".* FROM "blog_posts" ORDER BY created_at DESC Processing by Blogit::PostsController#index as HTML Parameters: {"page"=>"", "use_route"=>"blogit"} Rendered /Users/Gavin/Gems/blogit/app/views/blogit/posts/index.html.erb within layouts/application (9.0ms) Completed 200 OK in 61ms (Views: 37.9ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#index as HTML Parameters: {"page"=>"2", "use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#index as XML Parameters: {"page"=>"", "use_route"=>"blogit"} Completed 200 OK in 82ms (Views: 81.6ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} Completed 200 OK in 78ms (Views: 1.3ms | ActiveRecord: 0.2ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 6ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (11.0ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:41:16 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:41:16 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Tis is a blog post title", "body"=>"This is the body of the blog post - you'll see it's a lot bigger than the title"}, "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:41:16 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:41:16 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#edit as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#edit as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:41:16 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:41:16 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.4ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:41:16 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:41:16 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} SQL (0.4ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 442], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:41:16 UTC +00:00], ["title", "Something new"], ["updated_at", Mon, 26 Dec 2011 16:41:16 UTC +00:00]] Redirected to http://test.host/blog/posts/277-something-new Completed 302 Found in 66ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:41:16 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:41:16 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 443], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:41:16 UTC +00:00], ["title", "Something new"], ["updated_at", Mon, 26 Dec 2011 16:41:16 UTC +00:00]] Redirected to http://test.host/blog/posts/278-something-new Completed 302 Found in 31ms Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:41:16 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:41:16 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#show as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Completed 200 OK in 9ms (Views: 1.3ms | ActiveRecord: 0.2ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:41:16 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:41:16 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:41:16 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:41:16 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 14ms User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.4ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:41:16 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:41:16 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 254 Processing by Blogit::CommentsController#create as JS Parameters: {"post_id"=>"254", "comment"=>{"name"=>"Gavin", "email"=>"gavin@gavinmorrice.com", "website"=>"http://gavinmorrice.com", "body"=>"I once saw a child the size of a tangerine!"}, "use_route"=>"blogit"} Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "254"]] SQL (35.2ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Mon, 26 Dec 2011 16:41:22 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 254], ["state", nil], ["updated_at", Mon, 26 Dec 2011 16:41:22 UTC +00:00], ["website", "http://gavinmorrice.com"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 254 LIMIT 1 SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 254 Rendered /Users/Gavin/Gems/blogit/app/views/blogit/comments/create.js.erb (9.2ms) Completed 200 OK in 171ms (Views: 57.4ms | ActiveRecord: 35.7ms)  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 254 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 254 Processing by Blogit::CommentsController#create as HTML Parameters: {"post_id"=>"254", "comment"=>{"name"=>"Gavin", "email"=>"gavin@gavinmorrice.com", "website"=>"http://gavinmorrice.com", "body"=>"I once saw a child the size of a tangerine!"}, "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "254"]] SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Mon, 26 Dec 2011 16:41:22 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 254], ["state", nil], ["updated_at", Mon, 26 Dec 2011 16:41:22 UTC +00:00], ["website", "http://gavinmorrice.com"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 254 LIMIT 1 SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 254 Redirected to http://test.host/blog/posts/254-tis-is-a-blog-post-title Completed 302 Found in 94ms  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 254 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 Processing by Blogit::CommentsController#create as HTML Parameters: {"post_id"=>"254", "comment"=>{"name"=>"Gavin", "email"=>"gavin@gavinmorrice.com", "website"=>"http://gavinmorrice.com", "body"=>"I once saw a child the size of a tangerine!"}, "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "254"]] SQL (0.5ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 254], ["state", nil], ["updated_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["website", "http://gavinmorrice.com"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 254 LIMIT 1 SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 254 Redirected to http://test.host/blog/posts/254-tis-is-a-blog-post-title Completed 302 Found in 9ms Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 Processing by Blogit::CommentsController#create as HTML Parameters: {"post_id"=>"254", "comment"=>{"name"=>"Gavin", "email"=>"gavin@gavinmorrice.com", "website"=>"http://gavinmorrice.com", "body"=>"I once saw a child the size of a tangerine!"}, "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "254"]] SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 254], ["state", nil], ["updated_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["website", "http://gavinmorrice.com"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 254 LIMIT 1 SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 254 Redirected to http://test.host/blog/posts/254-tis-is-a-blog-post-title Completed 302 Found in 10ms Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 254], ["state", nil], ["updated_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 254 User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 1 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 254]]  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 254 Processing by Blogit::CommentsController#destroy as JS Parameters: {"id"=>"95", "post_id"=>"254", "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "254"]] Blogit::Comment Load (0.1ms) SELECT "blog_comments".* FROM "blog_comments" WHERE "blog_comments"."post_id" = 254 AND "blog_comments"."id" = ? LIMIT 1 [["id", "95"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 254 LIMIT 1 SQL (0.2ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) - 1 WHERE "blog_posts"."id" = 254 SQL (0.1ms) DELETE FROM "blog_comments" WHERE "blog_comments"."id" = ? [["id", 95]] Completed 200 OK in 11ms (Views: 1.5ms | ActiveRecord: 0.5ms) Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 254]]  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 254 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 254], ["state", nil], ["updated_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 254 User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 254]]  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 254 Processing by Blogit::CommentsController#destroy as HTML Parameters: {"id"=>"96", "post_id"=>"254", "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "254"]] Blogit::Comment Load (0.0ms) SELECT "blog_comments".* FROM "blog_comments" WHERE "blog_comments"."post_id" = 254 AND "blog_comments"."id" = ? LIMIT 1 [["id", "96"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 254 LIMIT 1 SQL (0.2ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) - 1 WHERE "blog_posts"."id" = 254 SQL (0.1ms) DELETE FROM "blog_comments" WHERE "blog_comments"."id" = ? [["id", 96]] Redirected to http://test.host/blog/posts/254-tis-is-a-blog-post-title Completed 302 Found in 7ms Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 254]]  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 254 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 254], ["state", nil], ["updated_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 254 User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::CommentsController#destroy as HTML Parameters: {"id"=>"97", "post_id"=>"254", "use_route"=>"blogit"} Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "254"]] Blogit::Comment Load (0.1ms) SELECT "blog_comments".* FROM "blog_comments" WHERE "blog_comments"."post_id" = 254 AND "blog_comments"."id" = ? LIMIT 1 [["id", "97"]] Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 254 LIMIT 1 SQL (0.2ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) - 1 WHERE "blog_posts"."id" = 254 SQL (0.1ms) DELETE FROM "blog_comments" WHERE "blog_comments"."id" = ? [["id", 97]] Redirected to http://test.host/blog/posts/254-tis-is-a-blog-post-title Completed 302 Found in 7ms Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 254], ["state", nil], ["updated_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 254  (0.1ms) SELECT COUNT(*) FROM "blog_comments"  Processing by Blogit::CommentsController#destroy as HTML Parameters: {"id"=>"98", "post_id"=>"254", "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms  (0.1ms) SELECT COUNT(*) FROM "blog_comments"  Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1 SQL (0.4ms) INSERT INTO "blog_comments" ("body", "created_at", "email", "name", "post_id", "state", "updated_at", "website") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "I once saw a child the size of a tangerine!"], ["created_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 254], ["state", nil], ["updated_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["website", "http://gavinmorrice.com"]] SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 254  (0.1ms) SELECT COUNT(*) FROM "blog_comments"  Processing by Blogit::CommentsController#destroy as HTML Parameters: {"id"=>"99", "post_id"=>"254", "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms  (0.1ms) SELECT COUNT(*) FROM "blog_comments"  Processing by Blogit::PostsController#index as HTML Parameters: {"page"=>"", "use_route"=>"blogit"} Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#index as HTML Parameters: {"page"=>"2", "use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#index as XML Parameters: {"page"=>"", "use_route"=>"blogit"} Completed 200 OK in 16ms (Views: 16.3ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} Completed 200 OK in 7ms (Views: 1.2ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#new as HTML Parameters: {"use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.4ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#create as HTML Parameters: {"post"=>{"title"=>"Tis is a blog post title", "body"=>"This is the body of the blog post - you'll see it's a lot bigger than the title"}, "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#edit as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms) Processing by Blogit::PostsController#edit as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} SQL (0.4ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 451], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["title", "Something new"], ["updated_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00]] Redirected to http://test.host/blog/posts/279-something-new Completed 302 Found in 9ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 452], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["title", "Something new"], ["updated_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00]] Redirected to http://test.host/blog/posts/280-something-new Completed 302 Found in 9ms Processing by Blogit::PostsController#update as HTML Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#show as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 42ms User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["username", "bodacious"]] Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} Redirected to http://test.host/blog/posts Completed 302 Found in 1ms Processing by Blogit::PostsController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"blogit"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 Redirected to http://test.host/blog/ Completed 302 Found in 1ms SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 457], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 458], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 459], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 460], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 461], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00]] SQL (0.4ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 462], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 463], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["username", "Jeronimo"]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 464 LIMIT 1 SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:41:23 UTC +00:00], ["username", "Jeronimo"]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 465 LIMIT 1 Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts"  ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 254 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 254 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 254]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 255 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 255 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 255]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 256 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 256 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 256]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 257 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 257 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 257]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 258 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 258 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 258]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 259 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 259 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 259]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 260 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 260 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 260]] ActsAsTaggableOn::Tagging Load (0.2ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 261 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 261 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 261]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 262 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 262 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 262]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 263 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 263 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 263]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 264 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 264 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 264]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 265 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 265 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 265]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 266 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 266 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 266]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 267 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 267 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 267]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 268 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 268 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 268]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 269 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 269 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 269]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 270 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 270 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 270]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 271 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 271 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 271]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 272 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 272 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 272]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 273 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 273 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 273]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 274 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 274 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 274]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 275 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 275 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 275]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 276 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 276 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 276]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 277 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 277 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 277]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 278 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 278 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 278]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 279 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 279 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 279]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 280 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 280 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 280]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 281 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 281 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 281]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 282 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 282 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 282]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 283 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 283 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 283]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 284 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 284 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 284]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 285 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 285 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 285]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 286 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 286 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 286]] ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 287 AND "taggings"."taggable_type" = 'Blogit::Post' SQL (0.1ms) SELECT "taggings"."id" AS t0_r0, "taggings"."tag_id" AS t0_r1, "taggings"."taggable_id" AS t0_r2, "taggings"."taggable_type" AS t0_r3, "taggings"."tagger_id" AS t0_r4, "taggings"."tagger_type" AS t0_r5, "taggings"."context" AS t0_r6, "taggings"."created_at" AS t0_r7, "tags"."id" AS t1_r0, "tags"."name" AS t1_r1 FROM "taggings" LEFT OUTER JOIN "tags" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."taggable_id" = 287 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.tag_id = tags.id AND taggings.context = 'tags') SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 287]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:41:24 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:41:24 UTC +00:00], ["username", "bodacious"]] SQL (0.4ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 466], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:41:24 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Mon, 26 Dec 2011 16:41:24 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:41:24 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:41:24 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 467], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:41:24 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Sun, 25 Dec 2011 16:41:24 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:41:24 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:41:24 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 468], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:41:24 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Sat, 24 Dec 2011 16:41:24 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:41:24 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:41:24 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 469], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:41:24 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 23 Dec 2011 16:41:24 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:41:24 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:41:24 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 470], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:41:24 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Thu, 22 Dec 2011 16:41:24 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:41:24 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:41:24 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 471], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:41:24 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 21 Dec 2011 16:41:24 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:41:24 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:41:24 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 472], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:41:24 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 20 Dec 2011 16:41:24 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:41:24 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:41:24 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 473], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:41:24 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Mon, 19 Dec 2011 16:41:24 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:41:24 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:41:24 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 474], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:41:24 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Sun, 18 Dec 2011 16:41:24 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:41:24 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:41:24 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 475], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:41:24 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Sat, 17 Dec 2011 16:41:24 UTC +00:00]] SQL (0.4ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:41:24 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:41:24 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 476], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:41:24 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Fri, 16 Dec 2011 16:41:24 UTC +00:00]] SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:41:24 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:41:24 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 477], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:41:24 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Thu, 15 Dec 2011 16:41:24 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:41:24 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:41:24 UTC +00:00], ["username", "bodacious"]] SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 478], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:41:24 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 14 Dec 2011 16:41:24 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:41:24 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:41:24 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 479], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:41:24 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Tue, 13 Dec 2011 16:41:24 UTC +00:00]] SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Mon, 26 Dec 2011 16:41:24 UTC +00:00], ["password", "password"], ["updated_at", Mon, 26 Dec 2011 16:41:24 UTC +00:00], ["username", "bodacious"]] SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 480], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Mon, 26 Dec 2011 16:41:24 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Mon, 12 Dec 2011 16:41:24 UTC +00:00]] Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" ORDER BY updated_at DESC LIMIT 1 OFFSET 0 Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" ORDER BY updated_at DESC LIMIT 1  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "blog_posts" LIMIT 5 OFFSET 0) subquery_for_count  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "blog_posts" LIMIT 3 OFFSET 0) subquery_for_count