blogit 0.4.3 → 0.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
1
  module Blogit
2
- VERSION = "0.4.3"
2
+ VERSION = "0.4.4"
3
3
  end
Binary file
@@ -2270,3 +2270,1932 @@ Completed 302 Found in 1ms
2270
2270
  Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" ORDER BY created_at DESC LIMIT 1
2271
2271
   (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "blog_posts" LIMIT 5 OFFSET 0) subquery_for_count
2272
2272
   (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "blog_posts" LIMIT 3 OFFSET 0) subquery_for_count 
2273
+ Blogit::Post Load (3.7ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1
2274
+  (0.7ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 167
2275
+ Processing by Blogit::CommentsController#create as JS
2276
+ Parameters: {"post_id"=>"167", "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"}
2277
+ Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "167"]]
2278
+ SQL (73.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", Wed, 04 Jan 2012 21:59:58 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 167], ["state", nil], ["updated_at", Wed, 04 Jan 2012 21:59:58 UTC +00:00], ["website", "http://gavinmorrice.com"]]
2279
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 167 LIMIT 1
2280
+ SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 167
2281
+ SQL (12.9ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 21:59:59.034633' WHERE "blog_posts"."id" = 167
2282
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
2283
+ Rendered /Users/Gavin/Gems/blogit/app/views/blogit/comments/create.js.erb (10.4ms)
2284
+ Completed 200 OK in 543ms (Views: 272.4ms | ActiveRecord: 87.1ms)
2285
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 167
2286
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1
2287
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 167
2288
+ Processing by Blogit::CommentsController#create as HTML
2289
+ Parameters: {"post_id"=>"167", "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"}
2290
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "167"]]
2291
+ 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", Wed, 04 Jan 2012 21:59:59 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 167], ["state", nil], ["updated_at", Wed, 04 Jan 2012 21:59:59 UTC +00:00], ["website", "http://gavinmorrice.com"]]
2292
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 167 LIMIT 1
2293
+ SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 167
2294
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 21:59:59.456274' WHERE "blog_posts"."id" = 167
2295
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
2296
+ Redirected to http://test.host/blog/posts/167-tis-is-a-blog-post-title
2297
+ Completed 302 Found in 18ms
2298
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 167
2299
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1
2300
+ Processing by Blogit::CommentsController#create as HTML
2301
+ Parameters: {"post_id"=>"167", "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"}
2302
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "167"]]
2303
+ 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", Wed, 04 Jan 2012 21:59:59 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 167], ["state", nil], ["updated_at", Wed, 04 Jan 2012 21:59:59 UTC +00:00], ["website", "http://gavinmorrice.com"]]
2304
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 167 LIMIT 1
2305
+ SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 167
2306
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 21:59:59.477259' WHERE "blog_posts"."id" = 167
2307
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
2308
+ Redirected to http://test.host/blog/posts/167-tis-is-a-blog-post-title
2309
+ Completed 302 Found in 27ms
2310
+ Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1
2311
+ Processing by Blogit::CommentsController#create as HTML
2312
+ Parameters: {"post_id"=>"167", "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"}
2313
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "167"]]
2314
+ 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", Wed, 04 Jan 2012 21:59:59 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 167], ["state", nil], ["updated_at", Wed, 04 Jan 2012 21:59:59 UTC +00:00], ["website", "http://gavinmorrice.com"]]
2315
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 167 LIMIT 1
2316
+ SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 167
2317
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 21:59:59.507506' WHERE "blog_posts"."id" = 167
2318
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
2319
+ Redirected to http://test.host/blog/posts/167-tis-is-a-blog-post-title
2320
+ Completed 302 Found in 16ms
2321
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1
2322
+ 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", Wed, 04 Jan 2012 21:59:59 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 167], ["state", nil], ["updated_at", Wed, 04 Jan 2012 21:59:59 UTC +00:00], ["website", "http://gavinmorrice.com"]]
2323
+ SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 167
2324
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 21:59:59.524214' WHERE "blog_posts"."id" = 167
2325
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
2326
+ User Load (35.5ms) SELECT "users".* FROM "users" LIMIT 1
2327
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 167]]
2328
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 167
2329
+ Processing by Blogit::CommentsController#destroy as JS
2330
+ Parameters: {"id"=>"50", "post_id"=>"167", "use_route"=>"blogit"}
2331
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "167"]]
2332
+ Blogit::Comment Load (0.1ms) SELECT "blog_comments".* FROM "blog_comments" WHERE "blog_comments"."post_id" = 167 AND "blog_comments"."id" = ? LIMIT 1 [["id", "50"]]
2333
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 167 LIMIT 1
2334
+ SQL (0.2ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) - 1 WHERE "blog_posts"."id" = 167
2335
+ SQL (0.1ms) DELETE FROM "blog_comments" WHERE "blog_comments"."id" = ? [["id", 50]]
2336
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 21:59:59.576114' WHERE "blog_posts"."id" = 167
2337
+ Completed 200 OK in 9ms (Views: 1.9ms | ActiveRecord: 0.7ms)
2338
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 167]]
2339
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 167
2340
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1
2341
+ 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", Wed, 04 Jan 2012 21:59:59 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 167], ["state", nil], ["updated_at", Wed, 04 Jan 2012 21:59:59 UTC +00:00], ["website", "http://gavinmorrice.com"]]
2342
+ SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 167
2343
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 21:59:59.588800' WHERE "blog_posts"."id" = 167
2344
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
2345
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
2346
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 167]]
2347
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 167
2348
+ Processing by Blogit::CommentsController#destroy as HTML
2349
+ Parameters: {"id"=>"51", "post_id"=>"167", "use_route"=>"blogit"}
2350
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "167"]]
2351
+ Blogit::Comment Load (0.0ms) SELECT "blog_comments".* FROM "blog_comments" WHERE "blog_comments"."post_id" = 167 AND "blog_comments"."id" = ? LIMIT 1 [["id", "51"]]
2352
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 167 LIMIT 1
2353
+ SQL (0.2ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) - 1 WHERE "blog_posts"."id" = 167
2354
+ SQL (0.1ms) DELETE FROM "blog_comments" WHERE "blog_comments"."id" = ? [["id", 51]]
2355
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 21:59:59.599957' WHERE "blog_posts"."id" = 167
2356
+ Redirected to http://test.host/blog/posts/167-tis-is-a-blog-post-title
2357
+ Completed 302 Found in 8ms
2358
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 167]]
2359
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 167
2360
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1
2361
+ 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", Wed, 04 Jan 2012 21:59:59 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 167], ["state", nil], ["updated_at", Wed, 04 Jan 2012 21:59:59 UTC +00:00], ["website", "http://gavinmorrice.com"]]
2362
+ SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 167
2363
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 21:59:59.610533' WHERE "blog_posts"."id" = 167
2364
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
2365
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
2366
+ Processing by Blogit::CommentsController#destroy as HTML
2367
+ Parameters: {"id"=>"52", "post_id"=>"167", "use_route"=>"blogit"}
2368
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "167"]]
2369
+ Blogit::Comment Load (0.0ms) SELECT "blog_comments".* FROM "blog_comments" WHERE "blog_comments"."post_id" = 167 AND "blog_comments"."id" = ? LIMIT 1 [["id", "52"]]
2370
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 167 LIMIT 1
2371
+ SQL (0.2ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) - 1 WHERE "blog_posts"."id" = 167
2372
+ SQL (0.1ms) DELETE FROM "blog_comments" WHERE "blog_comments"."id" = ? [["id", 52]]
2373
+ SQL (0.3ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 21:59:59.620524' WHERE "blog_posts"."id" = 167
2374
+ Redirected to http://test.host/blog/posts/167-tis-is-a-blog-post-title
2375
+ Completed 302 Found in 10ms
2376
+ Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1
2377
+ 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", Wed, 04 Jan 2012 21:59:59 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 167], ["state", nil], ["updated_at", Wed, 04 Jan 2012 21:59:59 UTC +00:00], ["website", "http://gavinmorrice.com"]]
2378
+ SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 167
2379
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 21:59:59.633107' WHERE "blog_posts"."id" = 167
2380
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
2381
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments"
2382
+ Processing by Blogit::CommentsController#destroy as HTML
2383
+ Parameters: {"id"=>"53", "post_id"=>"167", "use_route"=>"blogit"}
2384
+ User Load (38.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1
2385
+ Redirected to http://test.host/blog/
2386
+ Completed 302 Found in 39ms
2387
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments"
2388
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1
2389
+ 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", Wed, 04 Jan 2012 21:59:59 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 167], ["state", nil], ["updated_at", Wed, 04 Jan 2012 21:59:59 UTC +00:00], ["website", "http://gavinmorrice.com"]]
2390
+ SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 167
2391
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 21:59:59.686002' WHERE "blog_posts"."id" = 167
2392
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
2393
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments"
2394
+ Processing by Blogit::CommentsController#destroy as HTML
2395
+ Parameters: {"id"=>"54", "post_id"=>"167", "use_route"=>"blogit"}
2396
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1
2397
+ Redirected to http://test.host/blog/
2398
+ Completed 302 Found in 1ms
2399
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments"
2400
+ Processing by Blogit::PostsController#index as HTML
2401
+ Parameters: {"page"=>"", "use_route"=>"blogit"}
2402
+ Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms)
2403
+ Processing by Blogit::PostsController#index as HTML
2404
+ Parameters: {"page"=>"2", "use_route"=>"blogit"}
2405
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
2406
+ Processing by Blogit::PostsController#index as XML
2407
+ Parameters: {"page"=>"", "use_route"=>"blogit"}
2408
+ Completed 200 OK in 81ms (Views: 80.8ms | ActiveRecord: 0.0ms)
2409
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
2410
+ Processing by Blogit::PostsController#new as HTML
2411
+ Parameters: {"use_route"=>"blogit"}
2412
+ Completed 200 OK in 7ms (Views: 1.9ms | ActiveRecord: 0.0ms)
2413
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
2414
+ Processing by Blogit::PostsController#new as HTML
2415
+ Parameters: {"use_route"=>"blogit"}
2416
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
2417
+ Processing by Blogit::PostsController#new as HTML
2418
+ Parameters: {"use_route"=>"blogit"}
2419
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1
2420
+ Redirected to http://test.host/blog/
2421
+ Completed 302 Found in 1ms
2422
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
2423
+ SQL (0.4ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 21:59:59 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 21:59:59 UTC +00:00], ["username", "bodacious"]]
2424
+ Processing by Blogit::PostsController#create as HTML
2425
+ 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"}
2426
+ Redirected to http://test.host/blog/posts
2427
+ Completed 302 Found in 1ms
2428
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
2429
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 21:59:59 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 21:59:59 UTC +00:00], ["username", "bodacious"]]
2430
+ Processing by Blogit::PostsController#edit as HTML
2431
+ Parameters: {"id"=>"1", "use_route"=>"blogit"}
2432
+ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
2433
+ Processing by Blogit::PostsController#edit as HTML
2434
+ Parameters: {"id"=>"1", "use_route"=>"blogit"}
2435
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1
2436
+ Redirected to http://test.host/blog/
2437
+ Completed 302 Found in 1ms
2438
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
2439
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 21:59:59 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 21:59:59 UTC +00:00], ["username", "bodacious"]]
2440
+ Processing by Blogit::PostsController#update as HTML
2441
+ Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"}
2442
+ Redirected to http://test.host/blog/posts
2443
+ Completed 302 Found in 1ms
2444
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
2445
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 21:59:59 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 21:59:59 UTC +00:00], ["username", "bodacious"]]
2446
+ Processing by Blogit::PostsController#update as HTML
2447
+ Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"}
2448
+ SQL (34.6ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 238], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Wed, 04 Jan 2012 21:59:59 UTC +00:00], ["title", "Something new"], ["updated_at", Wed, 04 Jan 2012 21:59:59 UTC +00:00]]
2449
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
2450
+ Redirected to http://test.host/blog/posts/182-something-new
2451
+ Completed 302 Found in 55ms
2452
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
2453
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 21:59:59 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 21:59:59 UTC +00:00], ["username", "bodacious"]]
2454
+ Processing by Blogit::PostsController#update as HTML
2455
+ Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"}
2456
+ SQL (0.3ms) 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", Wed, 04 Jan 2012 21:59:59 UTC +00:00], ["title", "Something new"], ["updated_at", Wed, 04 Jan 2012 21:59:59 UTC +00:00]]
2457
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
2458
+ Redirected to http://test.host/blog/posts/183-something-new
2459
+ Completed 302 Found in 13ms
2460
+ Processing by Blogit::PostsController#update as HTML
2461
+ Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"}
2462
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1
2463
+ Redirected to http://test.host/blog/
2464
+ Completed 302 Found in 1ms
2465
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:00:00 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:00:00 UTC +00:00], ["username", "bodacious"]]
2466
+ Processing by Blogit::PostsController#show as HTML
2467
+ Parameters: {"id"=>"1", "use_route"=>"blogit"}
2468
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
2469
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
2470
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:00:00 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:00:00 UTC +00:00], ["username", "bodacious"]]
2471
+ Processing by Blogit::PostsController#destroy as HTML
2472
+ Parameters: {"id"=>"1", "use_route"=>"blogit"}
2473
+ Redirected to http://test.host/blog/posts
2474
+ Completed 302 Found in 1ms
2475
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
2476
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:00:00 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:00:00 UTC +00:00], ["username", "bodacious"]]
2477
+ Processing by Blogit::PostsController#destroy as HTML
2478
+ Parameters: {"id"=>"1", "use_route"=>"blogit"}
2479
+ Redirected to http://test.host/blog/posts
2480
+ Completed 302 Found in 11ms
2481
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
2482
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:00:00 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:00:00 UTC +00:00], ["username", "bodacious"]]
2483
+ Processing by Blogit::PostsController#destroy as HTML
2484
+ Parameters: {"id"=>"1", "use_route"=>"blogit"}
2485
+ Redirected to http://test.host/blog/posts
2486
+ Completed 302 Found in 1ms
2487
+ Processing by Blogit::PostsController#destroy as HTML
2488
+ Parameters: {"id"=>"1", "use_route"=>"blogit"}
2489
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1
2490
+ Redirected to http://test.host/blog/
2491
+ Completed 302 Found in 1ms
2492
+ SQL (0.4ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["username", "bodacious"]]
2493
+ SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 244], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00]]
2494
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
2495
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["username", "bodacious"]]
2496
+ SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 245], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00]]
2497
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
2498
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["username", "bodacious"]]
2499
+ SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 246], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00]]
2500
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
2501
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["username", "bodacious"]]
2502
+ SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 247], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00]]
2503
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
2504
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["username", "bodacious"]]
2505
+ SQL (0.3ms) 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", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00]]
2506
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
2507
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["username", "bodacious"]]
2508
+ SQL (0.2ms) 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", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00]]
2509
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
2510
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["username", "bodacious"]]
2511
+ SQL (32.5ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 250], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00]]
2512
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
2513
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["username", "Jeronimo"]]
2514
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 251 LIMIT 1
2515
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["username", "Jeronimo"]]
2516
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 252 LIMIT 1
2517
+ Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" 
2518
+ ActsAsTaggableOn::Tagging Load (9.7ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 167 AND "taggings"."taggable_type" = 'Blogit::Post'
2519
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 167 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
2520
+ SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 167]]
2521
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 168 AND "taggings"."taggable_type" = 'Blogit::Post'
2522
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 168 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
2523
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 168]]
2524
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 169 AND "taggings"."taggable_type" = 'Blogit::Post'
2525
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 169 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
2526
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 169]]
2527
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 170 AND "taggings"."taggable_type" = 'Blogit::Post'
2528
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 170 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
2529
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 170]]
2530
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 171 AND "taggings"."taggable_type" = 'Blogit::Post'
2531
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 171 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
2532
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 171]]
2533
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 172 AND "taggings"."taggable_type" = 'Blogit::Post'
2534
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 172 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
2535
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 172]]
2536
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 173 AND "taggings"."taggable_type" = 'Blogit::Post'
2537
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 173 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
2538
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 173]]
2539
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 174 AND "taggings"."taggable_type" = 'Blogit::Post'
2540
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 174 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
2541
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 174]]
2542
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 175 AND "taggings"."taggable_type" = 'Blogit::Post'
2543
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 175 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
2544
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 175]]
2545
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 176 AND "taggings"."taggable_type" = 'Blogit::Post'
2546
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 176 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
2547
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 176]]
2548
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 177 AND "taggings"."taggable_type" = 'Blogit::Post'
2549
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 177 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
2550
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 177]]
2551
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 178 AND "taggings"."taggable_type" = 'Blogit::Post'
2552
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 178 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
2553
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 178]]
2554
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 179 AND "taggings"."taggable_type" = 'Blogit::Post'
2555
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 179 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
2556
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 179]]
2557
+ ActsAsTaggableOn::Tagging Load (0.2ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 180 AND "taggings"."taggable_type" = 'Blogit::Post'
2558
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 180 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
2559
+ SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 180]]
2560
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 181 AND "taggings"."taggable_type" = 'Blogit::Post'
2561
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 181 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
2562
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 181]]
2563
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 182 AND "taggings"."taggable_type" = 'Blogit::Post'
2564
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 182 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
2565
+ SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 182]]
2566
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 183 AND "taggings"."taggable_type" = 'Blogit::Post'
2567
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 183 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
2568
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 183]]
2569
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 184 AND "taggings"."taggable_type" = 'Blogit::Post'
2570
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 184 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
2571
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 184]]
2572
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 185 AND "taggings"."taggable_type" = 'Blogit::Post'
2573
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 185 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
2574
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 185]]
2575
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 186 AND "taggings"."taggable_type" = 'Blogit::Post'
2576
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 186 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
2577
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 186]]
2578
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 187 AND "taggings"."taggable_type" = 'Blogit::Post'
2579
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 187 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
2580
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 187]]
2581
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 188 AND "taggings"."taggable_type" = 'Blogit::Post'
2582
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 188 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
2583
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 188]]
2584
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 189 AND "taggings"."taggable_type" = 'Blogit::Post'
2585
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 189 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
2586
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 189]]
2587
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 190 AND "taggings"."taggable_type" = 'Blogit::Post'
2588
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 190 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
2589
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 190]]
2590
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["username", "bodacious"]]
2591
+ SQL (0.4ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 253], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00]]
2592
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
2593
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["username", "bodacious"]]
2594
+ 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, 03 Jan 2012 22:00:02 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00]]
2595
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
2596
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["username", "bodacious"]]
2597
+ 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", Mon, 02 Jan 2012 22:00:02 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00]]
2598
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
2599
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["username", "bodacious"]]
2600
+ 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", Sun, 01 Jan 2012 22:00:02 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00]]
2601
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
2602
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["username", "bodacious"]]
2603
+ 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", Sat, 31 Dec 2011 22:00:02 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00]]
2604
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
2605
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["username", "bodacious"]]
2606
+ 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", Fri, 30 Dec 2011 22:00:02 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00]]
2607
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
2608
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["username", "bodacious"]]
2609
+ SQL (0.3ms) 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", Thu, 29 Dec 2011 22:00:02 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00]]
2610
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
2611
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["username", "bodacious"]]
2612
+ SQL (0.2ms) 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", Wed, 28 Dec 2011 22:00:02 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00]]
2613
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
2614
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["username", "bodacious"]]
2615
+ SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 261], ["blogger_type", "User"], ["body", "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, 27 Dec 2011 22:00:02 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00]]
2616
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
2617
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["username", "bodacious"]]
2618
+ SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 262], ["blogger_type", "User"], ["body", "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 22:00:02 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00]]
2619
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
2620
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["username", "bodacious"]]
2621
+ 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", Sun, 25 Dec 2011 22:00:02 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00]]
2622
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
2623
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["username", "bodacious"]]
2624
+ SQL (0.2ms) 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", Sat, 24 Dec 2011 22:00:02 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00]]
2625
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
2626
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["username", "bodacious"]]
2627
+ 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", Fri, 23 Dec 2011 22:00:02 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00]]
2628
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
2629
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["username", "bodacious"]]
2630
+ 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", Thu, 22 Dec 2011 22:00:02 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00]]
2631
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
2632
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00], ["username", "bodacious"]]
2633
+ 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", Wed, 21 Dec 2011 22:00:02 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:00:02 UTC +00:00]]
2634
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
2635
+ Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" ORDER BY created_at DESC LIMIT 1 OFFSET 0
2636
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" ORDER BY created_at DESC LIMIT 1
2637
+  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "blog_posts" LIMIT 5 OFFSET 0) subquery_for_count 
2638
+  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "blog_posts" LIMIT 3 OFFSET 0) subquery_for_count
2639
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1
2640
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 191
2641
+ Processing by Blogit::CommentsController#create as JS
2642
+ Parameters: {"post_id"=>"191", "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"}
2643
+ Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "191"]]
2644
+ SQL (11.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", Wed, 04 Jan 2012 22:03:33 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 191], ["state", nil], ["updated_at", Wed, 04 Jan 2012 22:03:33 UTC +00:00], ["website", "http://gavinmorrice.com"]]
2645
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 191 LIMIT 1
2646
+ SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 191
2647
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 22:03:33.638391' WHERE "blog_posts"."id" = 191
2648
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
2649
+ Rendered /Users/Gavin/Gems/blogit/app/views/blogit/comments/create.js.erb (9.7ms)
2650
+ Completed 200 OK in 275ms (Views: 87.8ms | ActiveRecord: 12.4ms)
2651
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 191
2652
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1
2653
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 191
2654
+ Processing by Blogit::CommentsController#create as HTML
2655
+ Parameters: {"post_id"=>"191", "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"}
2656
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "191"]]
2657
+ 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", Wed, 04 Jan 2012 22:03:33 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 191], ["state", nil], ["updated_at", Wed, 04 Jan 2012 22:03:33 UTC +00:00], ["website", "http://gavinmorrice.com"]]
2658
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 191 LIMIT 1
2659
+ SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 191
2660
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 22:03:33.882071' WHERE "blog_posts"."id" = 191
2661
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
2662
+ Redirected to http://test.host/blog/posts/191-tis-is-a-blog-post-title
2663
+ Completed 302 Found in 15ms
2664
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 191
2665
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1
2666
+ Processing by Blogit::CommentsController#create as HTML
2667
+ Parameters: {"post_id"=>"191", "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"}
2668
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "191"]]
2669
+ 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", Wed, 04 Jan 2012 22:03:33 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 191], ["state", nil], ["updated_at", Wed, 04 Jan 2012 22:03:33 UTC +00:00], ["website", "http://gavinmorrice.com"]]
2670
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 191 LIMIT 1
2671
+ SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 191
2672
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 22:03:33.900624' WHERE "blog_posts"."id" = 191
2673
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
2674
+ Redirected to http://test.host/blog/posts/191-tis-is-a-blog-post-title
2675
+ Completed 302 Found in 17ms
2676
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1
2677
+ Processing by Blogit::CommentsController#create as HTML
2678
+ Parameters: {"post_id"=>"191", "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"}
2679
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "191"]]
2680
+ 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", Wed, 04 Jan 2012 22:03:33 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 191], ["state", nil], ["updated_at", Wed, 04 Jan 2012 22:03:33 UTC +00:00], ["website", "http://gavinmorrice.com"]]
2681
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 191 LIMIT 1
2682
+ SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 191
2683
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 22:03:33.920937' WHERE "blog_posts"."id" = 191
2684
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
2685
+ Redirected to http://test.host/blog/posts/191-tis-is-a-blog-post-title
2686
+ Completed 302 Found in 16ms
2687
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1
2688
+ 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", Wed, 04 Jan 2012 22:03:33 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 191], ["state", nil], ["updated_at", Wed, 04 Jan 2012 22:03:33 UTC +00:00], ["website", "http://gavinmorrice.com"]]
2689
+ SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 191
2690
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 22:03:33.937658' WHERE "blog_posts"."id" = 191
2691
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
2692
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
2693
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 191]]
2694
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 191
2695
+ Processing by Blogit::CommentsController#destroy as JS
2696
+ Parameters: {"id"=>"59", "post_id"=>"191", "use_route"=>"blogit"}
2697
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "191"]]
2698
+ Blogit::Comment Load (0.1ms) SELECT "blog_comments".* FROM "blog_comments" WHERE "blog_comments"."post_id" = 191 AND "blog_comments"."id" = ? LIMIT 1 [["id", "59"]]
2699
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 191 LIMIT 1
2700
+ SQL (0.2ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) - 1 WHERE "blog_posts"."id" = 191
2701
+ SQL (0.1ms) DELETE FROM "blog_comments" WHERE "blog_comments"."id" = ? [["id", 59]]
2702
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 22:03:33.949311' WHERE "blog_posts"."id" = 191
2703
+ Completed 200 OK in 11ms (Views: 1.5ms | ActiveRecord: 0.7ms)
2704
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 191]]
2705
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 191
2706
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1
2707
+ 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", Wed, 04 Jan 2012 22:03:33 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 191], ["state", nil], ["updated_at", Wed, 04 Jan 2012 22:03:33 UTC +00:00], ["website", "http://gavinmorrice.com"]]
2708
+ SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 191
2709
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 22:03:33.963427' WHERE "blog_posts"."id" = 191
2710
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
2711
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
2712
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 191]]
2713
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 191
2714
+ Processing by Blogit::CommentsController#destroy as HTML
2715
+ Parameters: {"id"=>"60", "post_id"=>"191", "use_route"=>"blogit"}
2716
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "191"]]
2717
+ Blogit::Comment Load (0.0ms) SELECT "blog_comments".* FROM "blog_comments" WHERE "blog_comments"."post_id" = 191 AND "blog_comments"."id" = ? LIMIT 1 [["id", "60"]]
2718
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 191 LIMIT 1
2719
+ SQL (0.2ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) - 1 WHERE "blog_posts"."id" = 191
2720
+ SQL (0.1ms) DELETE FROM "blog_comments" WHERE "blog_comments"."id" = ? [["id", 60]]
2721
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 22:03:33.975830' WHERE "blog_posts"."id" = 191
2722
+ Redirected to http://test.host/blog/posts/191-tis-is-a-blog-post-title
2723
+ Completed 302 Found in 8ms
2724
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 191]]
2725
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 191
2726
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1
2727
+ 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", Wed, 04 Jan 2012 22:03:33 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 191], ["state", nil], ["updated_at", Wed, 04 Jan 2012 22:03:33 UTC +00:00], ["website", "http://gavinmorrice.com"]]
2728
+ SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 191
2729
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 22:03:33.986869' WHERE "blog_posts"."id" = 191
2730
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
2731
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
2732
+ Processing by Blogit::CommentsController#destroy as HTML
2733
+ Parameters: {"id"=>"61", "post_id"=>"191", "use_route"=>"blogit"}
2734
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "191"]]
2735
+ Blogit::Comment Load (0.0ms) SELECT "blog_comments".* FROM "blog_comments" WHERE "blog_comments"."post_id" = 191 AND "blog_comments"."id" = ? LIMIT 1 [["id", "61"]]
2736
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 191 LIMIT 1
2737
+ SQL (0.2ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) - 1 WHERE "blog_posts"."id" = 191
2738
+ SQL (0.1ms) DELETE FROM "blog_comments" WHERE "blog_comments"."id" = ? [["id", 61]]
2739
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 22:03:33.997573' WHERE "blog_posts"."id" = 191
2740
+ Redirected to http://test.host/blog/posts/191-tis-is-a-blog-post-title
2741
+ Completed 302 Found in 9ms
2742
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1
2743
+ 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", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 191], ["state", nil], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["website", "http://gavinmorrice.com"]]
2744
+ SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 191
2745
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 22:03:34.008567' WHERE "blog_posts"."id" = 191
2746
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
2747
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments"
2748
+ Processing by Blogit::CommentsController#destroy as HTML
2749
+ Parameters: {"id"=>"62", "post_id"=>"191", "use_route"=>"blogit"}
2750
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1
2751
+ Redirected to http://test.host/blog/
2752
+ Completed 302 Found in 1ms
2753
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments"
2754
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1
2755
+ 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", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 191], ["state", nil], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["website", "http://gavinmorrice.com"]]
2756
+ SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 191
2757
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 22:03:34.021983' WHERE "blog_posts"."id" = 191
2758
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
2759
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments"
2760
+ Processing by Blogit::CommentsController#destroy as HTML
2761
+ Parameters: {"id"=>"63", "post_id"=>"191", "use_route"=>"blogit"}
2762
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1
2763
+ Redirected to http://test.host/blog/
2764
+ Completed 302 Found in 1ms
2765
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments"
2766
+ Processing by Blogit::PostsController#index as HTML
2767
+ Parameters: {"page"=>"", "use_route"=>"blogit"}
2768
+ Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
2769
+ Processing by Blogit::PostsController#index as HTML
2770
+ Parameters: {"page"=>"2", "use_route"=>"blogit"}
2771
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
2772
+ Processing by Blogit::PostsController#index as XML
2773
+ Parameters: {"page"=>"", "use_route"=>"blogit"}
2774
+ Completed 200 OK in 17ms (Views: 16.8ms | ActiveRecord: 0.0ms)
2775
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
2776
+ Processing by Blogit::PostsController#new as HTML
2777
+ Parameters: {"use_route"=>"blogit"}
2778
+ Completed 200 OK in 6ms (Views: 1.2ms | ActiveRecord: 0.0ms)
2779
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
2780
+ Processing by Blogit::PostsController#new as HTML
2781
+ Parameters: {"use_route"=>"blogit"}
2782
+ Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
2783
+ Processing by Blogit::PostsController#new as HTML
2784
+ Parameters: {"use_route"=>"blogit"}
2785
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1
2786
+ Redirected to http://test.host/blog/
2787
+ Completed 302 Found in 1ms
2788
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
2789
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["username", "bodacious"]]
2790
+ Processing by Blogit::PostsController#create as HTML
2791
+ 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"}
2792
+ Redirected to http://test.host/blog/posts
2793
+ Completed 302 Found in 1ms
2794
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
2795
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["username", "bodacious"]]
2796
+ Processing by Blogit::PostsController#edit as HTML
2797
+ Parameters: {"id"=>"1", "use_route"=>"blogit"}
2798
+ Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
2799
+ Processing by Blogit::PostsController#edit as HTML
2800
+ Parameters: {"id"=>"1", "use_route"=>"blogit"}
2801
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1
2802
+ Redirected to http://test.host/blog/
2803
+ Completed 302 Found in 1ms
2804
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
2805
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["username", "bodacious"]]
2806
+ Processing by Blogit::PostsController#update as HTML
2807
+ Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"}
2808
+ Redirected to http://test.host/blog/posts
2809
+ Completed 302 Found in 1ms
2810
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
2811
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["username", "bodacious"]]
2812
+ Processing by Blogit::PostsController#update as HTML
2813
+ Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"}
2814
+ SQL (0.4ms) 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", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["title", "Something new"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00]]
2815
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
2816
+ Redirected to http://test.host/blog/posts/206-something-new
2817
+ Completed 302 Found in 13ms
2818
+ User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 1
2819
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["username", "bodacious"]]
2820
+ Processing by Blogit::PostsController#update as HTML
2821
+ Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"}
2822
+ SQL (0.4ms) 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", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["title", "Something new"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00]]
2823
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
2824
+ Redirected to http://test.host/blog/posts/207-something-new
2825
+ Completed 302 Found in 14ms
2826
+ Processing by Blogit::PostsController#update as HTML
2827
+ Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"}
2828
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1
2829
+ Redirected to http://test.host/blog/
2830
+ Completed 302 Found in 1ms
2831
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["username", "bodacious"]]
2832
+ Processing by Blogit::PostsController#show as HTML
2833
+ Parameters: {"id"=>"1", "use_route"=>"blogit"}
2834
+ Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
2835
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
2836
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["username", "bodacious"]]
2837
+ Processing by Blogit::PostsController#destroy as HTML
2838
+ Parameters: {"id"=>"1", "use_route"=>"blogit"}
2839
+ Redirected to http://test.host/blog/posts
2840
+ Completed 302 Found in 1ms
2841
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
2842
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["username", "bodacious"]]
2843
+ Processing by Blogit::PostsController#destroy as HTML
2844
+ Parameters: {"id"=>"1", "use_route"=>"blogit"}
2845
+ Redirected to http://test.host/blog/posts
2846
+ Completed 302 Found in 11ms
2847
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
2848
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["username", "bodacious"]]
2849
+ Processing by Blogit::PostsController#destroy as HTML
2850
+ Parameters: {"id"=>"1", "use_route"=>"blogit"}
2851
+ Redirected to http://test.host/blog/posts
2852
+ Completed 302 Found in 1ms
2853
+ Processing by Blogit::PostsController#destroy as HTML
2854
+ Parameters: {"id"=>"1", "use_route"=>"blogit"}
2855
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1
2856
+ Redirected to http://test.host/blog/
2857
+ Completed 302 Found in 1ms
2858
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["username", "bodacious"]]
2859
+ SQL (0.3ms) 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", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00]]
2860
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
2861
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["username", "bodacious"]]
2862
+ SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 278], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00]]
2863
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
2864
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["username", "bodacious"]]
2865
+ SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 279], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00]]
2866
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
2867
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["username", "bodacious"]]
2868
+ SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 280], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00]]
2869
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
2870
+ SQL (0.4ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["username", "bodacious"]]
2871
+ SQL (0.3ms) 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", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00]]
2872
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
2873
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["username", "bodacious"]]
2874
+ SQL (0.2ms) 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", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00]]
2875
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
2876
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["username", "bodacious"]]
2877
+ SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 283], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00]]
2878
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
2879
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["username", "Jeronimo"]]
2880
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 284 LIMIT 1
2881
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["username", "Jeronimo"]]
2882
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 285 LIMIT 1
2883
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
2884
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 191 AND "taggings"."taggable_type" = 'Blogit::Post'
2885
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 191 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
2886
+ SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 191]]
2887
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 192 AND "taggings"."taggable_type" = 'Blogit::Post'
2888
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 192 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
2889
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 192]]
2890
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 193 AND "taggings"."taggable_type" = 'Blogit::Post'
2891
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 193 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
2892
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 193]]
2893
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 194 AND "taggings"."taggable_type" = 'Blogit::Post'
2894
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 194 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
2895
+ SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 194]]
2896
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 195 AND "taggings"."taggable_type" = 'Blogit::Post'
2897
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 195 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
2898
+ SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 195]]
2899
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 196 AND "taggings"."taggable_type" = 'Blogit::Post'
2900
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 196 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
2901
+ SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 196]]
2902
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 197 AND "taggings"."taggable_type" = 'Blogit::Post'
2903
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 197 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
2904
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 197]]
2905
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 198 AND "taggings"."taggable_type" = 'Blogit::Post'
2906
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 198 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
2907
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 198]]
2908
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 199 AND "taggings"."taggable_type" = 'Blogit::Post'
2909
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 199 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
2910
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 199]]
2911
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 200 AND "taggings"."taggable_type" = 'Blogit::Post'
2912
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 200 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
2913
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 200]]
2914
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 201 AND "taggings"."taggable_type" = 'Blogit::Post'
2915
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 201 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
2916
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 201]]
2917
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 202 AND "taggings"."taggable_type" = 'Blogit::Post'
2918
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 202 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
2919
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 202]]
2920
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 203 AND "taggings"."taggable_type" = 'Blogit::Post'
2921
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 203 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
2922
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 203]]
2923
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 204 AND "taggings"."taggable_type" = 'Blogit::Post'
2924
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 204 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
2925
+ SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 204]]
2926
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 205 AND "taggings"."taggable_type" = 'Blogit::Post'
2927
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 205 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
2928
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 205]]
2929
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 206 AND "taggings"."taggable_type" = 'Blogit::Post'
2930
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 206 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
2931
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 206]]
2932
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 207 AND "taggings"."taggable_type" = 'Blogit::Post'
2933
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 207 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
2934
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 207]]
2935
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 208 AND "taggings"."taggable_type" = 'Blogit::Post'
2936
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 208 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
2937
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 208]]
2938
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 209 AND "taggings"."taggable_type" = 'Blogit::Post'
2939
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 209 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
2940
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 209]]
2941
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 210 AND "taggings"."taggable_type" = 'Blogit::Post'
2942
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 210 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
2943
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 210]]
2944
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 211 AND "taggings"."taggable_type" = 'Blogit::Post'
2945
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 211 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
2946
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 211]]
2947
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 212 AND "taggings"."taggable_type" = 'Blogit::Post'
2948
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 212 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
2949
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 212]]
2950
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 213 AND "taggings"."taggable_type" = 'Blogit::Post'
2951
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 213 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
2952
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 213]]
2953
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 214 AND "taggings"."taggable_type" = 'Blogit::Post'
2954
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 214 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
2955
+ SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 214]]
2956
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["username", "bodacious"]]
2957
+ SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 286], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00]]
2958
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
2959
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["username", "bodacious"]]
2960
+ SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 287], ["blogger_type", "User"], ["body", "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, 03 Jan 2012 22:03:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00]]
2961
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
2962
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["username", "bodacious"]]
2963
+ SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 288], ["blogger_type", "User"], ["body", "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, 02 Jan 2012 22:03:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00]]
2964
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
2965
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["username", "bodacious"]]
2966
+ SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 289], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Sun, 01 Jan 2012 22:03:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00]]
2967
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
2968
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["username", "bodacious"]]
2969
+ SQL (0.2ms) 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", Sat, 31 Dec 2011 22:03:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00]]
2970
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
2971
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["username", "bodacious"]]
2972
+ SQL (0.2ms) 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", Fri, 30 Dec 2011 22:03:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00]]
2973
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
2974
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["username", "bodacious"]]
2975
+ SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 292], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Thu, 29 Dec 2011 22:03:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00]]
2976
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
2977
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["username", "bodacious"]]
2978
+ SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 293], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Wed, 28 Dec 2011 22:03:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00]]
2979
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
2980
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["username", "bodacious"]]
2981
+ SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 294], ["blogger_type", "User"], ["body", "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, 27 Dec 2011 22:03:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00]]
2982
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
2983
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["username", "bodacious"]]
2984
+ SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 295], ["blogger_type", "User"], ["body", "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 22:03:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00]]
2985
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
2986
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["username", "bodacious"]]
2987
+ 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", Sun, 25 Dec 2011 22:03:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00]]
2988
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
2989
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["username", "bodacious"]]
2990
+ SQL (0.2ms) 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", Sat, 24 Dec 2011 22:03:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00]]
2991
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
2992
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["username", "bodacious"]]
2993
+ 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", Fri, 23 Dec 2011 22:03:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00]]
2994
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
2995
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["username", "bodacious"]]
2996
+ SQL (0.2ms) 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", Thu, 22 Dec 2011 22:03:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00]]
2997
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
2998
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00], ["username", "bodacious"]]
2999
+ 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", Wed, 21 Dec 2011 22:03:34 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:03:34 UTC +00:00]]
3000
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
3001
+ Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" ORDER BY created_at DESC LIMIT 1 OFFSET 0
3002
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" ORDER BY created_at DESC LIMIT 1
3003
+  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "blog_posts" LIMIT 5 OFFSET 0) subquery_for_count 
3004
+  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "blog_posts" LIMIT 3 OFFSET 0) subquery_for_count
3005
+ Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1
3006
+  (0.2ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 215
3007
+ Processing by Blogit::CommentsController#create as JS
3008
+ Parameters: {"post_id"=>"215", "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"}
3009
+ Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "215"]]
3010
+ SQL (11.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", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 215], ["state", nil], ["updated_at", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["website", "http://gavinmorrice.com"]]
3011
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 215 LIMIT 1
3012
+ SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 215
3013
+ SQL (0.3ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 22:04:14.063273' WHERE "blog_posts"."id" = 215
3014
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
3015
+ Rendered /Users/Gavin/Gems/blogit/app/views/blogit/comments/create.js.erb (9.8ms)
3016
+ Completed 200 OK in 285ms (Views: 91.4ms | ActiveRecord: 12.8ms)
3017
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 215
3018
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1
3019
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 215
3020
+ Processing by Blogit::CommentsController#create as HTML
3021
+ Parameters: {"post_id"=>"215", "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"}
3022
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "215"]]
3023
+ 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", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 215], ["state", nil], ["updated_at", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["website", "http://gavinmorrice.com"]]
3024
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 215 LIMIT 1
3025
+ SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 215
3026
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 22:04:14.317286' WHERE "blog_posts"."id" = 215
3027
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
3028
+ Redirected to http://test.host/blog/posts/215-tis-is-a-blog-post-title
3029
+ Completed 302 Found in 15ms
3030
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 215
3031
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1
3032
+ Processing by Blogit::CommentsController#create as HTML
3033
+ Parameters: {"post_id"=>"215", "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"}
3034
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "215"]]
3035
+ 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", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 215], ["state", nil], ["updated_at", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["website", "http://gavinmorrice.com"]]
3036
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 215 LIMIT 1
3037
+ SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 215
3038
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 22:04:14.335513' WHERE "blog_posts"."id" = 215
3039
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
3040
+ Redirected to http://test.host/blog/posts/215-tis-is-a-blog-post-title
3041
+ Completed 302 Found in 15ms
3042
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1
3043
+ Processing by Blogit::CommentsController#create as HTML
3044
+ Parameters: {"post_id"=>"215", "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"}
3045
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "215"]]
3046
+ 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", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 215], ["state", nil], ["updated_at", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["website", "http://gavinmorrice.com"]]
3047
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 215 LIMIT 1
3048
+ SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 215
3049
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 22:04:14.354806' WHERE "blog_posts"."id" = 215
3050
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
3051
+ Redirected to http://test.host/blog/posts/215-tis-is-a-blog-post-title
3052
+ Completed 302 Found in 18ms
3053
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1
3054
+ 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", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 215], ["state", nil], ["updated_at", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["website", "http://gavinmorrice.com"]]
3055
+ SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 215
3056
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 22:04:14.373214' WHERE "blog_posts"."id" = 215
3057
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
3058
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
3059
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 215]]
3060
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 215
3061
+ Processing by Blogit::CommentsController#destroy as JS
3062
+ Parameters: {"id"=>"68", "post_id"=>"215", "use_route"=>"blogit"}
3063
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "215"]]
3064
+ Blogit::Comment Load (0.1ms) SELECT "blog_comments".* FROM "blog_comments" WHERE "blog_comments"."post_id" = 215 AND "blog_comments"."id" = ? LIMIT 1 [["id", "68"]]
3065
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 215 LIMIT 1
3066
+ SQL (0.2ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) - 1 WHERE "blog_posts"."id" = 215
3067
+ SQL (0.1ms) DELETE FROM "blog_comments" WHERE "blog_comments"."id" = ? [["id", 68]]
3068
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 22:04:14.386350' WHERE "blog_posts"."id" = 215
3069
+ Completed 200 OK in 11ms (Views: 1.6ms | ActiveRecord: 0.8ms)
3070
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 215]]
3071
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 215
3072
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1
3073
+ 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", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 215], ["state", nil], ["updated_at", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["website", "http://gavinmorrice.com"]]
3074
+ SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 215
3075
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 22:04:14.400505' WHERE "blog_posts"."id" = 215
3076
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
3077
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
3078
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 215]]
3079
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 215
3080
+ Processing by Blogit::CommentsController#destroy as HTML
3081
+ Parameters: {"id"=>"69", "post_id"=>"215", "use_route"=>"blogit"}
3082
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "215"]]
3083
+ Blogit::Comment Load (0.0ms) SELECT "blog_comments".* FROM "blog_comments" WHERE "blog_comments"."post_id" = 215 AND "blog_comments"."id" = ? LIMIT 1 [["id", "69"]]
3084
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 215 LIMIT 1
3085
+ SQL (0.2ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) - 1 WHERE "blog_posts"."id" = 215
3086
+ SQL (0.1ms) DELETE FROM "blog_comments" WHERE "blog_comments"."id" = ? [["id", 69]]
3087
+ SQL (0.3ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 22:04:14.412347' WHERE "blog_posts"."id" = 215
3088
+ Redirected to http://test.host/blog/posts/215-tis-is-a-blog-post-title
3089
+ Completed 302 Found in 10ms
3090
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 215]]
3091
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 215
3092
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1
3093
+ 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", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 215], ["state", nil], ["updated_at", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["website", "http://gavinmorrice.com"]]
3094
+ SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 215
3095
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 22:04:14.424894' WHERE "blog_posts"."id" = 215
3096
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
3097
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
3098
+ Processing by Blogit::CommentsController#destroy as HTML
3099
+ Parameters: {"id"=>"70", "post_id"=>"215", "use_route"=>"blogit"}
3100
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "215"]]
3101
+ Blogit::Comment Load (0.0ms) SELECT "blog_comments".* FROM "blog_comments" WHERE "blog_comments"."post_id" = 215 AND "blog_comments"."id" = ? LIMIT 1 [["id", "70"]]
3102
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 215 LIMIT 1
3103
+ SQL (0.2ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) - 1 WHERE "blog_posts"."id" = 215
3104
+ SQL (0.1ms) DELETE FROM "blog_comments" WHERE "blog_comments"."id" = ? [["id", 70]]
3105
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 22:04:14.434972' WHERE "blog_posts"."id" = 215
3106
+ Redirected to http://test.host/blog/posts/215-tis-is-a-blog-post-title
3107
+ Completed 302 Found in 9ms
3108
+ Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1
3109
+ 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", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 215], ["state", nil], ["updated_at", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["website", "http://gavinmorrice.com"]]
3110
+ SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 215
3111
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 22:04:14.446189' WHERE "blog_posts"."id" = 215
3112
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
3113
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments"
3114
+ Processing by Blogit::CommentsController#destroy as HTML
3115
+ Parameters: {"id"=>"71", "post_id"=>"215", "use_route"=>"blogit"}
3116
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1
3117
+ Redirected to http://test.host/blog/
3118
+ Completed 302 Found in 1ms
3119
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments"
3120
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1
3121
+ 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", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 215], ["state", nil], ["updated_at", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["website", "http://gavinmorrice.com"]]
3122
+ SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 215
3123
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 22:04:14.458296' WHERE "blog_posts"."id" = 215
3124
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
3125
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments"
3126
+ Processing by Blogit::CommentsController#destroy as HTML
3127
+ Parameters: {"id"=>"72", "post_id"=>"215", "use_route"=>"blogit"}
3128
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1
3129
+ Redirected to http://test.host/blog/
3130
+ Completed 302 Found in 1ms
3131
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments"
3132
+ Processing by Blogit::PostsController#index as HTML
3133
+ Parameters: {"page"=>"", "use_route"=>"blogit"}
3134
+ Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
3135
+ Processing by Blogit::PostsController#index as HTML
3136
+ Parameters: {"page"=>"2", "use_route"=>"blogit"}
3137
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
3138
+ Processing by Blogit::PostsController#index as XML
3139
+ Parameters: {"page"=>"", "use_route"=>"blogit"}
3140
+ Completed 200 OK in 18ms (Views: 18.0ms | ActiveRecord: 0.0ms)
3141
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
3142
+ Processing by Blogit::PostsController#new as HTML
3143
+ Parameters: {"use_route"=>"blogit"}
3144
+ Completed 200 OK in 6ms (Views: 1.3ms | ActiveRecord: 0.0ms)
3145
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
3146
+ Processing by Blogit::PostsController#new as HTML
3147
+ Parameters: {"use_route"=>"blogit"}
3148
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
3149
+ Processing by Blogit::PostsController#new as HTML
3150
+ Parameters: {"use_route"=>"blogit"}
3151
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1
3152
+ Redirected to http://test.host/blog/
3153
+ Completed 302 Found in 1ms
3154
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
3155
+ SQL (0.4ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["username", "bodacious"]]
3156
+ Processing by Blogit::PostsController#create as HTML
3157
+ 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"}
3158
+ Redirected to http://test.host/blog/posts
3159
+ Completed 302 Found in 1ms
3160
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
3161
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["username", "bodacious"]]
3162
+ Processing by Blogit::PostsController#edit as HTML
3163
+ Parameters: {"id"=>"1", "use_route"=>"blogit"}
3164
+ Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
3165
+ Processing by Blogit::PostsController#edit as HTML
3166
+ Parameters: {"id"=>"1", "use_route"=>"blogit"}
3167
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1
3168
+ Redirected to http://test.host/blog/
3169
+ Completed 302 Found in 1ms
3170
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
3171
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["username", "bodacious"]]
3172
+ Processing by Blogit::PostsController#update as HTML
3173
+ Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"}
3174
+ Redirected to http://test.host/blog/posts
3175
+ Completed 302 Found in 1ms
3176
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
3177
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["username", "bodacious"]]
3178
+ Processing by Blogit::PostsController#update as HTML
3179
+ Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"}
3180
+ SQL (0.4ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 304], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["title", "Something new"], ["updated_at", Wed, 04 Jan 2012 22:04:14 UTC +00:00]]
3181
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
3182
+ Redirected to http://test.host/blog/posts/230-something-new
3183
+ Completed 302 Found in 12ms
3184
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
3185
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["username", "bodacious"]]
3186
+ Processing by Blogit::PostsController#update as HTML
3187
+ Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"}
3188
+ 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", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["title", "Something new"], ["updated_at", Wed, 04 Jan 2012 22:04:14 UTC +00:00]]
3189
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
3190
+ Redirected to http://test.host/blog/posts/231-something-new
3191
+ Completed 302 Found in 14ms
3192
+ Processing by Blogit::PostsController#update as HTML
3193
+ Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"}
3194
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1
3195
+ Redirected to http://test.host/blog/
3196
+ Completed 302 Found in 1ms
3197
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["username", "bodacious"]]
3198
+ Processing by Blogit::PostsController#show as HTML
3199
+ Parameters: {"id"=>"1", "use_route"=>"blogit"}
3200
+ Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
3201
+ User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 1
3202
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["username", "bodacious"]]
3203
+ Processing by Blogit::PostsController#destroy as HTML
3204
+ Parameters: {"id"=>"1", "use_route"=>"blogit"}
3205
+ Redirected to http://test.host/blog/posts
3206
+ Completed 302 Found in 1ms
3207
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
3208
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["username", "bodacious"]]
3209
+ Processing by Blogit::PostsController#destroy as HTML
3210
+ Parameters: {"id"=>"1", "use_route"=>"blogit"}
3211
+ Redirected to http://test.host/blog/posts
3212
+ Completed 302 Found in 11ms
3213
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
3214
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["username", "bodacious"]]
3215
+ Processing by Blogit::PostsController#destroy as HTML
3216
+ Parameters: {"id"=>"1", "use_route"=>"blogit"}
3217
+ Redirected to http://test.host/blog/posts
3218
+ Completed 302 Found in 1ms
3219
+ Processing by Blogit::PostsController#destroy as HTML
3220
+ Parameters: {"id"=>"1", "use_route"=>"blogit"}
3221
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1
3222
+ Redirected to http://test.host/blog/
3223
+ Completed 302 Found in 1ms
3224
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["username", "bodacious"]]
3225
+ SQL (0.2ms) 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", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:04:14 UTC +00:00]]
3226
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
3227
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["username", "bodacious"]]
3228
+ SQL (0.2ms) 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", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:04:14 UTC +00:00]]
3229
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
3230
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["username", "bodacious"]]
3231
+ 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", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:04:14 UTC +00:00]]
3232
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
3233
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["username", "bodacious"]]
3234
+ SQL (0.2ms) 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", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:04:14 UTC +00:00]]
3235
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
3236
+ SQL (0.4ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["username", "bodacious"]]
3237
+ SQL (0.2ms) 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", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:04:14 UTC +00:00]]
3238
+ Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts"
3239
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["username", "bodacious"]]
3240
+ SQL (0.2ms) 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", Wed, 04 Jan 2012 22:04:14 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:04:14 UTC +00:00]]
3241
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
3242
+ SQL (0.4ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:04:15 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:04:15 UTC +00:00], ["username", "bodacious"]]
3243
+ 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", Wed, 04 Jan 2012 22:04:15 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:04:15 UTC +00:00]]
3244
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
3245
+ SQL (0.4ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:04:15 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:04:15 UTC +00:00], ["username", "Jeronimo"]]
3246
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 317 LIMIT 1
3247
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:04:15 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:04:15 UTC +00:00], ["username", "Jeronimo"]]
3248
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 318 LIMIT 1
3249
+ Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" 
3250
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 215 AND "taggings"."taggable_type" = 'Blogit::Post'
3251
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 215 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3252
+ SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 215]]
3253
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 216 AND "taggings"."taggable_type" = 'Blogit::Post'
3254
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 216 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3255
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 216]]
3256
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 217 AND "taggings"."taggable_type" = 'Blogit::Post'
3257
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 217 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3258
+ SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 217]]
3259
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 218 AND "taggings"."taggable_type" = 'Blogit::Post'
3260
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 218 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3261
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 218]]
3262
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 219 AND "taggings"."taggable_type" = 'Blogit::Post'
3263
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 219 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3264
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 219]]
3265
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 220 AND "taggings"."taggable_type" = 'Blogit::Post'
3266
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 220 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3267
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 220]]
3268
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 221 AND "taggings"."taggable_type" = 'Blogit::Post'
3269
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 221 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3270
+ SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 221]]
3271
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 222 AND "taggings"."taggable_type" = 'Blogit::Post'
3272
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 222 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3273
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 222]]
3274
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 223 AND "taggings"."taggable_type" = 'Blogit::Post'
3275
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 223 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3276
+ SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 223]]
3277
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 224 AND "taggings"."taggable_type" = 'Blogit::Post'
3278
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 224 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3279
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 224]]
3280
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 225 AND "taggings"."taggable_type" = 'Blogit::Post'
3281
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 225 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3282
+ SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 225]]
3283
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 226 AND "taggings"."taggable_type" = 'Blogit::Post'
3284
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 226 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3285
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 226]]
3286
+ ActsAsTaggableOn::Tagging Load (0.2ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 227 AND "taggings"."taggable_type" = 'Blogit::Post'
3287
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 227 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3288
+ SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 227]]
3289
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 228 AND "taggings"."taggable_type" = 'Blogit::Post'
3290
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 228 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3291
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 228]]
3292
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 229 AND "taggings"."taggable_type" = 'Blogit::Post'
3293
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 229 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3294
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 229]]
3295
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 230 AND "taggings"."taggable_type" = 'Blogit::Post'
3296
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 230 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3297
+ SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 230]]
3298
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 231 AND "taggings"."taggable_type" = 'Blogit::Post'
3299
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 231 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3300
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 231]]
3301
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 232 AND "taggings"."taggable_type" = 'Blogit::Post'
3302
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 232 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3303
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 232]]
3304
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 233 AND "taggings"."taggable_type" = 'Blogit::Post'
3305
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 233 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3306
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 233]]
3307
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 234 AND "taggings"."taggable_type" = 'Blogit::Post'
3308
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 234 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3309
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 234]]
3310
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 235 AND "taggings"."taggable_type" = 'Blogit::Post'
3311
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 235 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3312
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 235]]
3313
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 236 AND "taggings"."taggable_type" = 'Blogit::Post'
3314
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 236 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3315
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 236]]
3316
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 237 AND "taggings"."taggable_type" = 'Blogit::Post'
3317
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 237 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3318
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 237]]
3319
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 238 AND "taggings"."taggable_type" = 'Blogit::Post'
3320
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 238 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3321
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 238]]
3322
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:04:15 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:04:15 UTC +00:00], ["username", "bodacious"]]
3323
+ 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", Wed, 04 Jan 2012 22:04:15 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:04:15 UTC +00:00]]
3324
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
3325
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:04:15 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:04:15 UTC +00:00], ["username", "bodacious"]]
3326
+ SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 320], ["blogger_type", "User"], ["body", "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, 03 Jan 2012 22:04:15 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:04:15 UTC +00:00]]
3327
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
3328
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:04:15 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:04:15 UTC +00:00], ["username", "bodacious"]]
3329
+ SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 321], ["blogger_type", "User"], ["body", "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, 02 Jan 2012 22:04:15 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:04:15 UTC +00:00]]
3330
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
3331
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:04:15 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:04:15 UTC +00:00], ["username", "bodacious"]]
3332
+ SQL (0.4ms) 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", Sun, 01 Jan 2012 22:04:15 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:04:15 UTC +00:00]]
3333
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
3334
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:04:15 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:04:15 UTC +00:00], ["username", "bodacious"]]
3335
+ SQL (0.3ms) 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", Sat, 31 Dec 2011 22:04:15 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:04:15 UTC +00:00]]
3336
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
3337
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:04:15 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:04:15 UTC +00:00], ["username", "bodacious"]]
3338
+ SQL (0.2ms) 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", Fri, 30 Dec 2011 22:04:15 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:04:15 UTC +00:00]]
3339
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
3340
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:04:15 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:04:15 UTC +00:00], ["username", "bodacious"]]
3341
+ 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", Thu, 29 Dec 2011 22:04:15 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:04:15 UTC +00:00]]
3342
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
3343
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:04:15 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:04:15 UTC +00:00], ["username", "bodacious"]]
3344
+ SQL (0.2ms) 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", Wed, 28 Dec 2011 22:04:15 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:04:15 UTC +00:00]]
3345
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
3346
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:04:15 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:04:15 UTC +00:00], ["username", "bodacious"]]
3347
+ SQL (0.2ms) 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, 27 Dec 2011 22:04:15 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:04:15 UTC +00:00]]
3348
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
3349
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:04:15 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:04:15 UTC +00:00], ["username", "bodacious"]]
3350
+ 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", Mon, 26 Dec 2011 22:04:15 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:04:15 UTC +00:00]]
3351
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
3352
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:04:15 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:04:15 UTC +00:00], ["username", "bodacious"]]
3353
+ 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", Sun, 25 Dec 2011 22:04:15 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:04:15 UTC +00:00]]
3354
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
3355
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:04:15 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:04:15 UTC +00:00], ["username", "bodacious"]]
3356
+ 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", Sat, 24 Dec 2011 22:04:15 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:04:15 UTC +00:00]]
3357
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
3358
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:04:15 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:04:15 UTC +00:00], ["username", "bodacious"]]
3359
+ 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", Fri, 23 Dec 2011 22:04:15 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:04:15 UTC +00:00]]
3360
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
3361
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:04:15 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:04:15 UTC +00:00], ["username", "bodacious"]]
3362
+ SQL (0.2ms) 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", Thu, 22 Dec 2011 22:04:15 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:04:15 UTC +00:00]]
3363
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
3364
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:04:15 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:04:15 UTC +00:00], ["username", "bodacious"]]
3365
+ 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", Wed, 21 Dec 2011 22:04:15 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:04:15 UTC +00:00]]
3366
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
3367
+ Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" ORDER BY created_at DESC LIMIT 1 OFFSET 0
3368
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" ORDER BY created_at DESC LIMIT 1
3369
+  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "blog_posts" LIMIT 5 OFFSET 0) subquery_for_count 
3370
+  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "blog_posts" LIMIT 3 OFFSET 0) subquery_for_count
3371
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1
3372
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 239
3373
+ Processing by Blogit::CommentsController#create as JS
3374
+ Parameters: {"post_id"=>"239", "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"}
3375
+ Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "239"]]
3376
+ SQL (13.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", Wed, 04 Jan 2012 22:13:57 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 239], ["state", nil], ["updated_at", Wed, 04 Jan 2012 22:13:57 UTC +00:00], ["website", "http://gavinmorrice.com"]]
3377
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 239 LIMIT 1
3378
+ SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 239
3379
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 22:13:57.749123' WHERE "blog_posts"."id" = 239
3380
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
3381
+ Rendered /Users/Gavin/Gems/blogit/app/views/blogit/comments/create.js.erb (9.7ms)
3382
+ Completed 200 OK in 354ms (Views: 87.4ms | ActiveRecord: 14.5ms)
3383
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 239
3384
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1
3385
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 239
3386
+ Processing by Blogit::CommentsController#create as HTML
3387
+ Parameters: {"post_id"=>"239", "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"}
3388
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "239"]]
3389
+ 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", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 239], ["state", nil], ["updated_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["website", "http://gavinmorrice.com"]]
3390
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 239 LIMIT 1
3391
+ SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 239
3392
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 22:13:58.067506' WHERE "blog_posts"."id" = 239
3393
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
3394
+ Redirected to http://test.host/blog/posts/239-tis-is-a-blog-post-title
3395
+ Completed 302 Found in 15ms
3396
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 239
3397
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1
3398
+ Processing by Blogit::CommentsController#create as HTML
3399
+ Parameters: {"post_id"=>"239", "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"}
3400
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "239"]]
3401
+ 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", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 239], ["state", nil], ["updated_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["website", "http://gavinmorrice.com"]]
3402
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 239 LIMIT 1
3403
+ SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 239
3404
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 22:13:58.086407' WHERE "blog_posts"."id" = 239
3405
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
3406
+ Redirected to http://test.host/blog/posts/239-tis-is-a-blog-post-title
3407
+ Completed 302 Found in 15ms
3408
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1
3409
+ Processing by Blogit::CommentsController#create as HTML
3410
+ Parameters: {"post_id"=>"239", "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"}
3411
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "239"]]
3412
+ 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", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 239], ["state", nil], ["updated_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["website", "http://gavinmorrice.com"]]
3413
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 239 LIMIT 1
3414
+ SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 239
3415
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 22:13:58.104443' WHERE "blog_posts"."id" = 239
3416
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
3417
+ Redirected to http://test.host/blog/posts/239-tis-is-a-blog-post-title
3418
+ Completed 302 Found in 15ms
3419
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1
3420
+ 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", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 239], ["state", nil], ["updated_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["website", "http://gavinmorrice.com"]]
3421
+ SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 239
3422
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 22:13:58.120897' WHERE "blog_posts"."id" = 239
3423
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
3424
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
3425
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 239]]
3426
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 239
3427
+ Processing by Blogit::CommentsController#destroy as JS
3428
+ Parameters: {"id"=>"77", "post_id"=>"239", "use_route"=>"blogit"}
3429
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "239"]]
3430
+ Blogit::Comment Load (0.1ms) SELECT "blog_comments".* FROM "blog_comments" WHERE "blog_comments"."post_id" = 239 AND "blog_comments"."id" = ? LIMIT 1 [["id", "77"]]
3431
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 239 LIMIT 1
3432
+ SQL (0.2ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) - 1 WHERE "blog_posts"."id" = 239
3433
+ SQL (0.2ms) DELETE FROM "blog_comments" WHERE "blog_comments"."id" = ? [["id", 77]]
3434
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 22:13:58.134949' WHERE "blog_posts"."id" = 239
3435
+ Completed 200 OK in 11ms (Views: 1.5ms | ActiveRecord: 0.9ms)
3436
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 239]]
3437
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 239
3438
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1
3439
+ 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", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 239], ["state", nil], ["updated_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["website", "http://gavinmorrice.com"]]
3440
+ SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 239
3441
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 22:13:58.148256' WHERE "blog_posts"."id" = 239
3442
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
3443
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
3444
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 239]]
3445
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 239
3446
+ Processing by Blogit::CommentsController#destroy as HTML
3447
+ Parameters: {"id"=>"78", "post_id"=>"239", "use_route"=>"blogit"}
3448
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "239"]]
3449
+ Blogit::Comment Load (0.0ms) SELECT "blog_comments".* FROM "blog_comments" WHERE "blog_comments"."post_id" = 239 AND "blog_comments"."id" = ? LIMIT 1 [["id", "78"]]
3450
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 239 LIMIT 1
3451
+ SQL (0.2ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) - 1 WHERE "blog_posts"."id" = 239
3452
+ SQL (0.1ms) DELETE FROM "blog_comments" WHERE "blog_comments"."id" = ? [["id", 78]]
3453
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 22:13:58.161441' WHERE "blog_posts"."id" = 239
3454
+ Redirected to http://test.host/blog/posts/239-tis-is-a-blog-post-title
3455
+ Completed 302 Found in 9ms
3456
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 239]]
3457
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 239
3458
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1
3459
+ 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", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 239], ["state", nil], ["updated_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["website", "http://gavinmorrice.com"]]
3460
+ SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 239
3461
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 22:13:58.173529' WHERE "blog_posts"."id" = 239
3462
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
3463
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
3464
+ Processing by Blogit::CommentsController#destroy as HTML
3465
+ Parameters: {"id"=>"79", "post_id"=>"239", "use_route"=>"blogit"}
3466
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "239"]]
3467
+ Blogit::Comment Load (0.0ms) SELECT "blog_comments".* FROM "blog_comments" WHERE "blog_comments"."post_id" = 239 AND "blog_comments"."id" = ? LIMIT 1 [["id", "79"]]
3468
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 239 LIMIT 1
3469
+ SQL (0.2ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) - 1 WHERE "blog_posts"."id" = 239
3470
+ SQL (0.1ms) DELETE FROM "blog_comments" WHERE "blog_comments"."id" = ? [["id", 79]]
3471
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 22:13:58.184603' WHERE "blog_posts"."id" = 239
3472
+ Redirected to http://test.host/blog/posts/239-tis-is-a-blog-post-title
3473
+ Completed 302 Found in 11ms
3474
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1
3475
+ 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", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 239], ["state", nil], ["updated_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["website", "http://gavinmorrice.com"]]
3476
+ SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 239
3477
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 22:13:58.197921' WHERE "blog_posts"."id" = 239
3478
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
3479
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments"
3480
+ Processing by Blogit::CommentsController#destroy as HTML
3481
+ Parameters: {"id"=>"80", "post_id"=>"239", "use_route"=>"blogit"}
3482
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1
3483
+ Redirected to http://test.host/blog/
3484
+ Completed 302 Found in 1ms
3485
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments"
3486
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1
3487
+ 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", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 239], ["state", nil], ["updated_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["website", "http://gavinmorrice.com"]]
3488
+ SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 239
3489
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 22:13:58.211270' WHERE "blog_posts"."id" = 239
3490
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
3491
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments"
3492
+ Processing by Blogit::CommentsController#destroy as HTML
3493
+ Parameters: {"id"=>"81", "post_id"=>"239", "use_route"=>"blogit"}
3494
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1
3495
+ Redirected to http://test.host/blog/
3496
+ Completed 302 Found in 1ms
3497
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments"
3498
+ Processing by Blogit::PostsController#index as HTML
3499
+ Parameters: {"page"=>"", "use_route"=>"blogit"}
3500
+ Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
3501
+ Processing by Blogit::PostsController#index as HTML
3502
+ Parameters: {"page"=>"2", "use_route"=>"blogit"}
3503
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
3504
+ Processing by Blogit::PostsController#index as XML
3505
+ Parameters: {"page"=>"", "use_route"=>"blogit"}
3506
+ Completed 200 OK in 17ms (Views: 17.3ms | ActiveRecord: 0.0ms)
3507
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
3508
+ Processing by Blogit::PostsController#new as HTML
3509
+ Parameters: {"use_route"=>"blogit"}
3510
+ Completed 200 OK in 6ms (Views: 1.3ms | ActiveRecord: 0.0ms)
3511
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
3512
+ Processing by Blogit::PostsController#new as HTML
3513
+ Parameters: {"use_route"=>"blogit"}
3514
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
3515
+ Processing by Blogit::PostsController#new as HTML
3516
+ Parameters: {"use_route"=>"blogit"}
3517
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1
3518
+ Redirected to http://test.host/blog/
3519
+ Completed 302 Found in 1ms
3520
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
3521
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["username", "bodacious"]]
3522
+ Processing by Blogit::PostsController#create as HTML
3523
+ 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"}
3524
+ Redirected to http://test.host/blog/posts
3525
+ Completed 302 Found in 1ms
3526
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
3527
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["username", "bodacious"]]
3528
+ Processing by Blogit::PostsController#edit as HTML
3529
+ Parameters: {"id"=>"1", "use_route"=>"blogit"}
3530
+ Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
3531
+ Processing by Blogit::PostsController#edit as HTML
3532
+ Parameters: {"id"=>"1", "use_route"=>"blogit"}
3533
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1
3534
+ Redirected to http://test.host/blog/
3535
+ Completed 302 Found in 1ms
3536
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
3537
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["username", "bodacious"]]
3538
+ Processing by Blogit::PostsController#update as HTML
3539
+ Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"}
3540
+ Redirected to http://test.host/blog/posts
3541
+ Completed 302 Found in 1ms
3542
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
3543
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["username", "bodacious"]]
3544
+ Processing by Blogit::PostsController#update as HTML
3545
+ Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"}
3546
+ SQL (0.4ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 337], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["title", "Something new"], ["updated_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00]]
3547
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
3548
+ Redirected to http://test.host/blog/posts/254-something-new
3549
+ Completed 302 Found in 13ms
3550
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
3551
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["username", "bodacious"]]
3552
+ Processing by Blogit::PostsController#update as HTML
3553
+ Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"}
3554
+ SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 338], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["title", "Something new"], ["updated_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00]]
3555
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
3556
+ Redirected to http://test.host/blog/posts/255-something-new
3557
+ Completed 302 Found in 49ms
3558
+ Processing by Blogit::PostsController#update as HTML
3559
+ Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"}
3560
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1
3561
+ Redirected to http://test.host/blog/
3562
+ Completed 302 Found in 1ms
3563
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["username", "bodacious"]]
3564
+ Processing by Blogit::PostsController#show as HTML
3565
+ Parameters: {"id"=>"1", "use_route"=>"blogit"}
3566
+ Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
3567
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
3568
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["username", "bodacious"]]
3569
+ Processing by Blogit::PostsController#destroy as HTML
3570
+ Parameters: {"id"=>"1", "use_route"=>"blogit"}
3571
+ Redirected to http://test.host/blog/posts
3572
+ Completed 302 Found in 1ms
3573
+ User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 1
3574
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["username", "bodacious"]]
3575
+ Processing by Blogit::PostsController#destroy as HTML
3576
+ Parameters: {"id"=>"1", "use_route"=>"blogit"}
3577
+ Redirected to http://test.host/blog/posts
3578
+ Completed 302 Found in 13ms
3579
+ User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 1
3580
+ SQL (0.4ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["username", "bodacious"]]
3581
+ Processing by Blogit::PostsController#destroy as HTML
3582
+ Parameters: {"id"=>"1", "use_route"=>"blogit"}
3583
+ Redirected to http://test.host/blog/posts
3584
+ Completed 302 Found in 1ms
3585
+ Processing by Blogit::PostsController#destroy as HTML
3586
+ Parameters: {"id"=>"1", "use_route"=>"blogit"}
3587
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1
3588
+ Redirected to http://test.host/blog/
3589
+ Completed 302 Found in 1ms
3590
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["username", "bodacious"]]
3591
+ SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 343], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00]]
3592
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
3593
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["username", "bodacious"]]
3594
+ SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 344], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00]]
3595
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
3596
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["username", "bodacious"]]
3597
+ SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 345], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00]]
3598
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
3599
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["username", "bodacious"]]
3600
+ SQL (0.2ms) 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", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00]]
3601
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
3602
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["username", "bodacious"]]
3603
+ 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", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00]]
3604
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
3605
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["username", "bodacious"]]
3606
+ SQL (0.3ms) 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", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00]]
3607
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
3608
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["username", "bodacious"]]
3609
+ SQL (0.3ms) 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", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00]]
3610
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
3611
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["username", "Jeronimo"]]
3612
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 350 LIMIT 1
3613
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["username", "Jeronimo"]]
3614
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 351 LIMIT 1
3615
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
3616
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 239 AND "taggings"."taggable_type" = 'Blogit::Post'
3617
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 239 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3618
+ SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 239]]
3619
+ ActsAsTaggableOn::Tagging Load (0.2ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 240 AND "taggings"."taggable_type" = 'Blogit::Post'
3620
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 240 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3621
+ SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 240]]
3622
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 241 AND "taggings"."taggable_type" = 'Blogit::Post'
3623
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 241 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3624
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 241]]
3625
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 242 AND "taggings"."taggable_type" = 'Blogit::Post'
3626
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 242 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3627
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 242]]
3628
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 243 AND "taggings"."taggable_type" = 'Blogit::Post'
3629
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 243 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3630
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 243]]
3631
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 244 AND "taggings"."taggable_type" = 'Blogit::Post'
3632
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 244 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3633
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 244]]
3634
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 245 AND "taggings"."taggable_type" = 'Blogit::Post'
3635
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 245 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3636
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 245]]
3637
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 246 AND "taggings"."taggable_type" = 'Blogit::Post'
3638
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 246 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3639
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 246]]
3640
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 247 AND "taggings"."taggable_type" = 'Blogit::Post'
3641
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 247 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3642
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 247]]
3643
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 248 AND "taggings"."taggable_type" = 'Blogit::Post'
3644
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 248 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3645
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 248]]
3646
+ ActsAsTaggableOn::Tagging Load (0.2ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 249 AND "taggings"."taggable_type" = 'Blogit::Post'
3647
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 249 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3648
+ SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 249]]
3649
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 250 AND "taggings"."taggable_type" = 'Blogit::Post'
3650
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 250 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3651
+ SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 250]]
3652
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 251 AND "taggings"."taggable_type" = 'Blogit::Post'
3653
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 251 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3654
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 251]]
3655
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 252 AND "taggings"."taggable_type" = 'Blogit::Post'
3656
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 252 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3657
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 252]]
3658
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 253 AND "taggings"."taggable_type" = 'Blogit::Post'
3659
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 253 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3660
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 253]]
3661
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 254 AND "taggings"."taggable_type" = 'Blogit::Post'
3662
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 254 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3663
+ SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 254]]
3664
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 255 AND "taggings"."taggable_type" = 'Blogit::Post'
3665
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 255 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3666
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 255]]
3667
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 256 AND "taggings"."taggable_type" = 'Blogit::Post'
3668
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 256 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3669
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 256]]
3670
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 257 AND "taggings"."taggable_type" = 'Blogit::Post'
3671
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 257 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3672
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 257]]
3673
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 258 AND "taggings"."taggable_type" = 'Blogit::Post'
3674
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 258 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3675
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 258]]
3676
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 259 AND "taggings"."taggable_type" = 'Blogit::Post'
3677
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 259 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3678
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 259]]
3679
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 260 AND "taggings"."taggable_type" = 'Blogit::Post'
3680
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 260 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3681
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 260]]
3682
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 261 AND "taggings"."taggable_type" = 'Blogit::Post'
3683
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 261 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3684
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 261]]
3685
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 262 AND "taggings"."taggable_type" = 'Blogit::Post'
3686
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 262 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3687
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 262]]
3688
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["username", "bodacious"]]
3689
+ SQL (0.2ms) 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", Wed, 04 Jan 2012 22:13:58 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:13:58 UTC +00:00]]
3690
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
3691
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:13:59 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:13:59 UTC +00:00], ["username", "bodacious"]]
3692
+ SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 353], ["blogger_type", "User"], ["body", "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, 03 Jan 2012 22:13:59 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:13:59 UTC +00:00]]
3693
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
3694
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:13:59 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:13:59 UTC +00:00], ["username", "bodacious"]]
3695
+ SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 354], ["blogger_type", "User"], ["body", "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, 02 Jan 2012 22:13:59 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:13:59 UTC +00:00]]
3696
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
3697
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:13:59 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:13:59 UTC +00:00], ["username", "bodacious"]]
3698
+ 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", Sun, 01 Jan 2012 22:13:59 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:13:59 UTC +00:00]]
3699
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
3700
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:13:59 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:13:59 UTC +00:00], ["username", "bodacious"]]
3701
+ SQL (0.3ms) 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", Sat, 31 Dec 2011 22:13:59 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:13:59 UTC +00:00]]
3702
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
3703
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:13:59 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:13:59 UTC +00:00], ["username", "bodacious"]]
3704
+ SQL (0.2ms) 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", Fri, 30 Dec 2011 22:13:59 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:13:59 UTC +00:00]]
3705
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
3706
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:13:59 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:13:59 UTC +00:00], ["username", "bodacious"]]
3707
+ 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", Thu, 29 Dec 2011 22:13:59 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:13:59 UTC +00:00]]
3708
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
3709
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:13:59 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:13:59 UTC +00:00], ["username", "bodacious"]]
3710
+ 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", Wed, 28 Dec 2011 22:13:59 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:13:59 UTC +00:00]]
3711
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
3712
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:13:59 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:13:59 UTC +00:00], ["username", "bodacious"]]
3713
+ SQL (0.2ms) 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, 27 Dec 2011 22:13:59 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:13:59 UTC +00:00]]
3714
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
3715
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:13:59 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:13:59 UTC +00:00], ["username", "bodacious"]]
3716
+ SQL (0.2ms) 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", Mon, 26 Dec 2011 22:13:59 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:13:59 UTC +00:00]]
3717
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
3718
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:13:59 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:13:59 UTC +00:00], ["username", "bodacious"]]
3719
+ SQL (0.2ms) 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", Sun, 25 Dec 2011 22:13:59 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:13:59 UTC +00:00]]
3720
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
3721
+ SQL (0.4ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:13:59 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:13:59 UTC +00:00], ["username", "bodacious"]]
3722
+ 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", Sat, 24 Dec 2011 22:13:59 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:13:59 UTC +00:00]]
3723
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
3724
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:13:59 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:13:59 UTC +00:00], ["username", "bodacious"]]
3725
+ SQL (0.4ms) 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", Fri, 23 Dec 2011 22:13:59 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:13:59 UTC +00:00]]
3726
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
3727
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:13:59 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:13:59 UTC +00:00], ["username", "bodacious"]]
3728
+ SQL (0.3ms) 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", Thu, 22 Dec 2011 22:13:59 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:13:59 UTC +00:00]]
3729
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
3730
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:13:59 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:13:59 UTC +00:00], ["username", "bodacious"]]
3731
+ 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", Wed, 21 Dec 2011 22:13:59 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:13:59 UTC +00:00]]
3732
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
3733
+ Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" ORDER BY created_at DESC LIMIT 1 OFFSET 0
3734
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" ORDER BY created_at DESC LIMIT 1
3735
+  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "blog_posts" LIMIT 5 OFFSET 0) subquery_for_count 
3736
+  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "blog_posts" LIMIT 3 OFFSET 0) subquery_for_count
3737
+ SQL (14.1ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:34:42 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:34:42 UTC +00:00], ["username", "Jeronimo"]]
3738
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 367 LIMIT 1
3739
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:34:42 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:34:42 UTC +00:00], ["username", "Jeronimo"]]
3740
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 368 LIMIT 1
3741
+ Blogit::Post Load (0.3ms) SELECT "blog_posts".* FROM "blog_posts" 
3742
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 263 AND "taggings"."taggable_type" = 'Blogit::Post'
3743
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 263 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3744
+ SQL (0.3ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 263]]
3745
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 264 AND "taggings"."taggable_type" = 'Blogit::Post'
3746
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 264 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3747
+ SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 264]]
3748
+ ActsAsTaggableOn::Tagging Load (0.2ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 265 AND "taggings"."taggable_type" = 'Blogit::Post'
3749
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 265 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3750
+ SQL (0.3ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 265]]
3751
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 266 AND "taggings"."taggable_type" = 'Blogit::Post'
3752
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 266 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3753
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 266]]
3754
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 267 AND "taggings"."taggable_type" = 'Blogit::Post'
3755
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 267 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3756
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 267]]
3757
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 268 AND "taggings"."taggable_type" = 'Blogit::Post'
3758
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 268 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3759
+ SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 268]]
3760
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 269 AND "taggings"."taggable_type" = 'Blogit::Post'
3761
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 269 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3762
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 269]]
3763
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 270 AND "taggings"."taggable_type" = 'Blogit::Post'
3764
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 270 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3765
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 270]]
3766
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 271 AND "taggings"."taggable_type" = 'Blogit::Post'
3767
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 271 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3768
+ SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 271]]
3769
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 272 AND "taggings"."taggable_type" = 'Blogit::Post'
3770
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 272 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3771
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 272]]
3772
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 273 AND "taggings"."taggable_type" = 'Blogit::Post'
3773
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 273 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3774
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 273]]
3775
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 274 AND "taggings"."taggable_type" = 'Blogit::Post'
3776
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 274 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3777
+ SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 274]]
3778
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 275 AND "taggings"."taggable_type" = 'Blogit::Post'
3779
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 275 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3780
+ SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 275]]
3781
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 276 AND "taggings"."taggable_type" = 'Blogit::Post'
3782
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 276 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3783
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 276]]
3784
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 277 AND "taggings"."taggable_type" = 'Blogit::Post'
3785
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 277 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
3786
+ SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 277]]
3787
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:34:42 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:34:42 UTC +00:00], ["username", "bodacious"]]
3788
+ 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", Wed, 04 Jan 2012 22:34:42 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:34:42 UTC +00:00]]
3789
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
3790
+ SQL (0.4ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:34:42 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:34:42 UTC +00:00], ["username", "bodacious"]]
3791
+ SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 370], ["blogger_type", "User"], ["body", "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, 03 Jan 2012 22:34:42 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:34:42 UTC +00:00]]
3792
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
3793
+ SQL (0.4ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:34:42 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:34:42 UTC +00:00], ["username", "bodacious"]]
3794
+ SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 371], ["blogger_type", "User"], ["body", "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, 02 Jan 2012 22:34:42 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:34:42 UTC +00:00]]
3795
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
3796
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:34:42 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:34:42 UTC +00:00], ["username", "bodacious"]]
3797
+ SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 372], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Sun, 01 Jan 2012 22:34:42 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:34:42 UTC +00:00]]
3798
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
3799
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:34:42 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:34:42 UTC +00:00], ["username", "bodacious"]]
3800
+ SQL (0.2ms) 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", Sat, 31 Dec 2011 22:34:42 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:34:42 UTC +00:00]]
3801
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
3802
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:34:42 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:34:42 UTC +00:00], ["username", "bodacious"]]
3803
+ SQL (0.2ms) 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", Fri, 30 Dec 2011 22:34:42 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:34:42 UTC +00:00]]
3804
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
3805
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:34:42 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:34:42 UTC +00:00], ["username", "bodacious"]]
3806
+ SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 375], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Thu, 29 Dec 2011 22:34:42 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:34:42 UTC +00:00]]
3807
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
3808
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:34:42 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:34:42 UTC +00:00], ["username", "bodacious"]]
3809
+ SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 376], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Wed, 28 Dec 2011 22:34:42 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:34:42 UTC +00:00]]
3810
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
3811
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:34:42 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:34:42 UTC +00:00], ["username", "bodacious"]]
3812
+ SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 377], ["blogger_type", "User"], ["body", "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, 27 Dec 2011 22:34:42 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:34:42 UTC +00:00]]
3813
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
3814
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:34:42 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:34:42 UTC +00:00], ["username", "bodacious"]]
3815
+ SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 378], ["blogger_type", "User"], ["body", "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 22:34:42 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:34:42 UTC +00:00]]
3816
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
3817
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:34:42 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:34:42 UTC +00:00], ["username", "bodacious"]]
3818
+ 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", Sun, 25 Dec 2011 22:34:42 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:34:42 UTC +00:00]]
3819
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
3820
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:34:42 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:34:42 UTC +00:00], ["username", "bodacious"]]
3821
+ 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", Sat, 24 Dec 2011 22:34:42 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:34:42 UTC +00:00]]
3822
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
3823
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:34:42 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:34:42 UTC +00:00], ["username", "bodacious"]]
3824
+ SQL (0.3ms) 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", Fri, 23 Dec 2011 22:34:42 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:34:42 UTC +00:00]]
3825
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
3826
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:34:42 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:34:42 UTC +00:00], ["username", "bodacious"]]
3827
+ 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", Thu, 22 Dec 2011 22:34:42 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:34:42 UTC +00:00]]
3828
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
3829
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:34:42 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:34:42 UTC +00:00], ["username", "bodacious"]]
3830
+ 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", Wed, 21 Dec 2011 22:34:42 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:34:42 UTC +00:00]]
3831
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
3832
+ Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" ORDER BY created_at DESC LIMIT 1 OFFSET 0
3833
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" ORDER BY created_at DESC LIMIT 1
3834
+  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "blog_posts" LIMIT 5 OFFSET 0) subquery_for_count
3835
+  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "blog_posts" LIMIT 3 OFFSET 0) subquery_for_count 
3836
+ Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1
3837
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 278
3838
+ Processing by Blogit::CommentsController#create as JS
3839
+ Parameters: {"post_id"=>"278", "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"}
3840
+ Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "278"]]
3841
+ SQL (11.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", Wed, 04 Jan 2012 22:34:48 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 278], ["state", nil], ["updated_at", Wed, 04 Jan 2012 22:34:48 UTC +00:00], ["website", "http://gavinmorrice.com"]]
3842
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 278 LIMIT 1
3843
+ SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 278
3844
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 22:34:48.804658' WHERE "blog_posts"."id" = 278
3845
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
3846
+ Rendered /Users/Gavin/Gems/blogit/app/views/blogit/comments/create.js.erb (9.5ms)
3847
+ Completed 200 OK in 270ms (Views: 85.7ms | ActiveRecord: 12.4ms)
3848
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 278
3849
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1
3850
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 278
3851
+ Processing by Blogit::CommentsController#create as HTML
3852
+ Parameters: {"post_id"=>"278", "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"}
3853
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "278"]]
3854
+ 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", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 278], ["state", nil], ["updated_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["website", "http://gavinmorrice.com"]]
3855
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 278 LIMIT 1
3856
+ SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 278
3857
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 22:34:49.044439' WHERE "blog_posts"."id" = 278
3858
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
3859
+ Redirected to http://test.host/blog/posts/278-tis-is-a-blog-post-title
3860
+ Completed 302 Found in 15ms
3861
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 278
3862
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1
3863
+ Processing by Blogit::CommentsController#create as HTML
3864
+ Parameters: {"post_id"=>"278", "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"}
3865
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "278"]]
3866
+ 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", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 278], ["state", nil], ["updated_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["website", "http://gavinmorrice.com"]]
3867
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 278 LIMIT 1
3868
+ SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 278
3869
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 22:34:49.062661' WHERE "blog_posts"."id" = 278
3870
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
3871
+ Redirected to http://test.host/blog/posts/278-tis-is-a-blog-post-title
3872
+ Completed 302 Found in 15ms
3873
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1
3874
+ Processing by Blogit::CommentsController#create as HTML
3875
+ Parameters: {"post_id"=>"278", "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"}
3876
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "278"]]
3877
+ 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", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 278], ["state", nil], ["updated_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["website", "http://gavinmorrice.com"]]
3878
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 278 LIMIT 1
3879
+ SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 278
3880
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 22:34:49.081650' WHERE "blog_posts"."id" = 278
3881
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
3882
+ Redirected to http://test.host/blog/posts/278-tis-is-a-blog-post-title
3883
+ Completed 302 Found in 17ms
3884
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1
3885
+ 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", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 278], ["state", nil], ["updated_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["website", "http://gavinmorrice.com"]]
3886
+ SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 278
3887
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 22:34:49.099695' WHERE "blog_posts"."id" = 278
3888
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
3889
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
3890
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 278]]
3891
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 278
3892
+ Processing by Blogit::CommentsController#destroy as JS
3893
+ Parameters: {"id"=>"86", "post_id"=>"278", "use_route"=>"blogit"}
3894
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "278"]]
3895
+ Blogit::Comment Load (0.1ms) SELECT "blog_comments".* FROM "blog_comments" WHERE "blog_comments"."post_id" = 278 AND "blog_comments"."id" = ? LIMIT 1 [["id", "86"]]
3896
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 278 LIMIT 1
3897
+ SQL (0.2ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) - 1 WHERE "blog_posts"."id" = 278
3898
+ SQL (0.1ms) DELETE FROM "blog_comments" WHERE "blog_comments"."id" = ? [["id", 86]]
3899
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 22:34:49.113538' WHERE "blog_posts"."id" = 278
3900
+ Completed 200 OK in 8ms (Views: 1.5ms | ActiveRecord: 0.7ms)
3901
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 278]]
3902
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 278
3903
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1
3904
+ 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", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 278], ["state", nil], ["updated_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["website", "http://gavinmorrice.com"]]
3905
+ SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 278
3906
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 22:34:49.124830' WHERE "blog_posts"."id" = 278
3907
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
3908
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
3909
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 278]]
3910
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 278
3911
+ Processing by Blogit::CommentsController#destroy as HTML
3912
+ Parameters: {"id"=>"87", "post_id"=>"278", "use_route"=>"blogit"}
3913
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "278"]]
3914
+ Blogit::Comment Load (0.0ms) SELECT "blog_comments".* FROM "blog_comments" WHERE "blog_comments"."post_id" = 278 AND "blog_comments"."id" = ? LIMIT 1 [["id", "87"]]
3915
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 278 LIMIT 1
3916
+ SQL (0.2ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) - 1 WHERE "blog_posts"."id" = 278
3917
+ SQL (0.1ms) DELETE FROM "blog_comments" WHERE "blog_comments"."id" = ? [["id", 87]]
3918
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 22:34:49.137771' WHERE "blog_posts"."id" = 278
3919
+ Redirected to http://test.host/blog/posts/278-tis-is-a-blog-post-title
3920
+ Completed 302 Found in 9ms
3921
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", 278]]
3922
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments" WHERE "blog_comments"."post_id" = 278
3923
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1
3924
+ 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", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 278], ["state", nil], ["updated_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["website", "http://gavinmorrice.com"]]
3925
+ SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 278
3926
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 22:34:49.149126' WHERE "blog_posts"."id" = 278
3927
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
3928
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
3929
+ Processing by Blogit::CommentsController#destroy as HTML
3930
+ Parameters: {"id"=>"88", "post_id"=>"278", "use_route"=>"blogit"}
3931
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = ? LIMIT 1 [["id", "278"]]
3932
+ Blogit::Comment Load (0.0ms) SELECT "blog_comments".* FROM "blog_comments" WHERE "blog_comments"."post_id" = 278 AND "blog_comments"."id" = ? LIMIT 1 [["id", "88"]]
3933
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" WHERE "blog_posts"."id" = 278 LIMIT 1
3934
+ SQL (0.2ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) - 1 WHERE "blog_posts"."id" = 278
3935
+ SQL (0.1ms) DELETE FROM "blog_comments" WHERE "blog_comments"."id" = ? [["id", 88]]
3936
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 22:34:49.159871' WHERE "blog_posts"."id" = 278
3937
+ Redirected to http://test.host/blog/posts/278-tis-is-a-blog-post-title
3938
+ Completed 302 Found in 10ms
3939
+ Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1
3940
+ 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", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 278], ["state", nil], ["updated_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["website", "http://gavinmorrice.com"]]
3941
+ SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 278
3942
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 22:34:49.172179' WHERE "blog_posts"."id" = 278
3943
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
3944
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments"
3945
+ Processing by Blogit::CommentsController#destroy as HTML
3946
+ Parameters: {"id"=>"89", "post_id"=>"278", "use_route"=>"blogit"}
3947
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1
3948
+ Redirected to http://test.host/blog/
3949
+ Completed 302 Found in 1ms
3950
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments"
3951
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" LIMIT 1
3952
+ 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", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["email", "gavin@gavinmorrice.com"], ["name", "Gavin"], ["post_id", 278], ["state", nil], ["updated_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["website", "http://gavinmorrice.com"]]
3953
+ SQL (0.1ms) UPDATE "blog_posts" SET "comments_count" = COALESCE("comments_count", 0) + 1 WHERE "blog_posts"."id" = 278
3954
+ SQL (0.2ms) UPDATE "blog_posts" SET "updated_at" = '2012-01-04 22:34:49.187486' WHERE "blog_posts"."id" = 278
3955
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
3956
+  (0.1ms) SELECT COUNT(*) FROM "blog_comments"
3957
+ Processing by Blogit::CommentsController#destroy as HTML
3958
+ Parameters: {"id"=>"90", "post_id"=>"278", "use_route"=>"blogit"}
3959
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1
3960
+ Redirected to http://test.host/blog/
3961
+ Completed 302 Found in 1ms
3962
+  (0.0ms) SELECT COUNT(*) FROM "blog_comments"
3963
+ Processing by Blogit::PostsController#index as HTML
3964
+ Parameters: {"page"=>"", "use_route"=>"blogit"}
3965
+ Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
3966
+ Processing by Blogit::PostsController#index as HTML
3967
+ Parameters: {"page"=>"2", "use_route"=>"blogit"}
3968
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
3969
+ Processing by Blogit::PostsController#index as XML
3970
+ Parameters: {"page"=>"", "use_route"=>"blogit"}
3971
+ Completed 200 OK in 17ms (Views: 17.2ms | ActiveRecord: 0.0ms)
3972
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
3973
+ Processing by Blogit::PostsController#new as HTML
3974
+ Parameters: {"use_route"=>"blogit"}
3975
+ Completed 200 OK in 6ms (Views: 1.2ms | ActiveRecord: 0.0ms)
3976
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
3977
+ Processing by Blogit::PostsController#new as HTML
3978
+ Parameters: {"use_route"=>"blogit"}
3979
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
3980
+ Processing by Blogit::PostsController#new as HTML
3981
+ Parameters: {"use_route"=>"blogit"}
3982
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1
3983
+ Redirected to http://test.host/blog/
3984
+ Completed 302 Found in 1ms
3985
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
3986
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["username", "bodacious"]]
3987
+ Processing by Blogit::PostsController#create as HTML
3988
+ 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"}
3989
+ Redirected to http://test.host/blog/posts
3990
+ Completed 302 Found in 1ms
3991
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
3992
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["username", "bodacious"]]
3993
+ Processing by Blogit::PostsController#edit as HTML
3994
+ Parameters: {"id"=>"1", "use_route"=>"blogit"}
3995
+ Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
3996
+ Processing by Blogit::PostsController#edit as HTML
3997
+ Parameters: {"id"=>"1", "use_route"=>"blogit"}
3998
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1
3999
+ Redirected to http://test.host/blog/
4000
+ Completed 302 Found in 1ms
4001
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
4002
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["username", "bodacious"]]
4003
+ Processing by Blogit::PostsController#update as HTML
4004
+ Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"}
4005
+ Redirected to http://test.host/blog/posts
4006
+ Completed 302 Found in 1ms
4007
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
4008
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["username", "bodacious"]]
4009
+ Processing by Blogit::PostsController#update as HTML
4010
+ Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"}
4011
+ SQL (0.4ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 387], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["title", "Something new"], ["updated_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00]]
4012
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
4013
+ Redirected to http://test.host/blog/posts/293-something-new
4014
+ Completed 302 Found in 13ms
4015
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
4016
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["username", "bodacious"]]
4017
+ Processing by Blogit::PostsController#update as HTML
4018
+ Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"}
4019
+ 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", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["title", "Something new"], ["updated_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00]]
4020
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
4021
+ Redirected to http://test.host/blog/posts/294-something-new
4022
+ Completed 302 Found in 44ms
4023
+ Processing by Blogit::PostsController#update as HTML
4024
+ Parameters: {"id"=>"1", "post"=>{"title"=>"Something new"}, "use_route"=>"blogit"}
4025
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1
4026
+ Redirected to http://test.host/blog/
4027
+ Completed 302 Found in 1ms
4028
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["username", "bodacious"]]
4029
+ Processing by Blogit::PostsController#show as HTML
4030
+ Parameters: {"id"=>"1", "use_route"=>"blogit"}
4031
+ Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
4032
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
4033
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["username", "bodacious"]]
4034
+ Processing by Blogit::PostsController#destroy as HTML
4035
+ Parameters: {"id"=>"1", "use_route"=>"blogit"}
4036
+ Redirected to http://test.host/blog/posts
4037
+ Completed 302 Found in 1ms
4038
+ User Load (0.2ms) SELECT "users".* FROM "users" LIMIT 1
4039
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["username", "bodacious"]]
4040
+ Processing by Blogit::PostsController#destroy as HTML
4041
+ Parameters: {"id"=>"1", "use_route"=>"blogit"}
4042
+ Redirected to http://test.host/blog/posts
4043
+ Completed 302 Found in 10ms
4044
+ User Load (0.1ms) SELECT "users".* FROM "users" LIMIT 1
4045
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["username", "bodacious"]]
4046
+ Processing by Blogit::PostsController#destroy as HTML
4047
+ Parameters: {"id"=>"1", "use_route"=>"blogit"}
4048
+ Redirected to http://test.host/blog/posts
4049
+ Completed 302 Found in 1ms
4050
+ Processing by Blogit::PostsController#destroy as HTML
4051
+ Parameters: {"id"=>"1", "use_route"=>"blogit"}
4052
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1
4053
+ Redirected to http://test.host/blog/
4054
+ Completed 302 Found in 2ms
4055
+ SQL (0.4ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["username", "bodacious"]]
4056
+ 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", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00]]
4057
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
4058
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["username", "bodacious"]]
4059
+ 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", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00]]
4060
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
4061
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["username", "bodacious"]]
4062
+ 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", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00]]
4063
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
4064
+ SQL (0.4ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["username", "bodacious"]]
4065
+ 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", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00]]
4066
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
4067
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["username", "bodacious"]]
4068
+ 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", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00]]
4069
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
4070
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["username", "bodacious"]]
4071
+ 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", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00]]
4072
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
4073
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["username", "bodacious"]]
4074
+ SQL (0.4ms) 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", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00]]
4075
+ Blogit::Post Load (0.3ms) SELECT "blog_posts".* FROM "blog_posts"
4076
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["username", "Jeronimo"]]
4077
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 400 LIMIT 1
4078
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:34:49 UTC +00:00], ["username", "Jeronimo"]]
4079
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 401 LIMIT 1
4080
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
4081
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 278 AND "taggings"."taggable_type" = 'Blogit::Post'
4082
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 278 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
4083
+ SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 278]]
4084
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 279 AND "taggings"."taggable_type" = 'Blogit::Post'
4085
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 279 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
4086
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 279]]
4087
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 280 AND "taggings"."taggable_type" = 'Blogit::Post'
4088
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 280 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
4089
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 280]]
4090
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 281 AND "taggings"."taggable_type" = 'Blogit::Post'
4091
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 281 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
4092
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 281]]
4093
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 282 AND "taggings"."taggable_type" = 'Blogit::Post'
4094
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 282 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
4095
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 282]]
4096
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 283 AND "taggings"."taggable_type" = 'Blogit::Post'
4097
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 283 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
4098
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 283]]
4099
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 284 AND "taggings"."taggable_type" = 'Blogit::Post'
4100
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 284 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
4101
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 284]]
4102
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 285 AND "taggings"."taggable_type" = 'Blogit::Post'
4103
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 285 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
4104
+ SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 285]]
4105
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 286 AND "taggings"."taggable_type" = 'Blogit::Post'
4106
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 286 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
4107
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 286]]
4108
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 287 AND "taggings"."taggable_type" = 'Blogit::Post'
4109
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 287 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
4110
+ SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 287]]
4111
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 288 AND "taggings"."taggable_type" = 'Blogit::Post'
4112
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 288 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
4113
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 288]]
4114
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 289 AND "taggings"."taggable_type" = 'Blogit::Post'
4115
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 289 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
4116
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 289]]
4117
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 290 AND "taggings"."taggable_type" = 'Blogit::Post'
4118
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 290 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
4119
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 290]]
4120
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 291 AND "taggings"."taggable_type" = 'Blogit::Post'
4121
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 291 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
4122
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 291]]
4123
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 292 AND "taggings"."taggable_type" = 'Blogit::Post'
4124
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 292 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
4125
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 292]]
4126
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 293 AND "taggings"."taggable_type" = 'Blogit::Post'
4127
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 293 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
4128
+ SQL (0.2ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 293]]
4129
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 294 AND "taggings"."taggable_type" = 'Blogit::Post'
4130
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 294 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
4131
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 294]]
4132
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 295 AND "taggings"."taggable_type" = 'Blogit::Post'
4133
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 295 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
4134
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 295]]
4135
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 296 AND "taggings"."taggable_type" = 'Blogit::Post'
4136
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 296 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
4137
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 296]]
4138
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 297 AND "taggings"."taggable_type" = 'Blogit::Post'
4139
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 297 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
4140
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 297]]
4141
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 298 AND "taggings"."taggable_type" = 'Blogit::Post'
4142
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 298 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
4143
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 298]]
4144
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 299 AND "taggings"."taggable_type" = 'Blogit::Post'
4145
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 299 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
4146
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 299]]
4147
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 300 AND "taggings"."taggable_type" = 'Blogit::Post'
4148
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 300 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
4149
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 300]]
4150
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 301 AND "taggings"."taggable_type" = 'Blogit::Post'
4151
+ ActsAsTaggableOn::Tagging Load (0.1ms) SELECT "taggings".* FROM "taggings" WHERE "taggings"."taggable_id" = 301 AND "taggings"."taggable_type" = 'Blogit::Post' AND (taggings.context = 'tags')
4152
+ SQL (0.1ms) DELETE FROM "blog_posts" WHERE "blog_posts"."id" = ? [["id", 301]]
4153
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:34:50 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:34:50 UTC +00:00], ["username", "bodacious"]]
4154
+ 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", Wed, 04 Jan 2012 22:34:50 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:34:50 UTC +00:00]]
4155
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
4156
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:34:50 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:34:50 UTC +00:00], ["username", "bodacious"]]
4157
+ SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 403], ["blogger_type", "User"], ["body", "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, 03 Jan 2012 22:34:50 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:34:50 UTC +00:00]]
4158
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
4159
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:34:50 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:34:50 UTC +00:00], ["username", "bodacious"]]
4160
+ SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 404], ["blogger_type", "User"], ["body", "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, 02 Jan 2012 22:34:50 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:34:50 UTC +00:00]]
4161
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
4162
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:34:50 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:34:50 UTC +00:00], ["username", "bodacious"]]
4163
+ SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 405], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Sun, 01 Jan 2012 22:34:50 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:34:50 UTC +00:00]]
4164
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
4165
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:34:50 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:34:50 UTC +00:00], ["username", "bodacious"]]
4166
+ SQL (0.2ms) 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", Sat, 31 Dec 2011 22:34:50 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:34:50 UTC +00:00]]
4167
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
4168
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:34:50 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:34:50 UTC +00:00], ["username", "bodacious"]]
4169
+ 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", Fri, 30 Dec 2011 22:34:50 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:34:50 UTC +00:00]]
4170
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
4171
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:34:50 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:34:50 UTC +00:00], ["username", "bodacious"]]
4172
+ SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 408], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Thu, 29 Dec 2011 22:34:50 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:34:50 UTC +00:00]]
4173
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
4174
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:34:50 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:34:50 UTC +00:00], ["username", "bodacious"]]
4175
+ SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 409], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Wed, 28 Dec 2011 22:34:50 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:34:50 UTC +00:00]]
4176
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
4177
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:34:50 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:34:50 UTC +00:00], ["username", "bodacious"]]
4178
+ SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 410], ["blogger_type", "User"], ["body", "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, 27 Dec 2011 22:34:50 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:34:50 UTC +00:00]]
4179
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
4180
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:34:50 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:34:50 UTC +00:00], ["username", "bodacious"]]
4181
+ SQL (0.3ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 411], ["blogger_type", "User"], ["body", "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 22:34:50 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:34:50 UTC +00:00]]
4182
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
4183
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:34:50 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:34:50 UTC +00:00], ["username", "bodacious"]]
4184
+ SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 412], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Sun, 25 Dec 2011 22:34:50 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:34:50 UTC +00:00]]
4185
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
4186
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:34:50 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:34:50 UTC +00:00], ["username", "bodacious"]]
4187
+ SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 413], ["blogger_type", "User"], ["body", "This is the body of the blog post - you'll see it's a lot bigger than the title"], ["comments_count", 0], ["created_at", Sat, 24 Dec 2011 22:34:50 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:34:50 UTC +00:00]]
4188
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
4189
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:34:50 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:34:50 UTC +00:00], ["username", "bodacious"]]
4190
+ SQL (0.2ms) INSERT INTO "blog_posts" ("blogger_id", "blogger_type", "body", "comments_count", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["blogger_id", 414], ["blogger_type", "User"], ["body", "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, 23 Dec 2011 22:34:50 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:34:50 UTC +00:00]]
4191
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
4192
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:34:50 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:34:50 UTC +00:00], ["username", "bodacious"]]
4193
+ SQL (0.3ms) 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", Thu, 22 Dec 2011 22:34:50 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:34:50 UTC +00:00]]
4194
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" 
4195
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "password", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jan 2012 22:34:50 UTC +00:00], ["password", "password"], ["updated_at", Wed, 04 Jan 2012 22:34:50 UTC +00:00], ["username", "bodacious"]]
4196
+ 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", Wed, 21 Dec 2011 22:34:50 UTC +00:00], ["title", "Tis is a blog post title"], ["updated_at", Wed, 04 Jan 2012 22:34:50 UTC +00:00]]
4197
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts"
4198
+ Blogit::Post Load (0.2ms) SELECT "blog_posts".* FROM "blog_posts" ORDER BY created_at DESC LIMIT 1 OFFSET 0
4199
+ Blogit::Post Load (0.1ms) SELECT "blog_posts".* FROM "blog_posts" ORDER BY created_at DESC LIMIT 1
4200
+  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "blog_posts" LIMIT 5 OFFSET 0) subquery_for_count 
4201
+  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "blog_posts" LIMIT 3 OFFSET 0) subquery_for_count