test/dummy_without_community/log/test.log in inkwell-1.0.5 vs test/dummy_without_community/log/test.log in inkwell-1.1.1
- old
+ new
@@ -1140014,5 +1140014,11398 @@
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
[1m[35m (4.6ms)[0m DELETE FROM "posts";
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
[1m[35m (4.3ms)[0m DELETE FROM "users";
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+Connecting to database specified by database.yml
+ [1m[36m (0.4ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.2ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (2.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.1ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:35.713183' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "post_id" = 1, "body" = 'salkar_comment_body', "user_id" = 1, "created_at" = '2013-02-08 18:44:35.710918', "updated_at" = '2013-02-08 18:44:35.710918', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Comment Load (0.1ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 2 LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["is_comment", true], ["item_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["user_id", 2]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[2]', "updated_at" = '2013-02-08 18:44:35.724658' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 3 LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["is_comment", true], ["item_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["user_id", 3]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[2,3]', "updated_at" = '2013-02-08 18:44:35.727117' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (19.6ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (3.8ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (4.0ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (3.5ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (3.3ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (3.4ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:35.775942' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "post_id" = 1, "body" = 'salkar_comment_body', "user_id" = 1, "created_at" = '2013-02-08 18:44:35.774443', "updated_at" = '2013-02-08 18:44:35.774443', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 2], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["parent_id", nil], ["post_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":2}]', "updated_at" = '2013-02-08 18:44:35.780971' WHERE "posts"."id" = 2[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "post_id" = 2, "body" = 'salkar_comment_body', "user_id" = 1, "created_at" = '2013-02-08 18:44:35.779884', "updated_at" = '2013-02-08 18:44:35.779884', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 3], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["parent_id", nil], ["post_id", 3], ["updated_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":3}]', "updated_at" = '2013-02-08 18:44:35.785979' WHERE "posts"."id" = 3
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "post_id" = 3, "body" = 'salkar_comment_body', "user_id" = 2, "created_at" = '2013-02-08 18:44:35.784854', "updated_at" = '2013-02-08 18:44:35.784854', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["parent_id", nil], ["post_id", 3], ["updated_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":3},{"user_id":1,"comment_id":4}]', "updated_at" = '2013-02-08 18:44:35.789443' WHERE "posts"."id" = 3
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "post_id" = 3, "body" = 'salkar_comment_body', "user_id" = 1, "created_at" = '2013-02-08 18:44:35.787582', "updated_at" = '2013-02-08 18:44:35.787582', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 4], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 5], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 6], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["parent_id", nil], ["post_id", 6], ["updated_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 6]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":5}]', "updated_at" = '2013-02-08 18:44:35.798971' WHERE "posts"."id" = 6[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "post_id" = 6, "body" = 'salkar_comment_body', "user_id" = 1, "created_at" = '2013-02-08 18:44:35.796993', "updated_at" = '2013-02-08 18:44:35.796993', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 5
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["parent_id", nil], ["post_id", 6], ["updated_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 6]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":5},{"user_id":1,"comment_id":6}]', "updated_at" = '2013-02-08 18:44:35.801699' WHERE "posts"."id" = 6[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "post_id" = 6, "body" = 'salkar_comment_body', "user_id" = 1, "created_at" = '2013-02-08 18:44:35.800517', "updated_at" = '2013-02-08 18:44:35.800517', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 6
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["parent_id", nil], ["post_id", 6], ["updated_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 6]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":5},{"user_id":1,"comment_id":6},{"user_id":1,"comment_id":7}]', "updated_at" = '2013-02-08 18:44:35.804356' WHERE "posts"."id" = 6[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "post_id" = 6, "body" = 'salkar_comment_body', "user_id" = 1, "created_at" = '2013-02-08 18:44:35.803146', "updated_at" = '2013-02-08 18:44:35.803146', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 7
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["parent_id", nil], ["post_id", 6], ["updated_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 6]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":5},{"user_id":1,"comment_id":6},{"user_id":1,"comment_id":7},{"user_id":2,"comment_id":8}]', "updated_at" = '2013-02-08 18:44:35.807027' WHERE "posts"."id" = 6[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "post_id" = 6, "body" = 'salkar_comment_body', "user_id" = 2, "created_at" = '2013-02-08 18:44:35.805774', "updated_at" = '2013-02-08 18:44:35.805774', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 8
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 7], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 2 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["is_comment", false], ["item_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["user_id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-08 18:44:35.812121' WHERE "posts"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 2 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["is_comment", true], ["item_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["user_id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-08 18:44:35.814219' WHERE "inkwell_comments"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 3 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["is_comment", false], ["item_id", 3], ["updated_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["user_id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-08 18:44:35.816398' WHERE "posts"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 3 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["is_comment", true], ["item_id", 3], ["updated_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["user_id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-08 18:44:35.818465' WHERE "inkwell_comments"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 4 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["is_comment", true], ["item_id", 4], ["updated_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["user_id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-08 18:44:35.820552' WHERE "inkwell_comments"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 4 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["is_comment", false], ["item_id", 4], ["updated_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["user_id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-08 18:44:35.822543' WHERE "posts"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 5 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["is_comment", false], ["item_id", 5], ["updated_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["user_id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-08 18:44:35.824597' WHERE "posts"."id" = 5
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 6 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["is_comment", false], ["item_id", 6], ["updated_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["user_id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-08 18:44:35.826724' WHERE "posts"."id" = 6[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 5 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["is_comment", true], ["item_id", 5], ["updated_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["user_id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-08 18:44:35.828884' WHERE "inkwell_comments"."id" = 5
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 6 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["is_comment", true], ["item_id", 6], ["updated_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["user_id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-08 18:44:35.830884' WHERE "inkwell_comments"."id" = 6[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 7 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["is_comment", true], ["item_id", 7], ["updated_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["user_id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-08 18:44:35.833097' WHERE "inkwell_comments"."id" = 7
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 8 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["is_comment", true], ["item_id", 8], ["updated_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["user_id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-08 18:44:35.835140' WHERE "inkwell_comments"."id" = 8[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 7 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["is_comment", false], ["item_id", 7], ["updated_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["user_id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-08 18:44:35.837216' WHERE "posts"."id" = 7
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 7 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 2 LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["is_comment", false], ["item_id", 7], ["updated_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["user_id", 2]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_favorite_it" = '[1,2]', "updated_at" = '2013-02-08 18:44:35.839343' WHERE "posts"."id" = 7[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 3 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 2 LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["is_comment", true], ["item_id", 3], ["updated_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["user_id", 2]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[1,2]', "updated_at" = '2013-02-08 18:44:35.841378' WHERE "inkwell_comments"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 7 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 't' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["is_comment", true], ["is_owner_user", true], ["is_reblog", true], ["item_id", 7], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_reblog_it" = '[2]', "updated_at" = '2013-02-08 18:44:35.861325' WHERE "inkwell_comments"."id" = 7[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 7 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", true], ["item_id", 7], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:35 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_reblog_it" = '[2]', "updated_at" = '2013-02-08 18:44:35.863811' WHERE "posts"."id" = 7
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.2ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."user_id" = 1 ORDER BY created_at DESC LIMIT 10
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 7]]
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 7 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 7 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 2 LIMIT 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 8]]
+ [1m[36mInkwell::BlogItem Exists (0.9ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 8 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 't' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 8 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 2 LIMIT 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 7]]
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 7 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 't' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 7 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 2 LIMIT 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 6]]
+ [1m[36mInkwell::BlogItem Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 6 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 't' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 6 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 2 LIMIT 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 5]]
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 5 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 't' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 5 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 2 LIMIT 1[0m
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 6]]
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 6 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 6 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 2 LIMIT 1
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 5]]
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 5 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 5 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 2 LIMIT 1[0m
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 4]]
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 4 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 4 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 2 LIMIT 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 4]]
+ [1m[35mInkwell::BlogItem Exists (0.0ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 4 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 't' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 4 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 2 LIMIT 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 3 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 't' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 3 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 2 LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 7 AND "inkwell_favorite_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 3 AND "inkwell_favorite_items"."is_comment" = 't' LIMIT 1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (133.3ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.3ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (5.8ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.3ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (5.8ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.3ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (6.3ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.3ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (6.3ms)[0m DELETE FROM "posts";
+ [1m[36m (0.3ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (5.9ms)[0m DELETE FROM "users";
+ [1m[36m (0.4ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.2ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.2ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.3ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.1ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.2ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:36.070151' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.2ms)[0m UPDATE "inkwell_comments" SET "post_id" = 1, "body" = 'salkar_comment_body', "user_id" = 1, "created_at" = '2013-02-08 18:44:36.066926', "updated_at" = '2013-02-08 18:44:36.066926', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items"
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1[0m
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (5.8ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (4.7ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (5.2ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (4.2ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (4.4ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (4.5ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:36.117382' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "post_id" = 1, "body" = 'salkar_comment_body', "user_id" = 1, "created_at" = '2013-02-08 18:44:36.115948', "updated_at" = '2013-02-08 18:44:36.115948', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["is_comment", false], ["item_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["user_id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-08 18:44:36.121494' WHERE "posts"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_favorite_it" = '[]', "updated_at" = '2013-02-08 18:44:36.125326' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items"
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["is_comment", false], ["item_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["user_id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-08 18:44:36.129307' WHERE "posts"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 2 LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["is_comment", false], ["item_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["user_id", 2]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_favorite_it" = '[1,2]', "updated_at" = '2013-02-08 18:44:36.132222' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" [0m
+ [1m[35mPost Load (0.1ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.0ms)[0m DELETE FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."id" = ? [["id", 2]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mUPDATE "posts" SET "users_ids_who_favorite_it" = '[2]', "updated_at" = '2013-02-08 18:44:36.135973' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items"
+ [1m[36m (0.2ms)[0m [1mrollback transaction[0m
+ [1m[35m (4.7ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (3.8ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (3.9ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (4.2ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (3.4ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (4.9ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:36.172572' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "post_id" = 1, "body" = 'salkar_comment_body', "user_id" = 1, "created_at" = '2013-02-08 18:44:36.171296', "updated_at" = '2013-02-08 18:44:36.171296', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.0ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items"
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (6.7ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (4.2ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (3.9ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (5.1ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (4.4ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (6.9ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.2ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:36.215453' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "post_id" = 1, "body" = 'salkar_comment_body', "user_id" = 1, "created_at" = '2013-02-08 18:44:36.214216', "updated_at" = '2013-02-08 18:44:36.214216', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.0ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.0ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (8.3ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (6.7ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (7.5ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (7.4ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (7.6ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (6.9ms)[0m DELETE FROM "users";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:36.273757' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "post_id" = 1, "body" = 'salkar_comment_body', "user_id" = 1, "created_at" = '2013-02-08 18:44:36.272441', "updated_at" = '2013-02-08 18:44:36.272441', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 2], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["parent_id", nil], ["post_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":2}]', "updated_at" = '2013-02-08 18:44:36.278803' WHERE "posts"."id" = 2
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "post_id" = 2, "body" = 'salkar_comment_body', "user_id" = 1, "created_at" = '2013-02-08 18:44:36.277639', "updated_at" = '2013-02-08 18:44:36.277639', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 3], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["parent_id", nil], ["post_id", 3], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":3}]', "updated_at" = '2013-02-08 18:44:36.283896' WHERE "posts"."id" = 3[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "post_id" = 3, "body" = 'salkar_comment_body', "user_id" = 2, "created_at" = '2013-02-08 18:44:36.282807', "updated_at" = '2013-02-08 18:44:36.282807', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.0ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["parent_id", nil], ["post_id", 3], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":3},{"user_id":1,"comment_id":4}]', "updated_at" = '2013-02-08 18:44:36.286367' WHERE "posts"."id" = 3[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "post_id" = 3, "body" = 'salkar_comment_body', "user_id" = 1, "created_at" = '2013-02-08 18:44:36.285278', "updated_at" = '2013-02-08 18:44:36.285278', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 4], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 5], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 6], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["parent_id", nil], ["post_id", 6], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 6]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":5}]', "updated_at" = '2013-02-08 18:44:36.295417' WHERE "posts"."id" = 6
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "post_id" = 6, "body" = 'salkar_comment_body', "user_id" = 1, "created_at" = '2013-02-08 18:44:36.294235', "updated_at" = '2013-02-08 18:44:36.294235', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 5[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["parent_id", nil], ["post_id", 6], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 6]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":5},{"user_id":1,"comment_id":6}]', "updated_at" = '2013-02-08 18:44:36.298210' WHERE "posts"."id" = 6
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "post_id" = 6, "body" = 'salkar_comment_body', "user_id" = 1, "created_at" = '2013-02-08 18:44:36.296994', "updated_at" = '2013-02-08 18:44:36.296994', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 6[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["parent_id", nil], ["post_id", 6], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 6]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":5},{"user_id":1,"comment_id":6},{"user_id":1,"comment_id":7}]', "updated_at" = '2013-02-08 18:44:36.300994' WHERE "posts"."id" = 6
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "post_id" = 6, "body" = 'salkar_comment_body', "user_id" = 1, "created_at" = '2013-02-08 18:44:36.299780', "updated_at" = '2013-02-08 18:44:36.299780', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 7[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["parent_id", nil], ["post_id", 6], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 6]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":5},{"user_id":1,"comment_id":6},{"user_id":1,"comment_id":7},{"user_id":2,"comment_id":8}]', "updated_at" = '2013-02-08 18:44:36.304349' WHERE "posts"."id" = 6
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "post_id" = 6, "body" = 'salkar_comment_body', "user_id" = 2, "created_at" = '2013-02-08 18:44:36.302468', "updated_at" = '2013-02-08 18:44:36.302468', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 8[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.9ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 7], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 2 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["is_comment", false], ["item_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["user_id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-08 18:44:36.310008' WHERE "posts"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 2 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["is_comment", true], ["item_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["user_id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-08 18:44:36.312127' WHERE "inkwell_comments"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.0ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 3 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["is_comment", false], ["item_id", 3], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["user_id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-08 18:44:36.314210' WHERE "posts"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 3 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["is_comment", true], ["item_id", 3], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["user_id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-08 18:44:36.316349' WHERE "inkwell_comments"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 4 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["is_comment", true], ["item_id", 4], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["user_id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-08 18:44:36.318287' WHERE "inkwell_comments"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 4 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["is_comment", false], ["item_id", 4], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["user_id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-08 18:44:36.320442' WHERE "posts"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 5 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["is_comment", false], ["item_id", 5], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["user_id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-08 18:44:36.322696' WHERE "posts"."id" = 5[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 6 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["is_comment", false], ["item_id", 6], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["user_id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-08 18:44:36.324796' WHERE "posts"."id" = 6
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 5 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["is_comment", true], ["item_id", 5], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["user_id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-08 18:44:36.326950' WHERE "inkwell_comments"."id" = 5[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 6 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["is_comment", true], ["item_id", 6], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["user_id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-08 18:44:36.329107' WHERE "inkwell_comments"."id" = 6
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 7 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["is_comment", true], ["item_id", 7], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["user_id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-08 18:44:36.331237' WHERE "inkwell_comments"."id" = 7[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 8 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["is_comment", true], ["item_id", 8], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["user_id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-08 18:44:36.333356' WHERE "inkwell_comments"."id" = 8
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 7 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["is_comment", false], ["item_id", 7], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["user_id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-08 18:44:36.335436' WHERE "posts"."id" = 7[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."user_id" = 1 ORDER BY created_at DESC LIMIT 10[0m
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 7]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 8]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 7]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 6]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 5]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 6]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 5]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 4]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 4]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 7 AND "inkwell_favorite_items"."is_comment" = 'f' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 3 AND "inkwell_favorite_items"."is_comment" = 't' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."user_id" = 1 ORDER BY created_at DESC LIMIT 10
+ [1m[36mPost Load (0.1ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 7]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 8]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 7]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 6]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 5]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 6]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 5]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 4]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 4]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 8 AND "inkwell_favorite_items"."is_comment" = 't' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."id" = ? LIMIT 1 [["id", 12]]
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."user_id" = 1 AND (created_at < '2013-02-08 18:44:36.332520') ORDER BY created_at DESC LIMIT 10[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 7]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 6]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 5]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 6]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 5]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 4]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 4]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mInkwell::FavoriteItem Load (0.0ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 7 AND "inkwell_favorite_items"."is_comment" = 't' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 2 AND "inkwell_favorite_items"."is_comment" = 't' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 8 AND "inkwell_favorite_items"."is_comment" = 't' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.0ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."id" = ? LIMIT 1[0m [["id", 12]]
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."user_id" = 1 AND (created_at < '2013-02-08 18:44:36.332520') ORDER BY created_at DESC LIMIT 5
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 7]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 6]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 5]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 6]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 5]]
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 7 AND "inkwell_favorite_items"."is_comment" = 't' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 5 AND "inkwell_favorite_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (7.9ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (6.3ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (7.1ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (8.2ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (6.7ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (7.7ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:36.417818' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "post_id" = 1, "body" = 'salkar_comment_body', "user_id" = 1, "created_at" = '2013-02-08 18:44:36.416484', "updated_at" = '2013-02-08 18:44:36.416484', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["is_comment", true], ["item_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["user_id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-08 18:44:36.420857' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.0ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" [0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 2 LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["is_comment", true], ["item_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["user_id", 2]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[1,2]', "updated_at" = '2013-02-08 18:44:36.424258' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.2ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 2 LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" [0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (7.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (6.4ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (7.1ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (7.6ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (7.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (7.4ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:36.478868' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "post_id" = 1, "body" = 'salkar_comment_body', "user_id" = 1, "created_at" = '2013-02-08 18:44:36.477628', "updated_at" = '2013-02-08 18:44:36.477628', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.4ms)[0m rollback transaction
+ [1m[36m (7.3ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (6.6ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (7.1ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (7.8ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (7.2ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (6.9ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.2ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.1ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:36.552344' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "post_id" = 1, "body" = 'salkar_comment_body', "user_id" = 1, "created_at" = '2013-02-08 18:44:36.551081', "updated_at" = '2013-02-08 18:44:36.551081', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 2 LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["is_comment", false], ["item_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["user_id", 2]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_favorite_it" = '[2]', "updated_at" = '2013-02-08 18:44:36.556732' WHERE "posts"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 3 LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["is_comment", false], ["item_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["user_id", 3]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_favorite_it" = '[2,3]', "updated_at" = '2013-02-08 18:44:36.558885' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (7.3ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.3ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (7.5ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (6.5ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (7.5ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (6.8ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (6.9ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.2ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:36.612747' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "post_id" = 1, "body" = 'salkar_comment_body', "user_id" = 1, "created_at" = '2013-02-08 18:44:36.611368', "updated_at" = '2013-02-08 18:44:36.611368', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["is_comment", true], ["item_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["user_id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items"
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (7.7ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (6.1ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (7.8ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (6.5ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (7.2ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (7.5ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.0ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:36.669443' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "post_id" = 1, "body" = 'salkar_comment_body', "user_id" = 1, "created_at" = '2013-02-08 18:44:36.668286', "updated_at" = '2013-02-08 18:44:36.668286', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["is_comment", false], ["item_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["user_id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items"
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (7.7ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (6.8ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (7.2ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (5.5ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (4.6ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (4.7ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:36.719379' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "post_id" = 1, "body" = 'salkar_comment_body', "user_id" = 1, "created_at" = '2013-02-08 18:44:36.718039', "updated_at" = '2013-02-08 18:44:36.718039', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["is_comment", true], ["item_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["user_id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-08 18:44:36.722449' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::FavoriteItem Load (0.0ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" [0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.0ms)[0m [1mDELETE FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[]', "updated_at" = '2013-02-08 18:44:36.725227' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" [0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["is_comment", true], ["item_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["user_id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-08 18:44:36.727915' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 2 LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["is_comment", true], ["item_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["user_id", 2]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[1,2]', "updated_at" = '2013-02-08 18:44:36.730240' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.0ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items"
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 2 LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 2 LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.0ms)[0m [1mDELETE FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."id" = ?[0m [["id", 3]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-08 18:44:36.732843' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::FavoriteItem Load (0.0ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" [0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (8.0ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (6.5ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (7.7ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (7.5ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (7.1ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (8.8ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.4ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.2ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.2ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.2ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:36.803369' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "post_id" = 1, "body" = 'salkar_comment_body', "user_id" = 1, "created_at" = '2013-02-08 18:44:36.802031', "updated_at" = '2013-02-08 18:44:36.802031', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["is_comment", true], ["item_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["user_id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-08 18:44:36.806365' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (8.3ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (6.6ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (7.0ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (6.7ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (5.7ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (6.2ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:36.857381' WHERE "posts"."id" = 1
+ [1m[36m (0.9ms)[0m [1mUPDATE "inkwell_comments" SET "post_id" = 1, "body" = 'salkar_comment_body', "user_id" = 1, "created_at" = '2013-02-08 18:44:36.856151', "updated_at" = '2013-02-08 18:44:36.856151', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["is_comment", false], ["item_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["user_id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-08 18:44:36.861040' WHERE "posts"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (5.7ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (6.3ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (6.4ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (7.1ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (7.8ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (6.5ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:36.912366' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "post_id" = 1, "body" = 'salkar_comment_body', "user_id" = 1, "created_at" = '2013-02-08 18:44:36.911061', "updated_at" = '2013-02-08 18:44:36.911061', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["is_comment", false], ["item_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["user_id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-08 18:44:36.915455' WHERE "posts"."id" = 1
+ [1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.0ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" [0m
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 2 LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["is_comment", false], ["item_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["user_id", 2]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_favorite_it" = '[1,2]', "updated_at" = '2013-02-08 18:44:36.918947' WHERE "posts"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 2 LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" [0m
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (6.9ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (7.7ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (6.8ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (7.6ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (7.1ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (7.4ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:36.975222' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "post_id" = 1, "body" = 'salkar_comment_body', "user_id" = 1, "created_at" = '2013-02-08 18:44:36.973973', "updated_at" = '2013-02-08 18:44:36.973973', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m UPDATE "users" SET "followers_ids" = '[3]', "updated_at" = '2013-02-08 18:44:36.976962' WHERE "users"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followings_ids" = '[2]', "updated_at" = '2013-02-08 18:44:36.977956' WHERE "users"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Load (0.1ms)[0m [1mSELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' ORDER BY created_at DESC LIMIT 10[0m
+ [1m[35mInkwell::BlogItem Exists (0.0ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 't' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["is_comment", true], ["is_owner_user", true], ["is_reblog", true], ["item_id", 1], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_reblog_it" = '[2]', "updated_at" = '2013-02-08 18:44:36.980926' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::TimelineItem Load (0.0ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."user_id" = 3 AND "inkwell_timeline_items"."is_comment" = 't' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["from_source", "[{\"user_id\":2,\"type\":\"reblog\"}]"], ["has_many_sources", false], ["is_comment", true], ["item_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["user_id", 3]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 2 LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["is_comment", true], ["item_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:36 UTC +00:00], ["user_id", 2]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[2]', "updated_at" = '2013-02-08 18:44:36.990888' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" = 3 ORDER BY created_at DESC LIMIT 10[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 't' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 2 LIMIT 1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (6.6ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (6.8ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (469.6ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.3ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (59.5ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.3ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (6.5ms)[0m DELETE FROM "posts";
+ [1m[36m (0.3ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (5.6ms)[0m DELETE FROM "users";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.2ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.2ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.2ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body_1"], ["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 2], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body_2"], ["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 3], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body_3"], ["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 4], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "morozovm_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 5], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body_4"], ["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 6], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body_5"], ["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 7], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 5 AND "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", true], ["item_id", 5], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m UPDATE "posts" SET "users_ids_who_reblog_it" = '[1]', "updated_at" = '2013-02-08 18:44:37.609265' WHERE "posts"."id" = 5
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "morozovm_post_test_body_1"], ["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 8], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00]]
+ [1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body_6"], ["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 9], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body_7"], ["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 10], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body_8"], ["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 11], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "morozovm_post_test_body_2"], ["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 12], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body_9"], ["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 13], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "morozovm_post_test_body_3"], ["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 14], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 8 AND "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", true], ["item_id", 8], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_reblog_it" = '[1]', "updated_at" = '2013-02-08 18:44:37.655009' WHERE "posts"."id" = 8
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 12 AND "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", true], ["item_id", 12], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_reblog_it" = '[1]', "updated_at" = '2013-02-08 18:44:37.657667' WHERE "posts"."id" = 12[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 8 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["is_comment", false], ["item_id", 8], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["user_id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-08 18:44:37.660050' WHERE "posts"."id" = 8
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followers_ids" = '[3]', "updated_at" = '2013-02-08 18:44:37.660839' WHERE "users"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "users" SET "followings_ids" = '[1]', "updated_at" = '2013-02-08 18:44:37.661515' WHERE "users"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Load (0.2ms)[0m SELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."is_owner_user" = 't' ORDER BY created_at DESC LIMIT 10
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 12]]
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 12 AND "inkwell_timeline_items"."user_id" = 3 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["from_source", "[{\"user_id\":1,\"type\":\"reblog\"}]"], ["has_many_sources", false], ["is_comment", false], ["item_id", 12], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["user_id", 3]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 8]]
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 8 AND "inkwell_timeline_items"."user_id" = 3 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["from_source", "[{\"user_id\":1,\"type\":\"reblog\"}]"], ["has_many_sources", false], ["is_comment", false], ["item_id", 8], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["user_id", 3]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 13 AND "inkwell_timeline_items"."user_id" = 3 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["from_source", "[{\"user_id\":1,\"type\":\"following\"}]"], ["has_many_sources", false], ["is_comment", false], ["item_id", 13], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["user_id", 3]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 11 AND "inkwell_timeline_items"."user_id" = 3 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["from_source", "[{\"user_id\":1,\"type\":\"following\"}]"], ["has_many_sources", false], ["is_comment", false], ["item_id", 11], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["user_id", 3]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 10 AND "inkwell_timeline_items"."user_id" = 3 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["from_source", "[{\"user_id\":1,\"type\":\"following\"}]"], ["has_many_sources", false], ["is_comment", false], ["item_id", 10], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["user_id", 3]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 9 AND "inkwell_timeline_items"."user_id" = 3 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["from_source", "[{\"user_id\":1,\"type\":\"following\"}]"], ["has_many_sources", false], ["is_comment", false], ["item_id", 9], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["user_id", 3]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 5]]
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 5 AND "inkwell_timeline_items"."user_id" = 3 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["from_source", "[{\"user_id\":1,\"type\":\"reblog\"}]"], ["has_many_sources", false], ["is_comment", false], ["item_id", 5], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["user_id", 3]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 7 AND "inkwell_timeline_items"."user_id" = 3 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["from_source", "[{\"user_id\":1,\"type\":\"following\"}]"], ["has_many_sources", false], ["is_comment", false], ["item_id", 7], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["user_id", 3]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 6 AND "inkwell_timeline_items"."user_id" = 3 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["from_source", "[{\"user_id\":1,\"type\":\"following\"}]"], ["has_many_sources", false], ["is_comment", false], ["item_id", 6], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["user_id", 3]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 4 AND "inkwell_timeline_items"."user_id" = 3 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["from_source", "[{\"user_id\":1,\"type\":\"following\"}]"], ["has_many_sources", false], ["is_comment", false], ["item_id", 4], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["user_id", 3]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "users" SET "followers_ids" = '[3]', "updated_at" = '2013-02-08 18:44:37.679307' WHERE "users"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followings_ids" = '[1,2]', "updated_at" = '2013-02-08 18:44:37.680235' WHERE "users"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Load (0.1ms)[0m [1mSELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' ORDER BY created_at DESC LIMIT 10[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 14 AND "inkwell_timeline_items"."user_id" = 3 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["from_source", "[{\"user_id\":2,\"type\":\"following\"}]"], ["has_many_sources", false], ["is_comment", false], ["item_id", 14], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["user_id", 3]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 12 AND "inkwell_timeline_items"."user_id" = 3 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_timeline_items" SET "has_many_sources" = 't', "from_source" = '[{"user_id":1,"type":"reblog"},{"user_id":2,"type":"following"}]', "updated_at" = '2013-02-08 18:44:37.683833' WHERE "inkwell_timeline_items"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 8 AND "inkwell_timeline_items"."user_id" = 3 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_timeline_items" SET "has_many_sources" = 't', "from_source" = '[{"user_id":1,"type":"reblog"},{"user_id":2,"type":"following"}]', "updated_at" = '2013-02-08 18:44:37.685367' WHERE "inkwell_timeline_items"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 5 AND "inkwell_timeline_items"."user_id" = 3 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m UPDATE "inkwell_timeline_items" SET "has_many_sources" = 't', "from_source" = '[{"user_id":1,"type":"reblog"},{"user_id":2,"type":"following"}]', "updated_at" = '2013-02-08 18:44:37.686631' WHERE "inkwell_timeline_items"."id" = 7
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mInkwell::TimelineItem Load (0.2ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" = 3 ORDER BY created_at DESC LIMIT 10[0m
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 12]]
+ [1m[36mInkwell::BlogItem Exists (0.9ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 12 AND "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 12 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 8]]
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 8 AND "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 8 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1[0m
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 14]]
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 14 AND "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 14 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 13]]
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 13 AND "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 13 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1[0m
+ [1m[35mPost Load (0.1ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 11]]
+ [1m[36mInkwell::BlogItem Exists (1.7ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 11 AND "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 11 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 10]]
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 10 AND "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 10 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1[0m
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 9]]
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 9 AND "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 9 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 5]]
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 5 AND "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 5 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1[0m
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 7]]
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 7 AND "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 7 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 6]]
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 6 AND "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 6 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (3.8ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (3.2ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (3.6ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (3.3ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (3.6ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (3.5ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (4.3ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (3.2ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (3.3ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (4.3ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (4.2ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (4.5ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:37.790818' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "user_id" = 1, "created_at" = '2013-02-08 18:44:37.789554', "updated_at" = '2013-02-08 18:44:37.789554', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["parent_id", 1], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-08 18:44:37.793876' WHERE "posts"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-08 18:44:37.795151' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "parent_id" = 1, "user_id" = 2, "created_at" = '2013-02-08 18:44:37.792697', "updated_at" = '2013-02-08 18:44:37.792697', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["parent_id", 2], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":2,"comment_id":3}]', "updated_at" = '2013-02-08 18:44:37.798191' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":2,"comment_id":3}]', "updated_at" = '2013-02-08 18:44:37.799538' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":3}]', "updated_at" = '2013-02-08 18:44:37.800466' WHERE "inkwell_comments"."id" = 2[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "parent_id" = 2, "user_id" = 2, "created_at" = '2013-02-08 18:44:37.796772', "updated_at" = '2013-02-08 18:44:37.796772', "upper_comments_tree" = '[1,2]' WHERE "inkwell_comments"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["parent_id", 1], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":2,"comment_id":3},{"user_id":2,"comment_id":4}]', "updated_at" = '2013-02-08 18:44:37.803222' WHERE "posts"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":2,"comment_id":3},{"user_id":2,"comment_id":4}]', "updated_at" = '2013-02-08 18:44:37.804628' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "parent_id" = 1, "user_id" = 2, "created_at" = '2013-02-08 18:44:37.801947', "updated_at" = '2013-02-08 18:44:37.801947', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["from_source", "[]"], ["has_many_sources", false], ["is_comment", true], ["item_id", 3], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["user_id", 2]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["is_comment", true], ["item_id", 3], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["user_id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["from_source", "[]"], ["has_many_sources", false], ["is_comment", true], ["item_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["user_id", 2]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["is_comment", true], ["item_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["user_id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["is_comment", true], ["is_owner_user", true], ["is_reblog", nil], ["item_id", 3], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["is_comment", true], ["is_owner_user", true], ["is_reblog", nil], ["item_id", 3], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["is_comment", true], ["is_owner_user", true], ["is_reblog", nil], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" [0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items"
+ [1m[36mInkwell::BlogItem Load (0.1ms)[0m [1mSELECT "inkwell_blog_items".* FROM "inkwell_blog_items" [0m
+ [1m[35mInkwell::Comment Load (0.1ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments"
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "inkwell_comments" WHERE "inkwell_comments"."id" IN (2, 3, 4)[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" IN (2, 3, 4, 1) AND "inkwell_timeline_items"."is_comment" = 't'
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" IN (2, 3, 4, 1) AND "inkwell_favorite_items"."is_comment" = 't'[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" IN (2, 3, 4, 1) AND "inkwell_blog_items"."is_comment" = 't'
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[]', "updated_at" = '2013-02-08 18:44:37.816281' WHERE "posts"."id" = 1
+ [1m[36mSQL (0.0ms)[0m [1mDELETE FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::FavoriteItem Load (0.0ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items"
+ [1m[36mInkwell::TimelineItem Load (0.0ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" [0m
+ [1m[35mInkwell::BlogItem Load (0.0ms)[0m SELECT "inkwell_blog_items".* FROM "inkwell_blog_items"
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" [0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (4.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (3.5ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (5.0ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (4.5ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (3.7ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (3.7ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.2ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:37.853796' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "user_id" = 1, "created_at" = '2013-02-08 18:44:37.852470', "updated_at" = '2013-02-08 18:44:37.852470', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["parent_id", 1], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-08 18:44:37.856994' WHERE "posts"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-08 18:44:37.858388' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "parent_id" = 1, "user_id" = 2, "created_at" = '2013-02-08 18:44:37.855803', "updated_at" = '2013-02-08 18:44:37.855803', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["parent_id", 1], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3}]', "updated_at" = '2013-02-08 18:44:37.861087' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3}]', "updated_at" = '2013-02-08 18:44:37.862496' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "parent_id" = 1, "user_id" = 1, "created_at" = '2013-02-08 18:44:37.859930', "updated_at" = '2013-02-08 18:44:37.859930', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 3
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (4.6ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (4.1ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (4.5ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (4.7ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (4.4ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (4.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.8ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:37.900464' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "user_id" = 1, "created_at" = '2013-02-08 18:44:37.899256', "updated_at" = '2013-02-08 18:44:37.899256', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-08 18:44:37.904301' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "user_id" = 2, "created_at" = '2013-02-08 18:44:37.903056', "updated_at" = '2013-02-08 18:44:37.903056', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3}]', "updated_at" = '2013-02-08 18:44:37.906896' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "user_id" = 1, "created_at" = '2013-02-08 18:44:37.905662', "updated_at" = '2013-02-08 18:44:37.905662', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4}]', "updated_at" = '2013-02-08 18:44:37.909586' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "user_id" = 2, "created_at" = '2013-02-08 18:44:37.908355', "updated_at" = '2013-02-08 18:44:37.908355', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5}]', "updated_at" = '2013-02-08 18:44:37.912519' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "user_id" = 1, "created_at" = '2013-02-08 18:44:37.911054', "updated_at" = '2013-02-08 18:44:37.911054', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 5
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6}]', "updated_at" = '2013-02-08 18:44:37.915290' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "user_id" = 2, "created_at" = '2013-02-08 18:44:37.914060', "updated_at" = '2013-02-08 18:44:37.914060', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 6
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7}]', "updated_at" = '2013-02-08 18:44:37.918048' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "user_id" = 2, "created_at" = '2013-02-08 18:44:37.916738', "updated_at" = '2013-02-08 18:44:37.916738', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 7
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8}]', "updated_at" = '2013-02-08 18:44:37.920564' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "user_id" = 1, "created_at" = '2013-02-08 18:44:37.919320', "updated_at" = '2013-02-08 18:44:37.919320', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 8
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9}]', "updated_at" = '2013-02-08 18:44:37.923384' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "user_id" = 1, "created_at" = '2013-02-08 18:44:37.922055', "updated_at" = '2013-02-08 18:44:37.922055', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 9
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9},{"user_id":2,"comment_id":10}]', "updated_at" = '2013-02-08 18:44:37.926947' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "user_id" = 2, "created_at" = '2013-02-08 18:44:37.925570', "updated_at" = '2013-02-08 18:44:37.925570', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 10
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9},{"user_id":2,"comment_id":10},{"user_id":1,"comment_id":11}]', "updated_at" = '2013-02-08 18:44:37.929907' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "user_id" = 1, "created_at" = '2013-02-08 18:44:37.928528', "updated_at" = '2013-02-08 18:44:37.928528', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 11
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9},{"user_id":2,"comment_id":10},{"user_id":1,"comment_id":11},{"user_id":2,"comment_id":12}]', "updated_at" = '2013-02-08 18:44:37.932853' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "user_id" = 2, "created_at" = '2013-02-08 18:44:37.931387', "updated_at" = '2013-02-08 18:44:37.931387', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 12
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Comment Load (0.2ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."post_id" = 1 ORDER BY created_at DESC LIMIT 10
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 11]]
+ [1m[35mInkwell::Comment Load (0.1ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."post_id" = 1 AND (created_at < '2013-02-08 18:44:37.928528') ORDER BY created_at DESC LIMIT 10
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (3.5ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (2.9ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (4.2ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (3.8ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (3.3ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (3.7ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:37.967390' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "user_id" = 1, "created_at" = '2013-02-08 18:44:37.966143', "updated_at" = '2013-02-08 18:44:37.966143', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:37 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-08 18:44:37.970276' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "user_id" = 2, "created_at" = '2013-02-08 18:44:37.968994', "updated_at" = '2013-02-08 18:44:37.968994', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "inkwell_comments" WHERE "inkwell_comments"."post_id" = 1
+ [1m[36mInkwell::Comment Load (0.1ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" [0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.0ms)[0m [1mDELETE FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."is_comment" = 'f'[0m
+ [1m[35mSQL (0.0ms)[0m DELETE FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."is_comment" = 'f'
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."is_comment" = 'f'[0m
+ [1m[35mInkwell::Comment Load (0.1ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."post_id" = 1
+ [1m[36mSQL (0.0ms)[0m [1mDELETE FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."is_comment" = 't'[0m
+ [1m[35mSQL (0.0ms)[0m DELETE FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."is_comment" = 't'
+ [1m[36mSQL (0.0ms)[0m [1mDELETE FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."is_comment" = 't'[0m
+ [1m[35mSQL (0.0ms)[0m DELETE FROM "inkwell_comments" WHERE "inkwell_comments"."id" = 1
+ [1m[36mSQL (0.0ms)[0m [1mDELETE FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 2 AND "inkwell_timeline_items"."is_comment" = 't'[0m
+ [1m[35mSQL (0.0ms)[0m DELETE FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 2 AND "inkwell_favorite_items"."is_comment" = 't'
+ [1m[36mSQL (0.0ms)[0m [1mDELETE FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 2 AND "inkwell_blog_items"."is_comment" = 't'[0m
+ [1m[35mSQL (0.0ms)[0m DELETE FROM "inkwell_comments" WHERE "inkwell_comments"."id" = 2
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" [0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (3.5ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (3.2ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (3.6ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (3.7ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (3.7ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (3.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:38.018447' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "user_id" = 1, "created_at" = '2013-02-08 18:44:38.005935', "updated_at" = '2013-02-08 18:44:38.005935', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", 1], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-08 18:44:38.021722' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-08 18:44:38.023057' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.2ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "parent_id" = 1, "user_id" = 2, "created_at" = '2013-02-08 18:44:38.020398', "updated_at" = '2013-02-08 18:44:38.020398', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3}]', "updated_at" = '2013-02-08 18:44:38.025922' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "user_id" = 1, "created_at" = '2013-02-08 18:44:38.024671', "updated_at" = '2013-02-08 18:44:38.024671', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", 1], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4}]', "updated_at" = '2013-02-08 18:44:38.028836' WHERE "posts"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":2,"comment_id":4}]', "updated_at" = '2013-02-08 18:44:38.030059' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "parent_id" = 1, "user_id" = 2, "created_at" = '2013-02-08 18:44:38.027432', "updated_at" = '2013-02-08 18:44:38.027432', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5}]', "updated_at" = '2013-02-08 18:44:38.032731' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "user_id" = 1, "created_at" = '2013-02-08 18:44:38.031549', "updated_at" = '2013-02-08 18:44:38.031549', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 5[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", 1], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6}]', "updated_at" = '2013-02-08 18:44:38.035567' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":2,"comment_id":4},{"user_id":2,"comment_id":6}]', "updated_at" = '2013-02-08 18:44:38.036958' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "parent_id" = 1, "user_id" = 2, "created_at" = '2013-02-08 18:44:38.034228', "updated_at" = '2013-02-08 18:44:38.034228', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 6
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":1,"comment_id":7}]', "updated_at" = '2013-02-08 18:44:38.040994' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "user_id" = 1, "created_at" = '2013-02-08 18:44:38.039300', "updated_at" = '2013-02-08 18:44:38.039300', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 7
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 7]]
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (3.9ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (3.2ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (3.7ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (3.9ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (3.4ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (3.8ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:38.076025' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "user_id" = 1, "created_at" = '2013-02-08 18:44:38.074719', "updated_at" = '2013-02-08 18:44:38.074719', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", 1], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-08 18:44:38.079048' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-08 18:44:38.080343' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "parent_id" = 1, "user_id" = 2, "created_at" = '2013-02-08 18:44:38.077803', "updated_at" = '2013-02-08 18:44:38.077803', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", 1], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3}]', "updated_at" = '2013-02-08 18:44:38.084017' WHERE "posts"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::Comment Load (0.1ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3}]', "updated_at" = '2013-02-08 18:44:38.085544' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "parent_id" = 1, "user_id" = 1, "created_at" = '2013-02-08 18:44:38.081728', "updated_at" = '2013-02-08 18:44:38.081728', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 2 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["is_comment", true], ["item_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["user_id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-08 18:44:38.088551' WHERE "inkwell_comments"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 3 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 2 LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["is_comment", true], ["item_id", 3], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["user_id", 2]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[2]', "updated_at" = '2013-02-08 18:44:38.090700' WHERE "inkwell_comments"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 2 AND "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 't' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 2 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 3 AND "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 't' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 3 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 2 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 't' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 2 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 2 LIMIT 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 3 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 't' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 3 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 2 LIMIT 1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (3.8ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (3.0ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (3.5ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (3.7ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (3.1ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (3.5ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:38.128478' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "user_id" = 1, "created_at" = '2013-02-08 18:44:38.127171', "updated_at" = '2013-02-08 18:44:38.127171', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", 1], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-08 18:44:38.131565' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-08 18:44:38.133205' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "parent_id" = 1, "user_id" = 2, "created_at" = '2013-02-08 18:44:38.130202', "updated_at" = '2013-02-08 18:44:38.130202', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", 1], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3}]', "updated_at" = '2013-02-08 18:44:38.136322' WHERE "posts"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3}]', "updated_at" = '2013-02-08 18:44:38.137705' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "parent_id" = 1, "user_id" = 1, "created_at" = '2013-02-08 18:44:38.134894', "updated_at" = '2013-02-08 18:44:38.134894', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", 2], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4}]', "updated_at" = '2013-02-08 18:44:38.140488' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4}]', "updated_at" = '2013-02-08 18:44:38.141905' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":4}]', "updated_at" = '2013-02-08 18:44:38.142808' WHERE "inkwell_comments"."id" = 2[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "parent_id" = 2, "user_id" = 2, "created_at" = '2013-02-08 18:44:38.139218', "updated_at" = '2013-02-08 18:44:38.139218', "upper_comments_tree" = '[1,2]' WHERE "inkwell_comments"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", 3], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.3ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5}]', "updated_at" = '2013-02-08 18:44:38.163291' WHERE "posts"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5}]', "updated_at" = '2013-02-08 18:44:38.165537' WHERE "inkwell_comments"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":5}]', "updated_at" = '2013-02-08 18:44:38.166442' WHERE "inkwell_comments"."id" = 3
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "parent_id" = 3, "user_id" = 1, "created_at" = '2013-02-08 18:44:38.144383', "updated_at" = '2013-02-08 18:44:38.144383', "upper_comments_tree" = '[1,3]' WHERE "inkwell_comments"."id" = 5[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", 1], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6}]', "updated_at" = '2013-02-08 18:44:38.169413' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6}]', "updated_at" = '2013-02-08 18:44:38.170830' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "parent_id" = 1, "user_id" = 2, "created_at" = '2013-02-08 18:44:38.168032', "updated_at" = '2013-02-08 18:44:38.168032', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 6
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", 4], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7}]', "updated_at" = '2013-02-08 18:44:38.173827' WHERE "posts"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 4]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7}]', "updated_at" = '2013-02-08 18:44:38.175249' WHERE "inkwell_comments"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":4},{"user_id":2,"comment_id":7}]', "updated_at" = '2013-02-08 18:44:38.176247' WHERE "inkwell_comments"."id" = 2
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 4]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":7}]', "updated_at" = '2013-02-08 18:44:38.177187' WHERE "inkwell_comments"."id" = 4
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "parent_id" = 4, "user_id" = 2, "created_at" = '2013-02-08 18:44:38.172413', "updated_at" = '2013-02-08 18:44:38.172413', "upper_comments_tree" = '[1,2,4]' WHERE "inkwell_comments"."id" = 7[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", 3], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8}]', "updated_at" = '2013-02-08 18:44:38.180025' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8}]', "updated_at" = '2013-02-08 18:44:38.181474' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.1ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":5},{"user_id":1,"comment_id":8}]', "updated_at" = '2013-02-08 18:44:38.182458' WHERE "inkwell_comments"."id" = 3[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "parent_id" = 3, "user_id" = 1, "created_at" = '2013-02-08 18:44:38.178659', "updated_at" = '2013-02-08 18:44:38.178659', "upper_comments_tree" = '[1,3]' WHERE "inkwell_comments"."id" = 8
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", 1], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9}]', "updated_at" = '2013-02-08 18:44:38.185228' WHERE "posts"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9}]', "updated_at" = '2013-02-08 18:44:38.186704' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "parent_id" = 1, "user_id" = 1, "created_at" = '2013-02-08 18:44:38.183938', "updated_at" = '2013-02-08 18:44:38.183938', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 9[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", 6], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9},{"user_id":2,"comment_id":10}]', "updated_at" = '2013-02-08 18:44:38.189753' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 6]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9},{"user_id":2,"comment_id":10}]', "updated_at" = '2013-02-08 18:44:38.191238' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 6]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":10}]', "updated_at" = '2013-02-08 18:44:38.192209' WHERE "inkwell_comments"."id" = 6[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "parent_id" = 6, "user_id" = 2, "created_at" = '2013-02-08 18:44:38.188340', "updated_at" = '2013-02-08 18:44:38.188340', "upper_comments_tree" = '[1,6]' WHERE "inkwell_comments"."id" = 10
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", 5], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9},{"user_id":2,"comment_id":10},{"user_id":1,"comment_id":11}]', "updated_at" = '2013-02-08 18:44:38.195090' WHERE "posts"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 5]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.2ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9},{"user_id":2,"comment_id":10},{"user_id":1,"comment_id":11}]', "updated_at" = '2013-02-08 18:44:38.196436' WHERE "inkwell_comments"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":5},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":11}]', "updated_at" = '2013-02-08 18:44:38.197452' WHERE "inkwell_comments"."id" = 3
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 5]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":11}]', "updated_at" = '2013-02-08 18:44:38.198301' WHERE "inkwell_comments"."id" = 5
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "parent_id" = 5, "user_id" = 1, "created_at" = '2013-02-08 18:44:38.193689', "updated_at" = '2013-02-08 18:44:38.193689', "upper_comments_tree" = '[1,3,5]' WHERE "inkwell_comments"."id" = 11[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", 1], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9},{"user_id":2,"comment_id":10},{"user_id":1,"comment_id":11},{"user_id":2,"comment_id":12}]', "updated_at" = '2013-02-08 18:44:38.200995' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9},{"user_id":2,"comment_id":10},{"user_id":1,"comment_id":11},{"user_id":2,"comment_id":12}]', "updated_at" = '2013-02-08 18:44:38.203369' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "parent_id" = 1, "user_id" = 2, "created_at" = '2013-02-08 18:44:38.199778', "updated_at" = '2013-02-08 18:44:38.199778', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 12
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 8]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 9]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 10]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 11]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 12]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 6]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 7]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 8]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 9]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 10]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 4]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 5]]
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (3.8ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (3.3ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (4.4ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (3.3ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (3.3ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (3.8ms)[0m DELETE FROM "users";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:38.241061' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.2ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "user_id" = 1, "created_at" = '2013-02-08 18:44:38.239958', "updated_at" = '2013-02-08 18:44:38.239958', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", 1], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-08 18:44:38.244026' WHERE "posts"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-08 18:44:38.245386' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "parent_id" = 1, "user_id" = 2, "created_at" = '2013-02-08 18:44:38.242803', "updated_at" = '2013-02-08 18:44:38.242803', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", 1], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3}]', "updated_at" = '2013-02-08 18:44:38.248451' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3}]', "updated_at" = '2013-02-08 18:44:38.249742' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "parent_id" = 1, "user_id" = 1, "created_at" = '2013-02-08 18:44:38.246920', "updated_at" = '2013-02-08 18:44:38.246920', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 2 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["is_comment", true], ["item_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["user_id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-08 18:44:38.252573' WHERE "inkwell_comments"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 3 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 2 LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["is_comment", true], ["item_id", 3], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["user_id", 2]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[2]', "updated_at" = '2013-02-08 18:44:38.254744' WHERE "inkwell_comments"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::Comment Load (0.1ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."post_id" = 1 ORDER BY created_at DESC LIMIT 10[0m
+ [1m[35mInkwell::BlogItem Exists (0.0ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 3 AND "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 't' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 3 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1[0m
+ [1m[35mInkwell::BlogItem Exists (0.0ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 2 AND "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 't' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 2 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1[0m
+ [1m[35mInkwell::BlogItem Exists (0.0ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 't' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 1 LIMIT 1[0m
+ [1m[35mInkwell::Comment Load (0.1ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."post_id" = 1 ORDER BY created_at DESC LIMIT 10
+ [1m[36mInkwell::BlogItem Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 3 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 't' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 3 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 2 LIMIT 1
+ [1m[36mInkwell::BlogItem Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 2 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 't' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 2 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 2 LIMIT 1
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 't' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."is_comment" = 't' AND "inkwell_favorite_items"."user_id" = 2 LIMIT 1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (4.5ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (3.9ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (3.5ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (3.3ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (4.2ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (3.8ms)[0m DELETE FROM "users";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "inkwell_comments" WHERE "inkwell_comments"."user_id" = 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:38.297840' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "post_id" = 1, "body" = 'salkar_comment_body', "user_id" = 1, "created_at" = '2013-02-08 18:44:38.296524', "updated_at" = '2013-02-08 18:44:38.296524', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "inkwell_comments" WHERE "inkwell_comments"."post_id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.1ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."post_id" = 1
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1[0m
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = 1 LIMIT 1
+ [1m[36mPost Load (0.1ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (5.0ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (2.9ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (3.8ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (4.5ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (4.2ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (3.9ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.2ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:38.359630' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "user_id" = 1, "created_at" = '2013-02-08 18:44:38.358337', "updated_at" = '2013-02-08 18:44:38.358337', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", 1], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-08 18:44:38.362894' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-08 18:44:38.364281' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "parent_id" = 1, "user_id" = 2, "created_at" = '2013-02-08 18:44:38.361562', "updated_at" = '2013-02-08 18:44:38.361562', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", 1], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3}]', "updated_at" = '2013-02-08 18:44:38.367012' WHERE "posts"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3}]', "updated_at" = '2013-02-08 18:44:38.368838' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "parent_id" = 1, "user_id" = 1, "created_at" = '2013-02-08 18:44:38.365740', "updated_at" = '2013-02-08 18:44:38.365740', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", 1], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4}]', "updated_at" = '2013-02-08 18:44:38.371477' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4}]', "updated_at" = '2013-02-08 18:44:38.372906' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "parent_id" = 1, "user_id" = 2, "created_at" = '2013-02-08 18:44:38.370217', "updated_at" = '2013-02-08 18:44:38.370217', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", 1], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5}]', "updated_at" = '2013-02-08 18:44:38.375336' WHERE "posts"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5}]', "updated_at" = '2013-02-08 18:44:38.376835' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "parent_id" = 1, "user_id" = 1, "created_at" = '2013-02-08 18:44:38.374216', "updated_at" = '2013-02-08 18:44:38.374216', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 5[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", 1], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6}]', "updated_at" = '2013-02-08 18:44:38.379578' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6}]', "updated_at" = '2013-02-08 18:44:38.380993' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "parent_id" = 1, "user_id" = 2, "created_at" = '2013-02-08 18:44:38.378282', "updated_at" = '2013-02-08 18:44:38.378282', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 6
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", 1], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7}]', "updated_at" = '2013-02-08 18:44:38.383798' WHERE "posts"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7}]', "updated_at" = '2013-02-08 18:44:38.385732' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "parent_id" = 1, "user_id" = 2, "created_at" = '2013-02-08 18:44:38.382480', "updated_at" = '2013-02-08 18:44:38.382480', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 7[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", 1], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.1ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8}]', "updated_at" = '2013-02-08 18:44:38.388653' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8}]', "updated_at" = '2013-02-08 18:44:38.390253' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "parent_id" = 1, "user_id" = 1, "created_at" = '2013-02-08 18:44:38.387231', "updated_at" = '2013-02-08 18:44:38.387231', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 8
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", 1], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9}]', "updated_at" = '2013-02-08 18:44:38.392994' WHERE "posts"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9}]', "updated_at" = '2013-02-08 18:44:38.394455' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "parent_id" = 1, "user_id" = 1, "created_at" = '2013-02-08 18:44:38.391731', "updated_at" = '2013-02-08 18:44:38.391731', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 9[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", 1], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9},{"user_id":2,"comment_id":10}]', "updated_at" = '2013-02-08 18:44:38.397286' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9},{"user_id":2,"comment_id":10}]', "updated_at" = '2013-02-08 18:44:38.398613' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "parent_id" = 1, "user_id" = 2, "created_at" = '2013-02-08 18:44:38.395954', "updated_at" = '2013-02-08 18:44:38.395954', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 10
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", 1], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9},{"user_id":2,"comment_id":10},{"user_id":1,"comment_id":11}]', "updated_at" = '2013-02-08 18:44:38.401515' WHERE "posts"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9},{"user_id":2,"comment_id":10},{"user_id":1,"comment_id":11}]', "updated_at" = '2013-02-08 18:44:38.403008' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "parent_id" = 1, "user_id" = 1, "created_at" = '2013-02-08 18:44:38.400025', "updated_at" = '2013-02-08 18:44:38.400025', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 11[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", 1], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9},{"user_id":2,"comment_id":10},{"user_id":1,"comment_id":11},{"user_id":2,"comment_id":12}]', "updated_at" = '2013-02-08 18:44:38.406546' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9},{"user_id":2,"comment_id":10},{"user_id":1,"comment_id":11},{"user_id":2,"comment_id":12}]', "updated_at" = '2013-02-08 18:44:38.408024' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "parent_id" = 1, "user_id" = 2, "created_at" = '2013-02-08 18:44:38.404558', "updated_at" = '2013-02-08 18:44:38.404558', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 12
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 4]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 5]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 6]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 7]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 8]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 9]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 10]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 11]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 12]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 11]]
+ [1m[35mInkwell::Comment Load (0.2ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."post_id" = 1 AND (created_at < '2013-02-08 18:44:38.400025') ORDER BY created_at DESC LIMIT 10
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (3.7ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (3.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (3.1ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (2.8ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (3.7ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (2.8ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:38.443016' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "user_id" = 1, "created_at" = '2013-02-08 18:44:38.441766', "updated_at" = '2013-02-08 18:44:38.441766', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", 1], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-08 18:44:38.445956' WHERE "posts"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-08 18:44:38.447243' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "parent_id" = 1, "user_id" = 2, "created_at" = '2013-02-08 18:44:38.444690', "updated_at" = '2013-02-08 18:44:38.444690', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["from_source", "[]"], ["has_many_sources", false], ["is_comment", true], ["item_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["user_id", 2]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.0ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["is_comment", true], ["item_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["user_id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["from_source", "[]"], ["has_many_sources", false], ["is_comment", true], ["item_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["user_id", 2]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["is_comment", true], ["item_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["user_id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["is_comment", true], ["is_owner_user", true], ["is_reblog", nil], ["item_id", 2], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["is_comment", true], ["is_owner_user", true], ["is_reblog", nil], ["item_id", 2], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["is_comment", true], ["is_owner_user", true], ["is_reblog", nil], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" [0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items"
+ [1m[36mInkwell::BlogItem Load (0.1ms)[0m [1mSELECT "inkwell_blog_items".* FROM "inkwell_blog_items" [0m
+ [1m[35mInkwell::Comment Load (0.1ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments"
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "inkwell_comments" WHERE "inkwell_comments"."id" IN (2)[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" IN (2, 1) AND "inkwell_timeline_items"."is_comment" = 't'
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" IN (2, 1) AND "inkwell_favorite_items"."is_comment" = 't'[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" IN (2, 1) AND "inkwell_blog_items"."is_comment" = 't'
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[]', "updated_at" = '2013-02-08 18:44:38.458313' WHERE "posts"."id" = 1
+ [1m[36mSQL (0.0ms)[0m [1mDELETE FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::FavoriteItem Load (0.0ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items"
+ [1m[36mInkwell::TimelineItem Load (0.0ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" [0m
+ [1m[35mInkwell::BlogItem Load (0.1ms)[0m SELECT "inkwell_blog_items".* FROM "inkwell_blog_items"
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" [0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (4.0ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (3.0ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (3.3ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (3.6ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (4.3ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (2.9ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:38.491543' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "user_id" = 1, "created_at" = '2013-02-08 18:44:38.490235', "updated_at" = '2013-02-08 18:44:38.490235', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", 1], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-08 18:44:38.494498' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-08 18:44:38.496341' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.2ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "parent_id" = 1, "user_id" = 2, "created_at" = '2013-02-08 18:44:38.493314', "updated_at" = '2013-02-08 18:44:38.493314', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (3.5ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (3.2ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (3.6ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (4.2ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (4.5ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (5.4ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Comment Load (0.1ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."user_id" = 1
+ [1m[36mInkwell::Comment Load (0.1ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."post_id" = 1[0m
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (4.8ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (4.1ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (4.0ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (4.5ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (4.6ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (4.3ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "inkwell_comments" WHERE "inkwell_comments"."post_id" = 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:38.568389' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "user_id" = 1, "created_at" = '2013-02-08 18:44:38.566962', "updated_at" = '2013-02-08 18:44:38.566962', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", 1], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-08 18:44:38.571387' WHERE "posts"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-08 18:44:38.572971' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "parent_id" = 1, "user_id" = 2, "created_at" = '2013-02-08 18:44:38.570182', "updated_at" = '2013-02-08 18:44:38.570182', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", 1], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3}]', "updated_at" = '2013-02-08 18:44:38.575355' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3}]', "updated_at" = '2013-02-08 18:44:38.576678' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "parent_id" = 1, "user_id" = 1, "created_at" = '2013-02-08 18:44:38.574188', "updated_at" = '2013-02-08 18:44:38.574188', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "inkwell_comments" WHERE "inkwell_comments"."post_id" = 1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (4.7ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (4.5ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (5.1ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (3.9ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (3.8ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (4.6ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:38.626872' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "user_id" = 1, "created_at" = '2013-02-08 18:44:38.625581', "updated_at" = '2013-02-08 18:44:38.625581', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", 1], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-08 18:44:38.629959' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-08 18:44:38.631277' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "parent_id" = 1, "user_id" = 2, "created_at" = '2013-02-08 18:44:38.628689', "updated_at" = '2013-02-08 18:44:38.628689', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", 1], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3}]', "updated_at" = '2013-02-08 18:44:38.634743' WHERE "posts"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3}]', "updated_at" = '2013-02-08 18:44:38.636082' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "parent_id" = 1, "user_id" = 1, "created_at" = '2013-02-08 18:44:38.633497', "updated_at" = '2013-02-08 18:44:38.633497', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", 2], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4}]', "updated_at" = '2013-02-08 18:44:38.638845' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4}]', "updated_at" = '2013-02-08 18:44:38.640276' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":4}]', "updated_at" = '2013-02-08 18:44:38.641207' WHERE "inkwell_comments"."id" = 2[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "parent_id" = 2, "user_id" = 2, "created_at" = '2013-02-08 18:44:38.637567', "updated_at" = '2013-02-08 18:44:38.637567', "upper_comments_tree" = '[1,2]' WHERE "inkwell_comments"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", 3], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5}]', "updated_at" = '2013-02-08 18:44:38.644024' WHERE "posts"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5}]', "updated_at" = '2013-02-08 18:44:38.645788' WHERE "inkwell_comments"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":5}]', "updated_at" = '2013-02-08 18:44:38.646644' WHERE "inkwell_comments"."id" = 3
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "parent_id" = 3, "user_id" = 1, "created_at" = '2013-02-08 18:44:38.642855', "updated_at" = '2013-02-08 18:44:38.642855', "upper_comments_tree" = '[1,3]' WHERE "inkwell_comments"."id" = 5[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", 1], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6}]', "updated_at" = '2013-02-08 18:44:38.650523' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6}]', "updated_at" = '2013-02-08 18:44:38.651927' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "parent_id" = 1, "user_id" = 2, "created_at" = '2013-02-08 18:44:38.648994', "updated_at" = '2013-02-08 18:44:38.648994', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 6
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", 4], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7}]', "updated_at" = '2013-02-08 18:44:38.654669' WHERE "posts"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 4]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7}]', "updated_at" = '2013-02-08 18:44:38.656025' WHERE "inkwell_comments"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":4},{"user_id":2,"comment_id":7}]', "updated_at" = '2013-02-08 18:44:38.657122' WHERE "inkwell_comments"."id" = 2
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 4]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":7}]', "updated_at" = '2013-02-08 18:44:38.658146' WHERE "inkwell_comments"."id" = 4
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "parent_id" = 4, "user_id" = 2, "created_at" = '2013-02-08 18:44:38.653362', "updated_at" = '2013-02-08 18:44:38.653362', "upper_comments_tree" = '[1,2,4]' WHERE "inkwell_comments"."id" = 7[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", 3], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8}]', "updated_at" = '2013-02-08 18:44:38.661418' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8}]', "updated_at" = '2013-02-08 18:44:38.663194' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":5},{"user_id":1,"comment_id":8}]', "updated_at" = '2013-02-08 18:44:38.664242' WHERE "inkwell_comments"."id" = 3[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "parent_id" = 3, "user_id" = 1, "created_at" = '2013-02-08 18:44:38.659767', "updated_at" = '2013-02-08 18:44:38.659767', "upper_comments_tree" = '[1,3]' WHERE "inkwell_comments"."id" = 8
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", 1], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9}]', "updated_at" = '2013-02-08 18:44:38.667202' WHERE "posts"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9}]', "updated_at" = '2013-02-08 18:44:38.668827' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "parent_id" = 1, "user_id" = 1, "created_at" = '2013-02-08 18:44:38.665803', "updated_at" = '2013-02-08 18:44:38.665803', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 9[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", 6], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9},{"user_id":2,"comment_id":10}]', "updated_at" = '2013-02-08 18:44:38.671635' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 6]]
+ [1m[35mInkwell::Comment Load (0.1ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9},{"user_id":2,"comment_id":10}]', "updated_at" = '2013-02-08 18:44:38.673343' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 6]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":10}]', "updated_at" = '2013-02-08 18:44:38.674564' WHERE "inkwell_comments"."id" = 6[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "parent_id" = 6, "user_id" = 2, "created_at" = '2013-02-08 18:44:38.670213', "updated_at" = '2013-02-08 18:44:38.670213', "upper_comments_tree" = '[1,6]' WHERE "inkwell_comments"."id" = 10
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.0ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", 5], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9},{"user_id":2,"comment_id":10},{"user_id":1,"comment_id":11}]', "updated_at" = '2013-02-08 18:44:38.677612' WHERE "posts"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 5]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9},{"user_id":2,"comment_id":10},{"user_id":1,"comment_id":11}]', "updated_at" = '2013-02-08 18:44:38.679265' WHERE "inkwell_comments"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":5},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":11}]', "updated_at" = '2013-02-08 18:44:38.680418' WHERE "inkwell_comments"."id" = 3
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 5]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":11}]', "updated_at" = '2013-02-08 18:44:38.681352' WHERE "inkwell_comments"."id" = 5
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "parent_id" = 5, "user_id" = 1, "created_at" = '2013-02-08 18:44:38.676024', "updated_at" = '2013-02-08 18:44:38.676024', "upper_comments_tree" = '[1,3,5]' WHERE "inkwell_comments"."id" = 11[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", 1], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.2ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9},{"user_id":2,"comment_id":10},{"user_id":1,"comment_id":11},{"user_id":2,"comment_id":12}]', "updated_at" = '2013-02-08 18:44:38.703190' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9},{"user_id":2,"comment_id":10},{"user_id":1,"comment_id":11},{"user_id":2,"comment_id":12}]', "updated_at" = '2013-02-08 18:44:38.705469' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "parent_id" = 1, "user_id" = 2, "created_at" = '2013-02-08 18:44:38.683070', "updated_at" = '2013-02-08 18:44:38.683070', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 12
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 4]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 5]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 6]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 7]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 8]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 9]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 10]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 11]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 12]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 11]]
+ [1m[35mInkwell::Comment Load (0.2ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."post_id" = 1 AND (created_at < '2013-02-08 18:44:38.676024') ORDER BY created_at DESC LIMIT 10
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (4.7ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (3.8ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (4.5ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (3.7ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (4.1ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (4.4ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:38.746562' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "user_id" = 1, "created_at" = '2013-02-08 18:44:38.745269', "updated_at" = '2013-02-08 18:44:38.745269', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-08 18:44:38.749718' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "user_id" = 2, "created_at" = '2013-02-08 18:44:38.748451', "updated_at" = '2013-02-08 18:44:38.748451', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3}]', "updated_at" = '2013-02-08 18:44:38.752564' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "user_id" = 1, "created_at" = '2013-02-08 18:44:38.751189', "updated_at" = '2013-02-08 18:44:38.751189', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", 2], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4}]', "updated_at" = '2013-02-08 18:44:38.755348' WHERE "posts"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35m (0.0ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":4}]', "updated_at" = '2013-02-08 18:44:38.756674' WHERE "inkwell_comments"."id" = 2
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "parent_id" = 2, "user_id" = 2, "created_at" = '2013-02-08 18:44:38.754085', "updated_at" = '2013-02-08 18:44:38.754085', "upper_comments_tree" = '[2]' WHERE "inkwell_comments"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5}]', "updated_at" = '2013-02-08 18:44:38.759508' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "user_id" = 1, "created_at" = '2013-02-08 18:44:38.758109', "updated_at" = '2013-02-08 18:44:38.758109', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 5[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6}]', "updated_at" = '2013-02-08 18:44:38.762323' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "user_id" = 2, "created_at" = '2013-02-08 18:44:38.760994', "updated_at" = '2013-02-08 18:44:38.760994', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 6[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7}]', "updated_at" = '2013-02-08 18:44:38.764994' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "user_id" = 2, "created_at" = '2013-02-08 18:44:38.763688', "updated_at" = '2013-02-08 18:44:38.763688', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 7[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8}]', "updated_at" = '2013-02-08 18:44:38.767910' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "user_id" = 1, "created_at" = '2013-02-08 18:44:38.766502', "updated_at" = '2013-02-08 18:44:38.766502', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 8[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9}]', "updated_at" = '2013-02-08 18:44:38.771383' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "user_id" = 1, "created_at" = '2013-02-08 18:44:38.770025', "updated_at" = '2013-02-08 18:44:38.770025', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 9[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9},{"user_id":2,"comment_id":10}]', "updated_at" = '2013-02-08 18:44:38.774155' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "user_id" = 2, "created_at" = '2013-02-08 18:44:38.772919', "updated_at" = '2013-02-08 18:44:38.772919', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 10[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9},{"user_id":2,"comment_id":10},{"user_id":1,"comment_id":11}]', "updated_at" = '2013-02-08 18:44:38.776993' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "user_id" = 1, "created_at" = '2013-02-08 18:44:38.775673', "updated_at" = '2013-02-08 18:44:38.775673', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 11[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9},{"user_id":2,"comment_id":10},{"user_id":1,"comment_id":11},{"user_id":2,"comment_id":12}]', "updated_at" = '2013-02-08 18:44:38.780225' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "user_id" = 2, "created_at" = '2013-02-08 18:44:38.778825', "updated_at" = '2013-02-08 18:44:38.778825', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 12[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Comment Load (0.1ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."post_id" = 1 ORDER BY created_at DESC LIMIT 5[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 11]]
+ [1m[36mInkwell::Comment Load (0.1ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."post_id" = 1 AND (created_at < '2013-02-08 18:44:38.775673') ORDER BY created_at DESC LIMIT 5[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 6]]
+ [1m[36mInkwell::Comment Load (0.1ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."post_id" = 1 AND (created_at < '2013-02-08 18:44:38.760994') ORDER BY created_at DESC LIMIT 7[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (3.6ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (3.0ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (3.6ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (3.2ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (3.6ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (3.9ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:38.815725' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "user_id" = 1, "created_at" = '2013-02-08 18:44:38.814445', "updated_at" = '2013-02-08 18:44:38.814445', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", 1], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-08 18:44:38.818929' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-08 18:44:38.820262' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "parent_id" = 1, "user_id" = 2, "created_at" = '2013-02-08 18:44:38.817547', "updated_at" = '2013-02-08 18:44:38.817547', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["from_source", "[]"], ["has_many_sources", false], ["is_comment", true], ["item_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["user_id", 2]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["is_comment", true], ["item_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["user_id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["from_source", "[]"], ["has_many_sources", false], ["is_comment", true], ["item_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["user_id", 2]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["is_comment", true], ["item_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["user_id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["is_comment", true], ["is_owner_user", true], ["is_reblog", nil], ["item_id", 2], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["is_comment", true], ["is_owner_user", true], ["is_reblog", nil], ["item_id", 2], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["is_comment", true], ["is_owner_user", true], ["is_reblog", nil], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items"
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" [0m
+ [1m[35mInkwell::BlogItem Load (0.1ms)[0m SELECT "inkwell_blog_items".* FROM "inkwell_blog_items"
+ [1m[36mInkwell::Comment Load (0.1ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" [0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "inkwell_comments" WHERE "inkwell_comments"."id" IN (NULL)[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" IN (2) AND "inkwell_timeline_items"."is_comment" = 't'
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" IN (2) AND "inkwell_favorite_items"."is_comment" = 't'[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" IN (2) AND "inkwell_blog_items"."is_comment" = 't'
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[]', "updated_at" = '2013-02-08 18:44:38.830432' WHERE "inkwell_comments"."id" = 1
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:38.831519' WHERE "posts"."id" = 1
+ [1m[36mSQL (0.0ms)[0m [1mDELETE FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ?[0m [["id", 2]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::FavoriteItem Load (0.0ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items"
+ [1m[36mInkwell::TimelineItem Load (0.0ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" [0m
+ [1m[35mInkwell::BlogItem Load (0.1ms)[0m SELECT "inkwell_blog_items".* FROM "inkwell_blog_items"
+ [1m[36mInkwell::Comment Load (0.1ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" [0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (4.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (4.6ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (4.0ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (4.4ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (3.8ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (4.8ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:38.869840' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "post_id" = 1, "user_id" = 1, "created_at" = '2013-02-08 18:44:38.868617', "updated_at" = '2013-02-08 18:44:38.868617', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["from_source", "[]"], ["has_many_sources", false], ["is_comment", true], ["item_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["user_id", 2]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["is_comment", true], ["item_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["user_id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["is_comment", true], ["is_owner_user", true], ["is_reblog", nil], ["item_id", 1], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["is_comment", true], ["is_owner_user", true], ["is_reblog", nil], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" [0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items"
+ [1m[36mInkwell::BlogItem Load (0.1ms)[0m [1mSELECT "inkwell_blog_items".* FROM "inkwell_blog_items" [0m
+ [1m[35mInkwell::Comment Load (0.1ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments"
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.0ms)[0m DELETE FROM "inkwell_comments" WHERE "inkwell_comments"."id" IN (NULL)
+ [1m[36mSQL (0.0ms)[0m [1mDELETE FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" IN (1) AND "inkwell_timeline_items"."is_comment" = 't'[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" IN (1) AND "inkwell_favorite_items"."is_comment" = 't'
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" IN (1) AND "inkwell_blog_items"."is_comment" = 't'[0m
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.2ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[]', "updated_at" = '2013-02-08 18:44:38.878281' WHERE "posts"."id" = 1[0m
+ [1m[35mSQL (0.0ms)[0m DELETE FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::FavoriteItem Load (0.0ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" [0m
+ [1m[35mInkwell::TimelineItem Load (0.0ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items"
+ [1m[36mInkwell::BlogItem Load (0.0ms)[0m [1mSELECT "inkwell_blog_items".* FROM "inkwell_blog_items" [0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments"
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (4.3ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (3.9ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (3.7ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (4.6ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (3.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (3.3ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:38.914992' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "post_id" = 1, "body" = 'salkar_comment_body', "user_id" = 1, "created_at" = '2013-02-08 18:44:38.913721', "updated_at" = '2013-02-08 18:44:38.913721', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 't' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["is_comment", true], ["is_owner_user", true], ["is_reblog", true], ["item_id", 1], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_reblog_it" = '[2]', "updated_at" = '2013-02-08 18:44:38.920060' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 4 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 't' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["is_comment", true], ["is_owner_user", true], ["is_reblog", true], ["item_id", 1], ["owner_id", 4], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_reblog_it" = '[2,4]', "updated_at" = '2013-02-08 18:44:38.922356' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (4.8ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (4.3ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (4.1ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (4.4ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (4.5ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (4.3ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.1ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.6ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:38.960327' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "post_id" = 1, "body" = 'salkar_comment_body', "user_id" = 1, "created_at" = '2013-02-08 18:44:38.959264', "updated_at" = '2013-02-08 18:44:38.959264', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 4 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", true], ["item_id", 1], ["owner_id", 4], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_reblog_it" = '[4]', "updated_at" = '2013-02-08 18:44:38.964520' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followers_ids" = '[2]', "updated_at" = '2013-02-08 18:44:38.965342' WHERE "users"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "users" SET "followings_ids" = '[4]', "updated_at" = '2013-02-08 18:44:38.966127' WHERE "users"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Load (0.1ms)[0m SELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 4 AND "inkwell_blog_items"."is_owner_user" = 't' ORDER BY created_at DESC LIMIT 10
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."user_id" = 2 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["from_source", "[{\"user_id\":4,\"type\":\"reblog\"}]"], ["has_many_sources", false], ["is_comment", false], ["item_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["user_id", 2]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followers_ids" = '[2]', "updated_at" = '2013-02-08 18:44:38.981685' WHERE "users"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "users" SET "followings_ids" = '[4,1]', "updated_at" = '2013-02-08 18:44:38.982557' WHERE "users"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Load (0.1ms)[0m SELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."is_owner_user" = 't' ORDER BY created_at DESC LIMIT 10
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."user_id" = 2 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_timeline_items" SET "has_many_sources" = 't', "from_source" = '[{"user_id":4,"type":"reblog"},{"user_id":1,"type":"following"}]', "updated_at" = '2013-02-08 18:44:38.984570' WHERE "inkwell_timeline_items"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "talisman_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["user_id", 4], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 4]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 2], ["owner_id", 4], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["from_source", "[{\"user_id\":4,\"type\":\"following\"}]"], ["has_many_sources", false], ["is_comment", false], ["item_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:38 UTC +00:00], ["user_id", 2]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" = 2[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" = 2 AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."is_comment" = 'f'
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" = 2 AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 4 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_reblog_it" = '[]', "updated_at" = '2013-02-08 18:44:38.991187' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.0ms)[0m DELETE FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 4 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f'
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" IN (2) AND "inkwell_timeline_items"."has_many_sources" = 'f' AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."is_comment" = 'f'[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" IN (2) AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."is_comment" = 'f'
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_timeline_items" SET "has_many_sources" = 'f', "from_source" = '[{"user_id":1,"type":"following"}]', "updated_at" = '2013-02-08 18:44:38.993146' WHERE "inkwell_timeline_items"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" = 2 AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."is_comment" = 'f'
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" = 2 AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" = 2
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (259.3ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.6ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (6.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (5.0ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (5.4ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (6.2ms)[0m DELETE FROM "posts";
+ [1m[36m (0.3ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (5.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.3ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:39.302866' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "post_id" = 1, "body" = 'salkar_comment_body', "user_id" = 1, "created_at" = '2013-02-08 18:44:39.301120', "updated_at" = '2013-02-08 18:44:39.301120', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "users" SET "followers_ids" = '[1]', "updated_at" = '2013-02-08 18:44:39.305547' WHERE "users"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followings_ids" = '[2]', "updated_at" = '2013-02-08 18:44:39.306609' WHERE "users"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Load (0.1ms)[0m [1mSELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' ORDER BY created_at DESC LIMIT 10[0m
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", true], ["item_id", 1], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_reblog_it" = '[2]', "updated_at" = '2013-02-08 18:44:39.310711' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 't' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["is_comment", true], ["is_owner_user", true], ["is_reblog", true], ["item_id", 1], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_reblog_it" = '[2]', "updated_at" = '2013-02-08 18:44:39.314248' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" = 1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (5.2ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (3.5ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (4.2ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (4.0ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (5.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (3.9ms)[0m DELETE FROM "users";
+ [1m[36m (0.3ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:39.356714' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "post_id" = 1, "body" = 'salkar_comment_body', "user_id" = 1, "created_at" = '2013-02-08 18:44:39.355055', "updated_at" = '2013-02-08 18:44:39.355055', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", true], ["item_id", 1], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_reblog_it" = '[2]', "updated_at" = '2013-02-08 18:44:39.361515' WHERE "posts"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_reblog_it" = '[]', "updated_at" = '2013-02-08 18:44:39.363421' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f'
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" IN (NULL) AND "inkwell_timeline_items"."has_many_sources" = 'f' AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."is_comment" = 'f'[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" IN (NULL) AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."is_comment" = 'f'
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."is_comment" = 'f'[0m
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."is_comment" = 'f' AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't'
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (4.6ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (3.9ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (4.6ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (4.1ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (4.8ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (4.1ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.0ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:39.409110' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "post_id" = 1, "body" = 'salkar_comment_body', "user_id" = 1, "created_at" = '2013-02-08 18:44:39.407113', "updated_at" = '2013-02-08 18:44:39.407113', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followers_ids" = '[3]', "updated_at" = '2013-02-08 18:44:39.411043' WHERE "users"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "users" SET "followings_ids" = '[2]', "updated_at" = '2013-02-08 18:44:39.412127' WHERE "users"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Load (0.1ms)[0m SELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' ORDER BY created_at DESC LIMIT 10
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "users" SET "followers_ids" = '[3]', "updated_at" = '2013-02-08 18:44:39.414015' WHERE "users"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followings_ids" = '[2,1]', "updated_at" = '2013-02-08 18:44:39.415009' WHERE "users"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Load (0.1ms)[0m [1mSELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."is_owner_user" = 't' ORDER BY created_at DESC LIMIT 10[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."user_id" = 3 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["from_source", "[{\"user_id\":1,\"type\":\"following\"}]"], ["has_many_sources", false], ["is_comment", false], ["item_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["user_id", 3]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", true], ["item_id", 1], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_reblog_it" = '[2]', "updated_at" = '2013-02-08 18:44:39.421929' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."user_id" = 3 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_timeline_items" SET "has_many_sources" = 't', "from_source" = '[{"user_id":1,"type":"following"},{"user_id":2,"type":"reblog"}]', "updated_at" = '2013-02-08 18:44:39.423842' WHERE "inkwell_timeline_items"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" = 3 AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."is_comment" = 'f'[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" = 3 LIMIT 1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (4.8ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (4.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (4.1ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (4.7ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (4.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (4.4ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:39.467882' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "post_id" = 1, "body" = 'salkar_comment_body', "user_id" = 1, "created_at" = '2013-02-08 18:44:39.465803', "updated_at" = '2013-02-08 18:44:39.465803', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.2ms)[0m [1mUPDATE "users" SET "followers_ids" = '[4]', "updated_at" = '2013-02-08 18:44:39.471059' WHERE "users"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "users" SET "followings_ids" = '[2]', "updated_at" = '2013-02-08 18:44:39.472460' WHERE "users"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Load (1.2ms)[0m SELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' ORDER BY created_at DESC LIMIT 10
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "morozovm_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 2], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["from_source", "[{\"user_id\":2,\"type\":\"following\"}]"], ["has_many_sources", false], ["is_comment", false], ["item_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["user_id", 4]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", true], ["item_id", 1], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_reblog_it" = '[2]', "updated_at" = '2013-02-08 18:44:39.482156' WHERE "posts"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."user_id" = 4 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["from_source", "[{\"user_id\":2,\"type\":\"reblog\"}]"], ["has_many_sources", false], ["is_comment", false], ["item_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["user_id", 4]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" = 4
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" = 4 AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."is_comment" = 'f'[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" = 4 AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_reblog_it" = '[]', "updated_at" = '2013-02-08 18:44:39.488791' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f'[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" IN (4) AND "inkwell_timeline_items"."has_many_sources" = 'f' AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."is_comment" = 'f'
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" IN (4) AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."is_comment" = 'f'[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" = 4 AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."is_comment" = 'f'
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" = 4[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (4.4ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (3.9ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (4.7ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (5.2ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (4.0ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (5.2ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:39.534613' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "post_id" = 1, "body" = 'salkar_comment_body', "user_id" = 1, "created_at" = '2013-02-08 18:44:39.532504', "updated_at" = '2013-02-08 18:44:39.532504', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "users" SET "followers_ids" = '[4]', "updated_at" = '2013-02-08 18:44:39.537959' WHERE "users"."id" = 2
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followings_ids" = '[2]', "updated_at" = '2013-02-08 18:44:39.538957' WHERE "users"."id" = 4[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Load (0.1ms)[0m [1mSELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' ORDER BY created_at DESC LIMIT 10[0m
+ [1m[35mInkwell::BlogItem Exists (2.0ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 't' LIMIT 1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["is_comment", true], ["is_owner_user", true], ["is_reblog", true], ["item_id", 1], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_reblog_it" = '[2]', "updated_at" = '2013-02-08 18:44:39.566233' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."user_id" = 4 AND "inkwell_timeline_items"."is_comment" = 't' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["from_source", "[{\"user_id\":2,\"type\":\"reblog\"}]"], ["has_many_sources", false], ["is_comment", true], ["item_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["user_id", 4]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" = 4 AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."is_comment" = 't'[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" = 4 LIMIT 1
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 't' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_reblog_it" = '[]', "updated_at" = '2013-02-08 18:44:39.570229' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mSQL (0.0ms)[0m [1mDELETE FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 't'[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" IN (4) AND "inkwell_timeline_items"."has_many_sources" = 'f' AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."is_comment" = 't'
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" IN (4) AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."is_comment" = 't'[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" = 4 AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."is_comment" = 't'
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (3.4ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (3.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (3.2ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (4.2ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (3.1ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (3.8ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:39.604762' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "post_id" = 1, "body" = 'salkar_comment_body', "user_id" = 1, "created_at" = '2013-02-08 18:44:39.603377', "updated_at" = '2013-02-08 18:44:39.603377', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 't' LIMIT 1
+ [1m[36mInkwell::BlogItem Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", true], ["item_id", 1], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_reblog_it" = '[2]', "updated_at" = '2013-02-08 18:44:39.609190' WHERE "posts"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 't' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["is_comment", true], ["is_owner_user", true], ["is_reblog", true], ["item_id", 1], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_reblog_it" = '[2]', "updated_at" = '2013-02-08 18:44:39.611483' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35mInkwell::BlogItem Exists (0.0ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 't' LIMIT 1
+ [1m[36m (0.5ms)[0m [1mrollback transaction[0m
+ [1m[35m (3.7ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (3.7ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (3.8ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (3.7ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (3.3ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (3.9ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.6ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:39.647033' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "post_id" = 1, "body" = 'salkar_comment_body', "user_id" = 1, "created_at" = '2013-02-08 18:44:39.645740', "updated_at" = '2013-02-08 18:44:39.645740', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "users" SET "followers_ids" = '[3]', "updated_at" = '2013-02-08 18:44:39.648508' WHERE "users"."id" = 2
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followings_ids" = '[2]', "updated_at" = '2013-02-08 18:44:39.649310' WHERE "users"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Load (0.1ms)[0m [1mSELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' ORDER BY created_at DESC LIMIT 10[0m
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", true], ["item_id", 1], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_reblog_it" = '[2]', "updated_at" = '2013-02-08 18:44:39.652118' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."user_id" = 3 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["from_source", "[{\"user_id\":2,\"type\":\"reblog\"}]"], ["has_many_sources", false], ["is_comment", false], ["item_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["user_id", 3]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" = 3[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" = 3 LIMIT 1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (4.0ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (3.6ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (3.2ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (3.8ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (3.4ms)[0m DELETE FROM "posts";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (4.1ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:39.688444' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "post_id" = 1, "body" = 'salkar_comment_body', "user_id" = 1, "created_at" = '2013-02-08 18:44:39.687154', "updated_at" = '2013-02-08 18:44:39.687154', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", true], ["item_id", 1], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_reblog_it" = '[2]', "updated_at" = '2013-02-08 18:44:39.693047' WHERE "posts"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 4 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", true], ["item_id", 1], ["owner_id", 4], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_reblog_it" = '[2,4]', "updated_at" = '2013-02-08 18:44:39.695462' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (4.0ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (3.0ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (3.1ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (3.7ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (3.4ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (3.2ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:39.727971' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "post_id" = 1, "body" = 'salkar_comment_body', "user_id" = 1, "created_at" = '2013-02-08 18:44:39.726503', "updated_at" = '2013-02-08 18:44:39.726503', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followers_ids" = '[3]', "updated_at" = '2013-02-08 18:44:39.729492' WHERE "users"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "users" SET "followings_ids" = '[2]', "updated_at" = '2013-02-08 18:44:39.730232' WHERE "users"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Load (0.1ms)[0m SELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' ORDER BY created_at DESC LIMIT 10
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", true], ["item_id", 1], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_reblog_it" = '[2]', "updated_at" = '2013-02-08 18:44:39.733304' WHERE "posts"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."user_id" = 3 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["from_source", "[{\"user_id\":2,\"type\":\"reblog\"}]"], ["has_many_sources", false], ["is_comment", false], ["item_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["user_id", 3]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followers_ids" = '[3]', "updated_at" = '2013-02-08 18:44:39.735459' WHERE "users"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "users" SET "followings_ids" = '[2,1]', "updated_at" = '2013-02-08 18:44:39.736456' WHERE "users"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Load (0.1ms)[0m SELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."is_owner_user" = 't' ORDER BY created_at DESC LIMIT 10
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."user_id" = 3 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_timeline_items" SET "has_many_sources" = 't', "from_source" = '[{"user_id":2,"type":"reblog"},{"user_id":1,"type":"following"}]', "updated_at" = '2013-02-08 18:44:39.738202' WHERE "inkwell_timeline_items"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" = 3 AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."is_comment" = 'f'[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" = 3 LIMIT 1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (3.0ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (3.1ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (3.5ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (3.5ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (3.8ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (2.9ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:39.770429' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "post_id" = 1, "body" = 'salkar_comment_body', "user_id" = 1, "created_at" = '2013-02-08 18:44:39.769163', "updated_at" = '2013-02-08 18:44:39.769163', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "users" SET "followers_ids" = '[3]', "updated_at" = '2013-02-08 18:44:39.772084' WHERE "users"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followings_ids" = '[2]', "updated_at" = '2013-02-08 18:44:39.772688' WHERE "users"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Load (0.1ms)[0m [1mSELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' ORDER BY created_at DESC LIMIT 10[0m
+ [1m[35mInkwell::BlogItem Exists (0.0ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 't' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["is_comment", true], ["is_owner_user", true], ["is_reblog", true], ["item_id", 1], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_reblog_it" = '[2]', "updated_at" = '2013-02-08 18:44:39.775595' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."user_id" = 3 AND "inkwell_timeline_items"."is_comment" = 't' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["from_source", "[{\"user_id\":2,\"type\":\"reblog\"}]"], ["has_many_sources", false], ["is_comment", true], ["item_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["user_id", 3]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" = 3[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" = 3 LIMIT 1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (4.0ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (4.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (3.3ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (3.7ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (3.6ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (3.8ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:39.811801' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "post_id" = 1, "body" = 'salkar_comment_body', "user_id" = 1, "created_at" = '2013-02-08 18:44:39.810526', "updated_at" = '2013-02-08 18:44:39.810526', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 't' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["is_comment", true], ["is_owner_user", true], ["is_reblog", true], ["item_id", 1], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_reblog_it" = '[2]', "updated_at" = '2013-02-08 18:44:39.815586' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 't' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_reblog_it" = '[]', "updated_at" = '2013-02-08 18:44:39.817083' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.0ms)[0m DELETE FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 't'
+ [1m[36mSQL (0.0ms)[0m [1mDELETE FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" IN (NULL) AND "inkwell_timeline_items"."has_many_sources" = 'f' AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."is_comment" = 't'[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" IN (NULL) AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."is_comment" = 't'
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."is_comment" = 't' AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't'[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (3.6ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (3.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (4.3ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (3.0ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (3.4ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (3.2ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:39.850242' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "post_id" = 1, "body" = 'salkar_comment_body', "user_id" = 1, "created_at" = '2013-02-08 18:44:39.848994', "updated_at" = '2013-02-08 18:44:39.848994', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 't' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["is_comment", true], ["is_owner_user", true], ["is_reblog", true], ["item_id", 1], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_reblog_it" = '[2]', "updated_at" = '2013-02-08 18:44:39.853331' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."is_comment" = 't' AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't'
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (4.8ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (3.8ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (3.8ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (4.4ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (4.4ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (4.5ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:39.904134' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "post_id" = 1, "body" = 'salkar_comment_body', "user_id" = 1, "created_at" = '2013-02-08 18:44:39.902763', "updated_at" = '2013-02-08 18:44:39.902763', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", true], ["item_id", 1], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_reblog_it" = '[2]', "updated_at" = '2013-02-08 18:44:39.907199' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."is_comment" = 'f'[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."is_comment" = 'f' AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't'
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (4.4ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (3.4ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (4.8ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (3.7ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (4.5ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (4.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:39.944897' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "post_id" = 1, "body" = 'salkar_comment_body', "user_id" = 1, "created_at" = '2013-02-08 18:44:39.943567', "updated_at" = '2013-02-08 18:44:39.943567', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (4.2ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (4.3ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (4.3ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (4.5ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (5.1ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (3.9ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:39.983881' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "post_id" = 1, "body" = 'salkar_comment_body', "user_id" = 1, "created_at" = '2013-02-08 18:44:39.982614', "updated_at" = '2013-02-08 18:44:39.982614', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 2], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 3], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 4], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 5], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 6], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 7], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 8], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-08 18:44:40.003408' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "post_id" = 1, "body" = 'salkar_comment_body', "user_id" = 2, "created_at" = '2013-02-08 18:44:40.001977', "updated_at" = '2013-02-08 18:44:40.001977', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "users" SET "followers_ids" = '[1]', "updated_at" = '2013-02-08 18:44:40.005280' WHERE "users"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followings_ids" = '[2]', "updated_at" = '2013-02-08 18:44:40.006039' WHERE "users"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Load (0.1ms)[0m [1mSELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' ORDER BY created_at DESC LIMIT 10[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 8 AND "inkwell_timeline_items"."user_id" = 1 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["from_source", "[{\"user_id\":2,\"type\":\"following\"}]"], ["has_many_sources", false], ["is_comment", false], ["item_id", 8], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 7 AND "inkwell_timeline_items"."user_id" = 1 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["from_source", "[{\"user_id\":2,\"type\":\"following\"}]"], ["has_many_sources", false], ["is_comment", false], ["item_id", 7], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 6 AND "inkwell_timeline_items"."user_id" = 1 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["from_source", "[{\"user_id\":2,\"type\":\"following\"}]"], ["has_many_sources", false], ["is_comment", false], ["item_id", 6], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 5 AND "inkwell_timeline_items"."user_id" = 1 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:39 UTC +00:00], ["from_source", "[{\"user_id\":2,\"type\":\"following\"}]"], ["has_many_sources", false], ["is_comment", false], ["item_id", 5], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (4.2ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (3.6ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (4.8ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (3.5ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (4.0ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (4.2ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:40.049090' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "post_id" = 1, "body" = 'salkar_comment_body', "user_id" = 1, "created_at" = '2013-02-08 18:44:40.047803', "updated_at" = '2013-02-08 18:44:40.047803', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 2], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 3], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 4], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 5], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.0ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 6], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 7], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 8], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-08 18:44:40.067904' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "post_id" = 1, "body" = 'salkar_comment_body', "user_id" = 2, "created_at" = '2013-02-08 18:44:40.066561', "updated_at" = '2013-02-08 18:44:40.066561', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 2
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 3 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", true], ["item_id", 1], ["owner_id", 3], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_reblog_it" = '[3]', "updated_at" = '2013-02-08 18:44:40.072807' WHERE "posts"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followers_ids" = '[2]', "updated_at" = '2013-02-08 18:44:40.073675' WHERE "users"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "users" SET "followings_ids" = '[3]', "updated_at" = '2013-02-08 18:44:40.074442' WHERE "users"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Load (0.1ms)[0m SELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 3 AND "inkwell_blog_items"."is_owner_user" = 't' ORDER BY created_at DESC LIMIT 10
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."user_id" = 2 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["from_source", "[{\"user_id\":3,\"type\":\"reblog\"}]"], ["has_many_sources", false], ["is_comment", false], ["item_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 2]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" = 2
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" = 2 LIMIT 1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (4.0ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (4.3ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (4.1ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (3.9ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (3.7ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (5.1ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:40.114736' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "post_id" = 1, "body" = 'salkar_comment_body', "user_id" = 1, "created_at" = '2013-02-08 18:44:40.113442', "updated_at" = '2013-02-08 18:44:40.113442', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 2], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (1.9ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 3], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 4], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 5], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 6], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 7], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 8], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-08 18:44:40.155219' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "post_id" = 1, "body" = 'salkar_comment_body', "user_id" = 2, "created_at" = '2013-02-08 18:44:40.153909', "updated_at" = '2013-02-08 18:44:40.153909', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (4.0ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (3.6ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (4.2ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (4.0ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (3.8ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (4.1ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.0ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:40.190812' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "post_id" = 1, "body" = 'salkar_comment_body', "user_id" = 1, "created_at" = '2013-02-08 18:44:40.189563', "updated_at" = '2013-02-08 18:44:40.189563', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 2], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 3], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 4], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 5], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 6], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 7], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 8], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-08 18:44:40.209304' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "post_id" = 1, "body" = 'salkar_comment_body', "user_id" = 2, "created_at" = '2013-02-08 18:44:40.208081', "updated_at" = '2013-02-08 18:44:40.208081', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followers_ids" = '[1]', "updated_at" = '2013-02-08 18:44:40.210721' WHERE "users"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "users" SET "followings_ids" = '[2]', "updated_at" = '2013-02-08 18:44:40.211453' WHERE "users"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Load (0.1ms)[0m SELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' ORDER BY created_at DESC LIMIT 10
+ [1m[36mInkwell::TimelineItem Load (0.0ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 8 AND "inkwell_timeline_items"."user_id" = 1 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["from_source", "[{\"user_id\":2,\"type\":\"following\"}]"], ["has_many_sources", false], ["is_comment", false], ["item_id", 8], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 7 AND "inkwell_timeline_items"."user_id" = 1 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["from_source", "[{\"user_id\":2,\"type\":\"following\"}]"], ["has_many_sources", false], ["is_comment", false], ["item_id", 7], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1]]
+ [1m[35m (0.4ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 6 AND "inkwell_timeline_items"."user_id" = 1 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["from_source", "[{\"user_id\":2,\"type\":\"following\"}]"], ["has_many_sources", false], ["is_comment", false], ["item_id", 6], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 5 AND "inkwell_timeline_items"."user_id" = 1 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["from_source", "[{\"user_id\":2,\"type\":\"following\"}]"], ["has_many_sources", false], ["is_comment", false], ["item_id", 5], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" = 1 AND "inkwell_timeline_items"."item_id" = 5 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" = 1 AND "inkwell_timeline_items"."item_id" = 6 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1
+ [1m[36mInkwell::TimelineItem Load (0.0ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" = 1 AND "inkwell_timeline_items"."item_id" = 7 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" = 1 AND "inkwell_timeline_items"."item_id" = 8 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (3.8ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (3.3ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (3.8ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (3.3ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (3.6ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (3.2ms)[0m DELETE FROM "users";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:40.252470' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "post_id" = 1, "body" = 'salkar_comment_body', "user_id" = 1, "created_at" = '2013-02-08 18:44:40.251105', "updated_at" = '2013-02-08 18:44:40.251105', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 2], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 3], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 4], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 5], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 6], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 7], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.0ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 8], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-08 18:44:40.270715' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "post_id" = 1, "body" = 'salkar_comment_body', "user_id" = 2, "created_at" = '2013-02-08 18:44:40.269466', "updated_at" = '2013-02-08 18:44:40.269466', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "users" SET "followers_ids" = '[1]', "updated_at" = '2013-02-08 18:44:40.271897' WHERE "users"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followings_ids" = '[2]', "updated_at" = '2013-02-08 18:44:40.272555' WHERE "users"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Load (0.1ms)[0m [1mSELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' ORDER BY created_at DESC LIMIT 10[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 8 AND "inkwell_timeline_items"."user_id" = 1 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["from_source", "[{\"user_id\":2,\"type\":\"following\"}]"], ["has_many_sources", false], ["is_comment", false], ["item_id", 8], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 7 AND "inkwell_timeline_items"."user_id" = 1 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["from_source", "[{\"user_id\":2,\"type\":\"following\"}]"], ["has_many_sources", false], ["is_comment", false], ["item_id", 7], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 6 AND "inkwell_timeline_items"."user_id" = 1 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["from_source", "[{\"user_id\":2,\"type\":\"following\"}]"], ["has_many_sources", false], ["is_comment", false], ["item_id", 6], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 5 AND "inkwell_timeline_items"."user_id" = 1 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["from_source", "[{\"user_id\":2,\"type\":\"following\"}]"], ["has_many_sources", false], ["is_comment", false], ["item_id", 5], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" = 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followers_ids" = '[]', "updated_at" = '2013-02-08 18:44:40.280400' WHERE "users"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "users" SET "followings_ids" = '[]', "updated_at" = '2013-02-08 18:44:40.281225' WHERE "users"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."has_many_sources" = 'f' AND (from_source like '%{"user_id":2%' and user_id = 1)
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE (from_source like '%{"user_id":2%' and user_id = 1)[0m
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" = 1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (230.7ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.3ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (5.3ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (5.3ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (6.8ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.3ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (5.9ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (5.8ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.3ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.2ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.2ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.3ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:40.560741' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "post_id" = 1, "body" = 'salkar_comment_body', "user_id" = 1, "created_at" = '2013-02-08 18:44:40.558988', "updated_at" = '2013-02-08 18:44:40.558988', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 2], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 3], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 4], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 5], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 6], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 7], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 8], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-08 18:44:40.583821' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "post_id" = 1, "body" = 'salkar_comment_body', "user_id" = 2, "created_at" = '2013-02-08 18:44:40.582623', "updated_at" = '2013-02-08 18:44:40.582623', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 3 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", true], ["item_id", 1], ["owner_id", 3], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_reblog_it" = '[3]', "updated_at" = '2013-02-08 18:44:40.587818' WHERE "posts"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followers_ids" = '[2]', "updated_at" = '2013-02-08 18:44:40.588555' WHERE "users"."id" = 3[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m UPDATE "users" SET "followings_ids" = '[3]', "updated_at" = '2013-02-08 18:44:40.589312' WHERE "users"."id" = 2
+ [1m[36m (13.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Load (0.1ms)[0m SELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 3 AND "inkwell_blog_items"."is_owner_user" = 't' ORDER BY created_at DESC LIMIT 10
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."user_id" = 2 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["from_source", "[{\"user_id\":3,\"type\":\"reblog\"}]"], ["has_many_sources", false], ["is_comment", false], ["item_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 2]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followers_ids" = '[2]', "updated_at" = '2013-02-08 18:44:40.605678' WHERE "users"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "users" SET "followings_ids" = '[3,1]', "updated_at" = '2013-02-08 18:44:40.606483' WHERE "users"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Load (0.1ms)[0m SELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."is_owner_user" = 't' ORDER BY created_at DESC LIMIT 10
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 4 AND "inkwell_timeline_items"."user_id" = 2 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["from_source", "[{\"user_id\":1,\"type\":\"following\"}]"], ["has_many_sources", false], ["is_comment", false], ["item_id", 4], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 2]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 3 AND "inkwell_timeline_items"."user_id" = 2 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["from_source", "[{\"user_id\":1,\"type\":\"following\"}]"], ["has_many_sources", false], ["is_comment", false], ["item_id", 3], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 2]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 2 AND "inkwell_timeline_items"."user_id" = 2 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["from_source", "[{\"user_id\":1,\"type\":\"following\"}]"], ["has_many_sources", false], ["is_comment", false], ["item_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 2]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."user_id" = 2 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_timeline_items" SET "has_many_sources" = 't', "from_source" = '[{"user_id":3,"type":"reblog"},{"user_id":1,"type":"following"}]', "updated_at" = '2013-02-08 18:44:40.612458' WHERE "inkwell_timeline_items"."id" = 1[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" = 2 AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."is_comment" = 'f'[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" = 2 AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "users" SET "followers_ids" = '[]', "updated_at" = '2013-02-08 18:44:40.614740' WHERE "users"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followings_ids" = '[3]', "updated_at" = '2013-02-08 18:44:40.615604' WHERE "users"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."has_many_sources" = 'f' AND (from_source like '%{"user_id":1%' and user_id = 2)[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE (from_source like '%{"user_id":1%' and user_id = 2)
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m UPDATE "inkwell_timeline_items" SET "from_source" = '[{"user_id":3,"type":"reblog"}]', "has_many_sources" = 'f', "updated_at" = '2013-02-08 18:44:40.617180' WHERE "inkwell_timeline_items"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" = 2 AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."is_comment" = 'f'
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" = 2 AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followers_ids" = '[2]', "updated_at" = '2013-02-08 18:44:40.619203' WHERE "users"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "users" SET "followings_ids" = '[3,1]', "updated_at" = '2013-02-08 18:44:40.620026' WHERE "users"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Load (0.1ms)[0m SELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."is_owner_user" = 't' ORDER BY created_at DESC LIMIT 10
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 4 AND "inkwell_timeline_items"."user_id" = 2 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["from_source", "[{\"user_id\":1,\"type\":\"following\"}]"], ["has_many_sources", false], ["is_comment", false], ["item_id", 4], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 2]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 3 AND "inkwell_timeline_items"."user_id" = 2 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["from_source", "[{\"user_id\":1,\"type\":\"following\"}]"], ["has_many_sources", false], ["is_comment", false], ["item_id", 3], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 2]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 2 AND "inkwell_timeline_items"."user_id" = 2 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["from_source", "[{\"user_id\":1,\"type\":\"following\"}]"], ["has_many_sources", false], ["is_comment", false], ["item_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 2]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."user_id" = 2 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_timeline_items" SET "has_many_sources" = 't', "from_source" = '[{"user_id":3,"type":"reblog"},{"user_id":1,"type":"following"}]', "updated_at" = '2013-02-08 18:44:40.626266' WHERE "inkwell_timeline_items"."id" = 1[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" = 2 AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followers_ids" = '[]', "updated_at" = '2013-02-08 18:44:40.628208' WHERE "users"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "users" SET "followings_ids" = '[1]', "updated_at" = '2013-02-08 18:44:40.629116' WHERE "users"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.0ms)[0m DELETE FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."has_many_sources" = 'f' AND (from_source like '%{"user_id":3%' and user_id = 2)
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE (from_source like '%{"user_id":3%' and user_id = 2)[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_timeline_items" SET "from_source" = '[{"user_id":1,"type":"following"}]', "has_many_sources" = 'f', "updated_at" = '2013-02-08 18:44:40.630608' WHERE "inkwell_timeline_items"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" = 2 AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."is_comment" = 'f'[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" = 2 AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (4.4ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (3.3ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (3.4ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (3.6ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (3.2ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (3.3ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.2ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:40.664024' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.0ms)[0m UPDATE "inkwell_comments" SET "post_id" = 1, "body" = 'salkar_comment_body', "user_id" = 1, "created_at" = '2013-02-08 18:44:40.662745', "updated_at" = '2013-02-08 18:44:40.662745', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 2], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 3], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 4], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 5], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 6], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 7], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.0ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 8], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-08 18:44:40.683267' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "post_id" = 1, "body" = 'salkar_comment_body', "user_id" = 2, "created_at" = '2013-02-08 18:44:40.681944', "updated_at" = '2013-02-08 18:44:40.681944', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "users" SET "followers_ids" = '[1]', "updated_at" = '2013-02-08 18:44:40.684789' WHERE "users"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followings_ids" = '[2]', "updated_at" = '2013-02-08 18:44:40.685581' WHERE "users"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Load (0.1ms)[0m [1mSELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' ORDER BY created_at DESC LIMIT 10[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 8 AND "inkwell_timeline_items"."user_id" = 1 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["from_source", "[{\"user_id\":2,\"type\":\"following\"}]"], ["has_many_sources", false], ["is_comment", false], ["item_id", 8], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 7 AND "inkwell_timeline_items"."user_id" = 1 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["from_source", "[{\"user_id\":2,\"type\":\"following\"}]"], ["has_many_sources", false], ["is_comment", false], ["item_id", 7], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 6 AND "inkwell_timeline_items"."user_id" = 1 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["from_source", "[{\"user_id\":2,\"type\":\"following\"}]"], ["has_many_sources", false], ["is_comment", false], ["item_id", 6], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 5 AND "inkwell_timeline_items"."user_id" = 1 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["from_source", "[{\"user_id\":2,\"type\":\"following\"}]"], ["has_many_sources", false], ["is_comment", false], ["item_id", 5], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" = 1
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" = 1 AND "inkwell_timeline_items"."item_id" = 5 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" = 1 AND "inkwell_timeline_items"."item_id" = 6 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" = 1 AND "inkwell_timeline_items"."item_id" = 7 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" = 1 AND "inkwell_timeline_items"."item_id" = 8 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" = 1 AND "inkwell_timeline_items"."item_id" = 2 AND "inkwell_timeline_items"."is_comment" = 't' LIMIT 1[0m
+ [1m[35mInkwell::TimelineItem Load (0.0ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" = 1
+ [1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" = 2[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (4.4ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (3.8ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (4.6ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (4.5ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (4.1ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (4.5ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-08 18:44:40.735180' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "post_id" = 1, "body" = 'salkar_comment_body', "user_id" = 1, "created_at" = '2013-02-08 18:44:40.733906', "updated_at" = '2013-02-08 18:44:40.733906', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 2], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 3], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 4], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 5], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 6], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 7], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 8], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "post_id", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["parent_id", nil], ["post_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-08 18:44:40.753989' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "post_id" = 1, "body" = 'salkar_comment_body', "user_id" = 2, "created_at" = '2013-02-08 18:44:40.752682', "updated_at" = '2013-02-08 18:44:40.752682', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 3 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", true], ["item_id", 1], ["owner_id", 3], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_reblog_it" = '[3]', "updated_at" = '2013-02-08 18:44:40.758340' WHERE "posts"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followers_ids" = '[1]', "updated_at" = '2013-02-08 18:44:40.759152' WHERE "users"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "users" SET "followings_ids" = '[3]', "updated_at" = '2013-02-08 18:44:40.759908' WHERE "users"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Load (0.1ms)[0m SELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 3 AND "inkwell_blog_items"."is_owner_user" = 't' ORDER BY created_at DESC LIMIT 10
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" = 1 ORDER BY created_at DESC LIMIT 10[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (4.6ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (2.8ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (3.6ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (3.4ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (3.1ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (3.7ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body_1"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 2], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body_2"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.0ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 3], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body_3"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 4], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "morozovm_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 5], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body_4"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 6], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body_5"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 7], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 5 AND "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", true], ["item_id", 5], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_reblog_it" = '[1]', "updated_at" = '2013-02-08 18:44:40.827178' WHERE "posts"."id" = 5
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "morozovm_post_test_body_1"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 8], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body_6"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 9], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body_7"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 10], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body_8"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 11], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "morozovm_post_test_body_2"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 12], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body_9"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 13], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "morozovm_post_test_body_3"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 14], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 8 AND "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", true], ["item_id", 8], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_reblog_it" = '[1]', "updated_at" = '2013-02-08 18:44:40.844387' WHERE "posts"."id" = 8
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 12 AND "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", true], ["item_id", 12], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_reblog_it" = '[1]', "updated_at" = '2013-02-08 18:44:40.846702' WHERE "posts"."id" = 12[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 13 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", true], ["item_id", 13], ["owner_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_reblog_it" = '[2]', "updated_at" = '2013-02-08 18:44:40.849063' WHERE "posts"."id" = 13
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 13 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 2 LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["item_id", 13], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 2]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_favorite_it" = '[2]', "updated_at" = '2013-02-08 18:44:40.851269' WHERE "posts"."id" = 13[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Load (0.1ms)[0m [1mSELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."is_owner_user" = 't' ORDER BY created_at DESC LIMIT 10[0m
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 12]]
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 12 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 12 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 2 LIMIT 1
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 8]]
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 8 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 8 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 2 LIMIT 1[0m
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 13]]
+ [1m[36mInkwell::BlogItem Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 13 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 13 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 2 LIMIT 1
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 11]]
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 11 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 11 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 2 LIMIT 1[0m
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 10]]
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 10 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 10 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 2 LIMIT 1
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 9]]
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 9 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 9 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 2 LIMIT 1[0m
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 5]]
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 5 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 5 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 2 LIMIT 1
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 7]]
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 7 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 7 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 2 LIMIT 1[0m
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 6]]
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 6 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 6 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 2 LIMIT 1
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 4]]
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 4 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."is_owner_user" = 't' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 4 AND "inkwell_favorite_items"."is_comment" = 'f' AND "inkwell_favorite_items"."user_id" = 2 LIMIT 1[0m
+ [1m[35mInkwell::BlogItem Load (0.1ms)[0m SELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 13 AND "inkwell_blog_items"."is_comment" = 'f' LIMIT 1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (4.2ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (3.2ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (3.8ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (3.7ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (3.4ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (4.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."is_owner_user" = 't'
+ [1m[36mInkwell::BlogItem Load (0.1ms)[0m [1mSELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."is_owner_user" = 't' LIMIT 1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (3.5ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (3.3ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (3.5ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (3.2ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (3.6ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (4.3ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 1], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followers_ids" = '[2]', "updated_at" = '2013-02-08 18:44:40.928626' WHERE "users"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "users" SET "followings_ids" = '[1]', "updated_at" = '2013-02-08 18:44:40.929445' WHERE "users"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Load (0.1ms)[0m SELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."is_owner_user" = 't' ORDER BY created_at DESC LIMIT 10
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."user_id" = 2 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["from_source", "[{\"user_id\":1,\"type\":\"following\"}]"], ["has_many_sources", false], ["is_comment", false], ["item_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 2]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "users" SET "followers_ids" = '[2,3]', "updated_at" = '2013-02-08 18:44:40.932277' WHERE "users"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followings_ids" = '[1]', "updated_at" = '2013-02-08 18:44:40.933047' WHERE "users"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Load (0.1ms)[0m [1mSELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."is_owner_user" = 't' ORDER BY created_at DESC LIMIT 10[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."user_id" = 3 AND "inkwell_timeline_items"."is_comment" = 'f' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["from_source", "[{\"user_id\":1,\"type\":\"following\"}]"], ["has_many_sources", false], ["is_comment", false], ["item_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 3]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["title", nil], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_comment", "is_owner_user", "is_reblog", "item_id", "owner_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["is_comment", false], ["is_owner_user", true], ["is_reblog", false], ["item_id", 2], ["owner_id", 1], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["from_source", "[{\"user_id\":1,\"type\":\"following\"}]"], ["has_many_sources", false], ["is_comment", false], ["item_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 2]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "is_comment", "item_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["from_source", "[{\"user_id\":1,\"type\":\"following\"}]"], ["has_many_sources", false], ["is_comment", false], ["item_id", 2], ["updated_at", Fri, 08 Feb 2013 18:44:40 UTC +00:00], ["user_id", 3]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" = 2 AND "inkwell_timeline_items"."is_comment" = 'f' AND "inkwell_timeline_items"."item_id" = 2[0m
+ [1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."user_id" = 3 AND "inkwell_timeline_items"."is_comment" = 'f' AND "inkwell_timeline_items"."item_id" = 2
+ [1m[36m (0.2ms)[0m [1mrollback transaction[0m
+ [1m[35m (4.8ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (4.6ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (4.2ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (4.3ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (3.5ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (3.8ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+Connecting to database specified by database.yml
+ [1m[36m (0.4ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.2ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (15.8ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body_1"], ["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["is_reblog", false], ["item_id", 2], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body_2"], ["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["is_reblog", false], ["item_id", 3], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.0ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body_3"], ["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.0ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["is_reblog", false], ["item_id", 4], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "morozovm_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["is_reblog", false], ["item_id", 5], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body_4"], ["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["is_reblog", false], ["item_id", 6], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body_5"], ["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["is_reblog", false], ["item_id", 7], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 5 AND "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["is_reblog", true], ["item_id", 5], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_reblog_it" = '[1]', "updated_at" = '2013-02-13 11:59:47.748778' WHERE "posts"."id" = 5
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "morozovm_post_test_body_1"], ["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["is_reblog", false], ["item_id", 8], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body_6"], ["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["is_reblog", false], ["item_id", 9], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body_7"], ["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["is_reblog", false], ["item_id", 10], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body_8"], ["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["is_reblog", false], ["item_id", 11], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "morozovm_post_test_body_2"], ["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["is_reblog", false], ["item_id", 12], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body_9"], ["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["is_reblog", false], ["item_id", 13], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "morozovm_post_test_body_3"], ["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["is_reblog", false], ["item_id", 14], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 8 AND "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["is_reblog", true], ["item_id", 8], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_reblog_it" = '[1]', "updated_at" = '2013-02-13 11:59:47.779984' WHERE "posts"."id" = 8
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 12 AND "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["is_reblog", true], ["item_id", 12], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_reblog_it" = '[1]', "updated_at" = '2013-02-13 11:59:47.782157' WHERE "posts"."id" = 12[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 13 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["is_reblog", true], ["item_id", 13], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_reblog_it" = '[2]', "updated_at" = '2013-02-13 11:59:47.784436' WHERE "posts"."id" = 13
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 13 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 2 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["item_id", 13], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_favorite_it" = '[2]', "updated_at" = '2013-02-13 11:59:47.792160' WHERE "posts"."id" = 13[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Load (0.2ms)[0m [1mSELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."owner_type" = 'u' ORDER BY created_at DESC LIMIT 10[0m
+ [1m[35mPost Load (0.1ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 12]]
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 12 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 12 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 2 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 8]]
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 8 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.3ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 8 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 2 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 13]]
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 13 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 13 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 2 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 11]]
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 11 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 11 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 2 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 10]]
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 10 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 10 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 2 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 9]]
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 9 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 9 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 2 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 5]]
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 5 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 5 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 2 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 7]]
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 7 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.0ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 7 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 2 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 6]]
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 6 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 6 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 2 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 4]]
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 4 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 4 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 2 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35mInkwell::BlogItem Load (0.1ms)[0m SELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 13 AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (20.0ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (5.1ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (3.3ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (4.7ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (3.9ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (3.9ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "users" SET "followers_ids" = '[2]', "updated_at" = '2013-02-13 11:59:47.857739' WHERE "users"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followings_ids" = '[1]', "updated_at" = '2013-02-13 11:59:47.858720' WHERE "users"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Load (0.1ms)[0m [1mSELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."owner_type" = 'u' ORDER BY created_at DESC LIMIT 10[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."owner_id" = 2 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["from_source", "[{\"user_id\":1,\"type\":\"following\"}]"], ["has_many_sources", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followers_ids" = '[2,3]', "updated_at" = '2013-02-13 11:59:47.868412' WHERE "users"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m UPDATE "users" SET "followings_ids" = '[1]', "updated_at" = '2013-02-13 11:59:47.869192' WHERE "users"."id" = 3
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Load (0.2ms)[0m SELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."owner_type" = 'u' ORDER BY created_at DESC LIMIT 10
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."owner_id" = 3 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["from_source", "[{\"user_id\":1,\"type\":\"following\"}]"], ["has_many_sources", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 3], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["is_reblog", false], ["item_id", 2], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["from_source", "[{\"user_id\":1,\"type\":\"following\"}]"], ["has_many_sources", false], ["item_id", 2], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["from_source", "[{\"user_id\":1,\"type\":\"following\"}]"], ["has_many_sources", false], ["item_id", 2], ["item_type", "p"], ["owner_id", 3], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 2 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'p' AND "inkwell_timeline_items"."item_id" = 2
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 3 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'p' AND "inkwell_timeline_items"."item_id" = 2[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (4.4ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (4.2ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (3.9ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (4.0ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (4.1ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (4.9ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."owner_type" = 'u'[0m
+ [1m[35mInkwell::BlogItem Load (0.1ms)[0m SELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."owner_type" = 'u' LIMIT 1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (4.6ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (4.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (4.2ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (4.5ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (4.1ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (3.6ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Comment Load (0.1ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."user_id" = 1
+ [1m[36mInkwell::Comment Load (0.1ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."topmost_obj_id" = 1 AND "inkwell_comments"."topmost_obj_type" = 'p'[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (4.5ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (3.4ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (5.1ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (3.4ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (3.7ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (3.9ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:47.988347' WHERE "posts"."id" = 1
+ [1m[36m (0.8ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:47.986657', "updated_at" = '2013-02-13 11:59:47.986657', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["parent_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-13 11:59:47.992092' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.1ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-13 11:59:47.994097' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:47.990774', "updated_at" = '2013-02-13 11:59:47.990774', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["parent_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3}]', "updated_at" = '2013-02-13 11:59:47.997101' WHERE "posts"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3}]', "updated_at" = '2013-02-13 11:59:47.998336' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:47.995985', "updated_at" = '2013-02-13 11:59:47.995985', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["parent_id", 2], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:47 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4}]', "updated_at" = '2013-02-13 11:59:48.001154' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4}]', "updated_at" = '2013-02-13 11:59:48.002473' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":4}]', "updated_at" = '2013-02-13 11:59:48.003367' WHERE "inkwell_comments"."id" = 2[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_id" = 2, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:47.999934', "updated_at" = '2013-02-13 11:59:47.999934', "upper_comments_tree" = '[1,2]' WHERE "inkwell_comments"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["parent_id", 3], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5}]', "updated_at" = '2013-02-13 11:59:48.005813' WHERE "posts"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5}]', "updated_at" = '2013-02-13 11:59:48.007233' WHERE "inkwell_comments"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":5}]', "updated_at" = '2013-02-13 11:59:48.008149' WHERE "inkwell_comments"."id" = 3
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_id" = 3, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:48.004687', "updated_at" = '2013-02-13 11:59:48.004687', "upper_comments_tree" = '[1,3]' WHERE "inkwell_comments"."id" = 5[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["parent_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6}]', "updated_at" = '2013-02-13 11:59:48.011127' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6}]', "updated_at" = '2013-02-13 11:59:48.012638' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:48.009906', "updated_at" = '2013-02-13 11:59:48.009906', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 6
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["parent_id", 4], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7}]', "updated_at" = '2013-02-13 11:59:48.015219' WHERE "posts"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 4]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7}]', "updated_at" = '2013-02-13 11:59:48.016597' WHERE "inkwell_comments"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":4},{"user_id":2,"comment_id":7}]', "updated_at" = '2013-02-13 11:59:48.017610' WHERE "inkwell_comments"."id" = 2
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 4]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":7}]', "updated_at" = '2013-02-13 11:59:48.019078' WHERE "inkwell_comments"."id" = 4
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_id" = 4, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:48.014144', "updated_at" = '2013-02-13 11:59:48.014144', "upper_comments_tree" = '[1,2,4]' WHERE "inkwell_comments"."id" = 7[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["parent_id", 3], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8}]', "updated_at" = '2013-02-13 11:59:48.021803' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8}]', "updated_at" = '2013-02-13 11:59:48.023198' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":5},{"user_id":1,"comment_id":8}]', "updated_at" = '2013-02-13 11:59:48.024183' WHERE "inkwell_comments"."id" = 3[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_id" = 3, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:48.020655', "updated_at" = '2013-02-13 11:59:48.020655', "upper_comments_tree" = '[1,3]' WHERE "inkwell_comments"."id" = 8
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["parent_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9}]', "updated_at" = '2013-02-13 11:59:48.027103' WHERE "posts"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9}]', "updated_at" = '2013-02-13 11:59:48.028776' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:48.025786', "updated_at" = '2013-02-13 11:59:48.025786', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 9[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.0ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["parent_id", 6], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9},{"user_id":2,"comment_id":10}]', "updated_at" = '2013-02-13 11:59:48.031664' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 6]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9},{"user_id":2,"comment_id":10}]', "updated_at" = '2013-02-13 11:59:48.033021' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 6]]
+ [1m[36m (0.0ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":10}]', "updated_at" = '2013-02-13 11:59:48.033879' WHERE "inkwell_comments"."id" = 6[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_id" = 6, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:48.030365', "updated_at" = '2013-02-13 11:59:48.030365', "upper_comments_tree" = '[1,6]' WHERE "inkwell_comments"."id" = 10
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["parent_id", 5], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9},{"user_id":2,"comment_id":10},{"user_id":1,"comment_id":11}]', "updated_at" = '2013-02-13 11:59:48.036939' WHERE "posts"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 5]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9},{"user_id":2,"comment_id":10},{"user_id":1,"comment_id":11}]', "updated_at" = '2013-02-13 11:59:48.038425' WHERE "inkwell_comments"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":5},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":11}]', "updated_at" = '2013-02-13 11:59:48.039309' WHERE "inkwell_comments"."id" = 3
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 5]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":11}]', "updated_at" = '2013-02-13 11:59:48.039998' WHERE "inkwell_comments"."id" = 5
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_id" = 5, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:48.035411', "updated_at" = '2013-02-13 11:59:48.035411', "upper_comments_tree" = '[1,3,5]' WHERE "inkwell_comments"."id" = 11[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["parent_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9},{"user_id":2,"comment_id":10},{"user_id":1,"comment_id":11},{"user_id":2,"comment_id":12}]', "updated_at" = '2013-02-13 11:59:48.043044' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9},{"user_id":2,"comment_id":10},{"user_id":1,"comment_id":11},{"user_id":2,"comment_id":12}]', "updated_at" = '2013-02-13 11:59:48.044537' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:48.041614', "updated_at" = '2013-02-13 11:59:48.041614', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 12
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 8]]
+ [1m[35mInkwell::Comment Load (0.1ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 9]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 10]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 11]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 12]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 6]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 7]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 8]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 9]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 10]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 4]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 5]]
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (4.4ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (4.5ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (4.4ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (4.8ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (4.2ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (4.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.2ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:48.087116' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:48.085842', "updated_at" = '2013-02-13 11:59:48.085842', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["parent_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-13 11:59:48.090158' WHERE "posts"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-13 11:59:48.091485' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:48.089000', "updated_at" = '2013-02-13 11:59:48.089000', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["from_source", "[]"], ["has_many_sources", false], ["item_id", 2], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["item_id", 2], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["from_source", "[]"], ["has_many_sources", false], ["item_id", 1], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.0ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["item_id", 1], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["is_reblog", nil], ["item_id", 2], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["is_reblog", nil], ["item_id", 2], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["is_reblog", nil], ["item_id", 1], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" [0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items"
+ [1m[36mInkwell::BlogItem Load (0.1ms)[0m [1mSELECT "inkwell_blog_items".* FROM "inkwell_blog_items" [0m
+ [1m[35mInkwell::Comment Load (0.1ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments"
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "inkwell_comments" WHERE "inkwell_comments"."id" IN (2)[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" IN (2, 1) AND "inkwell_timeline_items"."item_type" = 'c'
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" IN (2, 1) AND "inkwell_favorite_items"."item_type" = 'c'[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" IN (2, 1) AND "inkwell_blog_items"."item_type" = 'c'
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[]', "updated_at" = '2013-02-13 11:59:48.103544' WHERE "posts"."id" = 1
+ [1m[36mSQL (0.0ms)[0m [1mDELETE FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::FavoriteItem Load (0.0ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items"
+ [1m[36mInkwell::TimelineItem Load (0.0ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" [0m
+ [1m[35mInkwell::BlogItem Load (0.0ms)[0m SELECT "inkwell_blog_items".* FROM "inkwell_blog_items"
+ [1m[36mInkwell::Comment Load (0.1ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" [0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (6.2ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (4.0ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (5.3ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (3.7ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (4.4ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (4.2ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:48.156375' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:48.155106', "updated_at" = '2013-02-13 11:59:48.155106', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.3ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-13 11:59:48.179833' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:48.158092', "updated_at" = '2013-02-13 11:59:48.158092', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3}]', "updated_at" = '2013-02-13 11:59:48.183773' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:48.182338', "updated_at" = '2013-02-13 11:59:48.182338', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 3[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["parent_id", 2], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4}]', "updated_at" = '2013-02-13 11:59:48.187021' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":4}]', "updated_at" = '2013-02-13 11:59:48.188417' WHERE "inkwell_comments"."id" = 2[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_id" = 2, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:48.185751', "updated_at" = '2013-02-13 11:59:48.185751', "upper_comments_tree" = '[2]' WHERE "inkwell_comments"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5}]', "updated_at" = '2013-02-13 11:59:48.191412' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:48.190111', "updated_at" = '2013-02-13 11:59:48.190111', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 5
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6}]', "updated_at" = '2013-02-13 11:59:48.194102' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:48.192979', "updated_at" = '2013-02-13 11:59:48.192979', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 6
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7}]', "updated_at" = '2013-02-13 11:59:48.197200' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:48.195880', "updated_at" = '2013-02-13 11:59:48.195880', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 7
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8}]', "updated_at" = '2013-02-13 11:59:48.200264' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:48.198916', "updated_at" = '2013-02-13 11:59:48.198916', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 8
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9}]', "updated_at" = '2013-02-13 11:59:48.202981' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:48.201749', "updated_at" = '2013-02-13 11:59:48.201749', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 9
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.1ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9},{"user_id":2,"comment_id":10}]', "updated_at" = '2013-02-13 11:59:48.206115' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:48.204652', "updated_at" = '2013-02-13 11:59:48.204652', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 10
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9},{"user_id":2,"comment_id":10},{"user_id":1,"comment_id":11}]', "updated_at" = '2013-02-13 11:59:48.209309' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:48.207953', "updated_at" = '2013-02-13 11:59:48.207953', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 11
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9},{"user_id":2,"comment_id":10},{"user_id":1,"comment_id":11},{"user_id":2,"comment_id":12}]', "updated_at" = '2013-02-13 11:59:48.212429' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:48.211004', "updated_at" = '2013-02-13 11:59:48.211004', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 12
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Comment Load (0.1ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."topmost_obj_id" = 1 AND "inkwell_comments"."topmost_obj_type" = 'p' ORDER BY created_at DESC LIMIT 5
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 11]]
+ [1m[35mInkwell::Comment Load (0.1ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."topmost_obj_id" = 1 AND "inkwell_comments"."topmost_obj_type" = 'p' AND (created_at < '2013-02-13 11:59:48.207953') ORDER BY created_at DESC LIMIT 5
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 6]]
+ [1m[35mInkwell::Comment Load (0.1ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."topmost_obj_id" = 1 AND "inkwell_comments"."topmost_obj_type" = 'p' AND (created_at < '2013-02-13 11:59:48.192979') ORDER BY created_at DESC LIMIT 7
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (4.2ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (3.1ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (3.2ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (3.2ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (2.9ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (4.3ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (22.4ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (4.5ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (15.3ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (5.2ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (4.5ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (4.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.2ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:48.314354' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:48.313155', "updated_at" = '2013-02-13 11:59:48.313155', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["parent_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-13 11:59:48.317410' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-13 11:59:48.318720' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.2ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:48.316169', "updated_at" = '2013-02-13 11:59:48.316169', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (4.0ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (4.3ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (3.9ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (3.6ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (4.9ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (4.3ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.8ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:48.357418' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:48.356229', "updated_at" = '2013-02-13 11:59:48.356229', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["parent_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-13 11:59:48.359909' WHERE "posts"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-13 11:59:48.361366' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:48.358692', "updated_at" = '2013-02-13 11:59:48.358692', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["parent_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3}]', "updated_at" = '2013-02-13 11:59:48.364175' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3}]', "updated_at" = '2013-02-13 11:59:48.365536' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:48.362973', "updated_at" = '2013-02-13 11:59:48.362973', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["parent_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4}]', "updated_at" = '2013-02-13 11:59:48.368317' WHERE "posts"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4}]', "updated_at" = '2013-02-13 11:59:48.370354' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:48.367222', "updated_at" = '2013-02-13 11:59:48.367222', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["parent_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5}]', "updated_at" = '2013-02-13 11:59:48.373168' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5}]', "updated_at" = '2013-02-13 11:59:48.374497' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:48.372014', "updated_at" = '2013-02-13 11:59:48.372014', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 5
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["parent_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6}]', "updated_at" = '2013-02-13 11:59:48.377512' WHERE "posts"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6}]', "updated_at" = '2013-02-13 11:59:48.378889' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:48.376302', "updated_at" = '2013-02-13 11:59:48.376302', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 6[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["parent_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7}]', "updated_at" = '2013-02-13 11:59:48.381773' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7}]', "updated_at" = '2013-02-13 11:59:48.383171' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:48.380452', "updated_at" = '2013-02-13 11:59:48.380452', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 7
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["parent_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8}]', "updated_at" = '2013-02-13 11:59:48.385901' WHERE "posts"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8}]', "updated_at" = '2013-02-13 11:59:48.387364' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:48.384703', "updated_at" = '2013-02-13 11:59:48.384703', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 8[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["parent_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9}]', "updated_at" = '2013-02-13 11:59:48.390283' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9}]', "updated_at" = '2013-02-13 11:59:48.391872' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:48.388960', "updated_at" = '2013-02-13 11:59:48.388960', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 9
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["parent_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9},{"user_id":2,"comment_id":10}]', "updated_at" = '2013-02-13 11:59:48.394723' WHERE "posts"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9},{"user_id":2,"comment_id":10}]', "updated_at" = '2013-02-13 11:59:48.396246' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:48.393618', "updated_at" = '2013-02-13 11:59:48.393618', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 10[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.0ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["parent_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9},{"user_id":2,"comment_id":10},{"user_id":1,"comment_id":11}]', "updated_at" = '2013-02-13 11:59:48.398828' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9},{"user_id":2,"comment_id":10},{"user_id":1,"comment_id":11}]', "updated_at" = '2013-02-13 11:59:48.400242' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:48.397760', "updated_at" = '2013-02-13 11:59:48.397760', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 11
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["parent_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9},{"user_id":2,"comment_id":10},{"user_id":1,"comment_id":11},{"user_id":2,"comment_id":12}]', "updated_at" = '2013-02-13 11:59:48.403916' WHERE "posts"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9},{"user_id":2,"comment_id":10},{"user_id":1,"comment_id":11},{"user_id":2,"comment_id":12}]', "updated_at" = '2013-02-13 11:59:48.405382' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:48.402581', "updated_at" = '2013-02-13 11:59:48.402581', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 12[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 4]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 5]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 6]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 7]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 8]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 9]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 10]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 11]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 12]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 11]]
+ [1m[36mInkwell::Comment Load (0.2ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."topmost_obj_id" = 1 AND "inkwell_comments"."topmost_obj_type" = 'p' AND (created_at < '2013-02-13 11:59:48.397760') ORDER BY created_at DESC LIMIT 10[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (4.2ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (3.1ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (3.2ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (3.7ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (3.3ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (3.1ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:48.441572' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:48.440382', "updated_at" = '2013-02-13 11:59:48.440382', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["parent_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-13 11:59:48.444501' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-13 11:59:48.445636' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:48.443406', "updated_at" = '2013-02-13 11:59:48.443406', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["from_source", "[]"], ["has_many_sources", false], ["item_id", 2], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["item_id", 2], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["from_source", "[]"], ["has_many_sources", false], ["item_id", 1], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["item_id", 1], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["is_reblog", nil], ["item_id", 2], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["is_reblog", nil], ["item_id", 2], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["is_reblog", nil], ["item_id", 1], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items"
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" [0m
+ [1m[35mInkwell::BlogItem Load (0.1ms)[0m SELECT "inkwell_blog_items".* FROM "inkwell_blog_items"
+ [1m[36mInkwell::Comment Load (0.1ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" [0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "inkwell_comments" WHERE "inkwell_comments"."id" IN (NULL)[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" IN (2) AND "inkwell_timeline_items"."item_type" = 'c'
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" IN (2) AND "inkwell_favorite_items"."item_type" = 'c'[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" IN (2) AND "inkwell_blog_items"."item_type" = 'c'
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[]', "updated_at" = '2013-02-13 11:59:48.456786' WHERE "inkwell_comments"."id" = 1
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:48.457831' WHERE "posts"."id" = 1
+ [1m[36mSQL (0.0ms)[0m [1mDELETE FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ?[0m [["id", 2]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items"
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" [0m
+ [1m[35mInkwell::BlogItem Load (0.1ms)[0m SELECT "inkwell_blog_items".* FROM "inkwell_blog_items"
+ [1m[36mInkwell::Comment Load (0.1ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" [0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (360.2ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (5.3ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (5.2ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (5.1ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (4.8ms)[0m DELETE FROM "posts";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (5.3ms)[0m DELETE FROM "users";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.2ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.1ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:48.872032' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:48.864777', "updated_at" = '2013-02-13 11:59:48.864777', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["parent_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-13 11:59:48.876382' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-13 11:59:48.877724' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:48.875064', "updated_at" = '2013-02-13 11:59:48.875064', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["parent_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3}]', "updated_at" = '2013-02-13 11:59:48.880692' WHERE "posts"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3}]', "updated_at" = '2013-02-13 11:59:48.882045' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:48.879407', "updated_at" = '2013-02-13 11:59:48.879407', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (3.3ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (3.1ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (3.5ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (3.4ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (3.7ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (3.4ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:48.914689' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:48.913562', "updated_at" = '2013-02-13 11:59:48.913562', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["parent_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-13 11:59:48.917987' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-13 11:59:48.919377' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:48.916785', "updated_at" = '2013-02-13 11:59:48.916785', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 2
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["parent_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3}]', "updated_at" = '2013-02-13 11:59:48.922195' WHERE "posts"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3}]', "updated_at" = '2013-02-13 11:59:48.923407' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:48.920979', "updated_at" = '2013-02-13 11:59:48.920979', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 2 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["item_id", 2], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-13 11:59:48.926159' WHERE "inkwell_comments"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 3 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 2 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00], ["item_id", 3], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:48 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[2]', "updated_at" = '2013-02-13 11:59:48.928442' WHERE "inkwell_comments"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::Comment Load (0.2ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."topmost_obj_id" = 1 AND "inkwell_comments"."topmost_obj_type" = 'p' ORDER BY created_at DESC LIMIT 10
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 3 AND "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'c' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 3 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 2 AND "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'c' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.0ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 2 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'c' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36mInkwell::Comment Load (0.1ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."topmost_obj_id" = 1 AND "inkwell_comments"."topmost_obj_type" = 'p' ORDER BY created_at DESC LIMIT 10[0m
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 3 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'c' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 3 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 2 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35mInkwell::BlogItem Exists (0.0ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 2 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'c' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 2 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 2 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'c' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 2 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (4.4ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (3.5ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (4.5ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (4.6ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (3.6ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (3.6ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.2ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (2.5ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:49.007414' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:49.006306', "updated_at" = '2013-02-13 11:59:49.006306', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-13 11:59:49.010631' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-13 11:59:49.012101' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:49.009397', "updated_at" = '2013-02-13 11:59:49.009397', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3}]', "updated_at" = '2013-02-13 11:59:49.014959' WHERE "posts"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3}]', "updated_at" = '2013-02-13 11:59:49.016361' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:49.013745', "updated_at" = '2013-02-13 11:59:49.013745', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 2 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["item_id", 2], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-13 11:59:49.018976' WHERE "inkwell_comments"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 3 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 2 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["item_id", 3], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[2]', "updated_at" = '2013-02-13 11:59:49.021196' WHERE "inkwell_comments"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 2 AND "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'c' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 2 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 3 AND "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'c' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 3 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 2 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'c' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 2 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 2 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mInkwell::BlogItem Exists (0.0ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 3 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'c' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 3 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 2 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (4.7ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (3.8ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (5.1ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (3.7ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (4.6ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (3.1ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:49.063222' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:49.062120', "updated_at" = '2013-02-13 11:59:49.062120', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-13 11:59:49.066386' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:49.065234', "updated_at" = '2013-02-13 11:59:49.065234', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "inkwell_comments" WHERE "inkwell_comments"."topmost_obj_id" = 1 AND "inkwell_comments"."topmost_obj_type" = 'p'[0m
+ [1m[35mInkwell::Comment Load (0.1ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments"
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.0ms)[0m DELETE FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."item_type" = 'p'
+ [1m[36mSQL (0.0ms)[0m [1mDELETE FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."item_type" = 'p'[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."item_type" = 'p'
+ [1m[36mInkwell::Comment Load (0.1ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."topmost_obj_id" = 1 AND "inkwell_comments"."topmost_obj_type" = 'p'[0m
+ [1m[35mSQL (0.0ms)[0m DELETE FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."item_type" = 'c'
+ [1m[36mSQL (0.0ms)[0m [1mDELETE FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."item_type" = 'c'[0m
+ [1m[35mSQL (0.0ms)[0m DELETE FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."item_type" = 'c'
+ [1m[36mSQL (0.0ms)[0m [1mDELETE FROM "inkwell_comments" WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35mSQL (0.0ms)[0m DELETE FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 2 AND "inkwell_timeline_items"."item_type" = 'c'
+ [1m[36mSQL (0.0ms)[0m [1mDELETE FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 2 AND "inkwell_favorite_items"."item_type" = 'c'[0m
+ [1m[35mSQL (0.0ms)[0m DELETE FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 2 AND "inkwell_blog_items"."item_type" = 'c'
+ [1m[36mSQL (0.0ms)[0m [1mDELETE FROM "inkwell_comments" WHERE "inkwell_comments"."id" = 2[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Comment Load (0.1ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments"
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (4.6ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (4.6ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (4.6ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (4.3ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (3.9ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (4.1ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "inkwell_comments" WHERE "inkwell_comments"."user_id" = 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.0ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:49.108994' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:49.107853', "updated_at" = '2013-02-13 11:59:49.107853', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "inkwell_comments" WHERE "inkwell_comments"."topmost_obj_id" = 1 AND "inkwell_comments"."topmost_obj_type" = 'p'[0m
+ [1m[35mInkwell::Comment Load (0.1ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."topmost_obj_id" = 1 AND "inkwell_comments"."topmost_obj_type" = 'p'
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1[0m
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (4.3ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (3.8ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (4.7ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (4.4ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (4.3ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (4.7ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.9ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:49.179382' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:49.178197', "updated_at" = '2013-02-13 11:59:49.178197', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.7ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-13 11:59:49.182569' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:49.181468', "updated_at" = '2013-02-13 11:59:49.181468', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3}]', "updated_at" = '2013-02-13 11:59:49.185644' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:49.184440', "updated_at" = '2013-02-13 11:59:49.184440', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4}]', "updated_at" = '2013-02-13 11:59:49.189143' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:49.187185', "updated_at" = '2013-02-13 11:59:49.187185', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.1ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5}]', "updated_at" = '2013-02-13 11:59:49.191702' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:49.190601', "updated_at" = '2013-02-13 11:59:49.190601', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 5
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6}]', "updated_at" = '2013-02-13 11:59:49.194437' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:49.193217', "updated_at" = '2013-02-13 11:59:49.193217', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 6
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7}]', "updated_at" = '2013-02-13 11:59:49.197456' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:49.196115', "updated_at" = '2013-02-13 11:59:49.196115', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 7
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8}]', "updated_at" = '2013-02-13 11:59:49.200968' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:49.199826', "updated_at" = '2013-02-13 11:59:49.199826', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 8
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9}]', "updated_at" = '2013-02-13 11:59:49.203415' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:49.202539', "updated_at" = '2013-02-13 11:59:49.202539', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 9
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9},{"user_id":2,"comment_id":10}]', "updated_at" = '2013-02-13 11:59:49.206593' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:49.205473', "updated_at" = '2013-02-13 11:59:49.205473', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 10
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.7ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9},{"user_id":2,"comment_id":10},{"user_id":1,"comment_id":11}]', "updated_at" = '2013-02-13 11:59:49.209470' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:49.208128', "updated_at" = '2013-02-13 11:59:49.208128', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 11
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9},{"user_id":2,"comment_id":10},{"user_id":1,"comment_id":11},{"user_id":2,"comment_id":12}]', "updated_at" = '2013-02-13 11:59:49.212798' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:49.211687', "updated_at" = '2013-02-13 11:59:49.211687', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 12
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Comment Load (0.2ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."topmost_obj_id" = 1 AND "inkwell_comments"."topmost_obj_type" = 'p' ORDER BY created_at DESC LIMIT 10
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 11]]
+ [1m[35mInkwell::Comment Load (0.2ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."topmost_obj_id" = 1 AND "inkwell_comments"."topmost_obj_type" = 'p' AND (created_at < '2013-02-13 11:59:49.208128') ORDER BY created_at DESC LIMIT 10
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (4.9ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (3.8ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (4.2ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (4.8ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (3.9ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (4.1ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:49.251896' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:49.250382', "updated_at" = '2013-02-13 11:59:49.250382', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-13 11:59:49.254748' WHERE "posts"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-13 11:59:49.256185' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:49.253518', "updated_at" = '2013-02-13 11:59:49.253518', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3}]', "updated_at" = '2013-02-13 11:59:49.259408' WHERE "posts"."id" = 1
+ [1m[36m (0.0ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:49.258001', "updated_at" = '2013-02-13 11:59:49.258001', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 3[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4}]', "updated_at" = '2013-02-13 11:59:49.262796' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":2,"comment_id":4}]', "updated_at" = '2013-02-13 11:59:49.264382' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:49.261340', "updated_at" = '2013-02-13 11:59:49.261340', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 4
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5}]', "updated_at" = '2013-02-13 11:59:49.267863' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:49.266352', "updated_at" = '2013-02-13 11:59:49.266352', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 5
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6}]', "updated_at" = '2013-02-13 11:59:49.270945' WHERE "posts"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":2,"comment_id":4},{"user_id":2,"comment_id":6}]', "updated_at" = '2013-02-13 11:59:49.272503' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:49.269699', "updated_at" = '2013-02-13 11:59:49.269699', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 6[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":1,"comment_id":7}]', "updated_at" = '2013-02-13 11:59:49.275352' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:49.274121', "updated_at" = '2013-02-13 11:59:49.274121', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 7[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 7]]
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (3.4ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (2.8ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (3.3ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (3.6ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (2.9ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (3.7ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:49.307787' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:49.306589', "updated_at" = '2013-02-13 11:59:49.306589', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-13 11:59:49.310763' WHERE "posts"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-13 11:59:49.312060' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:49.309599', "updated_at" = '2013-02-13 11:59:49.309599', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", 2], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":2,"comment_id":3}]', "updated_at" = '2013-02-13 11:59:49.315030' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":2,"comment_id":3}]', "updated_at" = '2013-02-13 11:59:49.316382' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":3}]', "updated_at" = '2013-02-13 11:59:49.317219' WHERE "inkwell_comments"."id" = 2[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_id" = 2, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:49.313686', "updated_at" = '2013-02-13 11:59:49.313686', "upper_comments_tree" = '[1,2]' WHERE "inkwell_comments"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.0ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":2,"comment_id":3},{"user_id":2,"comment_id":4}]', "updated_at" = '2013-02-13 11:59:49.319860' WHERE "posts"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":2,"comment_id":3},{"user_id":2,"comment_id":4}]', "updated_at" = '2013-02-13 11:59:49.321081' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:49.318626', "updated_at" = '2013-02-13 11:59:49.318626', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["from_source", "[]"], ["has_many_sources", false], ["item_id", 3], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["item_id", 3], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["from_source", "[]"], ["has_many_sources", false], ["item_id", 1], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["item_id", 1], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["is_reblog", nil], ["item_id", 3], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["is_reblog", nil], ["item_id", 3], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["is_reblog", nil], ["item_id", 1], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" [0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items"
+ [1m[36mInkwell::BlogItem Load (0.1ms)[0m [1mSELECT "inkwell_blog_items".* FROM "inkwell_blog_items" [0m
+ [1m[35mInkwell::Comment Load (0.1ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments"
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "inkwell_comments" WHERE "inkwell_comments"."id" IN (2, 3, 4)[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" IN (2, 3, 4, 1) AND "inkwell_timeline_items"."item_type" = 'c'
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" IN (2, 3, 4, 1) AND "inkwell_favorite_items"."item_type" = 'c'[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" IN (2, 3, 4, 1) AND "inkwell_blog_items"."item_type" = 'c'
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[]', "updated_at" = '2013-02-13 11:59:49.332323' WHERE "posts"."id" = 1
+ [1m[36mSQL (0.0ms)[0m [1mDELETE FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::FavoriteItem Load (0.0ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items"
+ [1m[36mInkwell::TimelineItem Load (0.0ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" [0m
+ [1m[35mInkwell::BlogItem Load (0.1ms)[0m SELECT "inkwell_blog_items".* FROM "inkwell_blog_items"
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" [0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (3.8ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (3.3ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (3.3ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (3.8ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (3.5ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (3.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:49.365131' WHERE "posts"."id" = 1
+ [1m[36m (0.0ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:49.363942', "updated_at" = '2013-02-13 11:59:49.363942', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-13 11:59:49.368716' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-13 11:59:49.370013' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:49.367406', "updated_at" = '2013-02-13 11:59:49.367406', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.1ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3}]', "updated_at" = '2013-02-13 11:59:49.372882' WHERE "posts"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3}]', "updated_at" = '2013-02-13 11:59:49.374048' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:49.371682', "updated_at" = '2013-02-13 11:59:49.371682', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", 2], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4}]', "updated_at" = '2013-02-13 11:59:49.377013' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4}]', "updated_at" = '2013-02-13 11:59:49.378346' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":4}]', "updated_at" = '2013-02-13 11:59:49.379140' WHERE "inkwell_comments"."id" = 2[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_id" = 2, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:49.375755', "updated_at" = '2013-02-13 11:59:49.375755', "upper_comments_tree" = '[1,2]' WHERE "inkwell_comments"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", 3], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5}]', "updated_at" = '2013-02-13 11:59:49.381824' WHERE "posts"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5}]', "updated_at" = '2013-02-13 11:59:49.383228' WHERE "inkwell_comments"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":5}]', "updated_at" = '2013-02-13 11:59:49.383976' WHERE "inkwell_comments"."id" = 3
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_id" = 3, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:49.380795', "updated_at" = '2013-02-13 11:59:49.380795', "upper_comments_tree" = '[1,3]' WHERE "inkwell_comments"."id" = 5[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (1.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.2ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6}]', "updated_at" = '2013-02-13 11:59:49.387111' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6}]', "updated_at" = '2013-02-13 11:59:49.388382' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:49.385197', "updated_at" = '2013-02-13 11:59:49.385197', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 6
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", 4], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7}]', "updated_at" = '2013-02-13 11:59:49.391459' WHERE "posts"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 4]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7}]', "updated_at" = '2013-02-13 11:59:49.392809' WHERE "inkwell_comments"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":4},{"user_id":2,"comment_id":7}]', "updated_at" = '2013-02-13 11:59:49.393576' WHERE "inkwell_comments"."id" = 2
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 4]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":7}]', "updated_at" = '2013-02-13 11:59:49.394459' WHERE "inkwell_comments"."id" = 4
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_id" = 4, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:49.390136', "updated_at" = '2013-02-13 11:59:49.390136', "upper_comments_tree" = '[1,2,4]' WHERE "inkwell_comments"."id" = 7[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", 3], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8}]', "updated_at" = '2013-02-13 11:59:49.397286' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8}]', "updated_at" = '2013-02-13 11:59:49.398574' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":5},{"user_id":1,"comment_id":8}]', "updated_at" = '2013-02-13 11:59:49.399581' WHERE "inkwell_comments"."id" = 3[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_id" = 3, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:49.396194', "updated_at" = '2013-02-13 11:59:49.396194', "upper_comments_tree" = '[1,3]' WHERE "inkwell_comments"."id" = 8
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.0ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9}]', "updated_at" = '2013-02-13 11:59:49.402380' WHERE "posts"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9}]', "updated_at" = '2013-02-13 11:59:49.403808' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:49.401103', "updated_at" = '2013-02-13 11:59:49.401103', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 9[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", 6], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9},{"user_id":2,"comment_id":10}]', "updated_at" = '2013-02-13 11:59:49.406655' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 6]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9},{"user_id":2,"comment_id":10}]', "updated_at" = '2013-02-13 11:59:49.408122' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 6]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":10}]', "updated_at" = '2013-02-13 11:59:49.409706' WHERE "inkwell_comments"."id" = 6[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_id" = 6, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:49.405332', "updated_at" = '2013-02-13 11:59:49.405332', "upper_comments_tree" = '[1,6]' WHERE "inkwell_comments"."id" = 10
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", 5], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9},{"user_id":2,"comment_id":10},{"user_id":1,"comment_id":11}]', "updated_at" = '2013-02-13 11:59:49.412382' WHERE "posts"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 5]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9},{"user_id":2,"comment_id":10},{"user_id":1,"comment_id":11}]', "updated_at" = '2013-02-13 11:59:49.413721' WHERE "inkwell_comments"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":5},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":11}]', "updated_at" = '2013-02-13 11:59:49.414689' WHERE "inkwell_comments"."id" = 3
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 5]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":11}]', "updated_at" = '2013-02-13 11:59:49.415412' WHERE "inkwell_comments"."id" = 5
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_id" = 5, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:49.411147', "updated_at" = '2013-02-13 11:59:49.411147', "upper_comments_tree" = '[1,3,5]' WHERE "inkwell_comments"."id" = 11[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9},{"user_id":2,"comment_id":10},{"user_id":1,"comment_id":11},{"user_id":2,"comment_id":12}]', "updated_at" = '2013-02-13 11:59:49.418455' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8},{"user_id":1,"comment_id":9},{"user_id":2,"comment_id":10},{"user_id":1,"comment_id":11},{"user_id":2,"comment_id":12}]', "updated_at" = '2013-02-13 11:59:49.420118' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:49.417066', "updated_at" = '2013-02-13 11:59:49.417066', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 12
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mInkwell::Comment Load (0.1ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 4]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 5]]
+ [1m[35mInkwell::Comment Load (0.1ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 6]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 7]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 8]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 9]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 10]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 11]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 12]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 11]]
+ [1m[35mInkwell::Comment Load (0.2ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."topmost_obj_id" = 1 AND "inkwell_comments"."topmost_obj_type" = 'p' AND (created_at < '2013-02-13 11:59:49.411147') ORDER BY created_at DESC LIMIT 10
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (3.4ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (4.2ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (3.2ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (3.1ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (4.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (2.9ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "inkwell_comments" WHERE "inkwell_comments"."topmost_obj_id" = 1 AND "inkwell_comments"."topmost_obj_type" = 'p'
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:49.470018' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:49.468807', "updated_at" = '2013-02-13 11:59:49.468807', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.0ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-13 11:59:49.473596' WHERE "posts"."id" = 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-13 11:59:49.475007' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:49.471882', "updated_at" = '2013-02-13 11:59:49.471882', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3}]', "updated_at" = '2013-02-13 11:59:49.478113' WHERE "posts"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3}]', "updated_at" = '2013-02-13 11:59:49.479569' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:49.476917', "updated_at" = '2013-02-13 11:59:49.476917', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "inkwell_comments" WHERE "inkwell_comments"."topmost_obj_id" = 1 AND "inkwell_comments"."topmost_obj_type" = 'p'
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (3.2ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (3.1ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (3.5ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (2.9ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (3.6ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (3.7ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.8ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "Lets You Party Like a Facebook User"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:49.512748' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:49.511320', "updated_at" = '2013-02-13 11:59:49.511320', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["from_source", "[]"], ["has_many_sources", false], ["item_id", 1], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["item_id", 1], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["is_reblog", nil], ["item_id", 1], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["is_reblog", nil], ["item_id", 1], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" [0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items"
+ [1m[36mInkwell::BlogItem Load (0.1ms)[0m [1mSELECT "inkwell_blog_items".* FROM "inkwell_blog_items" [0m
+ [1m[35mInkwell::Comment Load (0.1ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments"
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.0ms)[0m DELETE FROM "inkwell_comments" WHERE "inkwell_comments"."id" IN (NULL)
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" IN (1) AND "inkwell_timeline_items"."item_type" = 'c'[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" IN (1) AND "inkwell_favorite_items"."item_type" = 'c'
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" IN (1) AND "inkwell_blog_items"."item_type" = 'c'[0m
+ [1m[35mPost Load (0.1ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[]', "updated_at" = '2013-02-13 11:59:49.521022' WHERE "posts"."id" = 1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::FavoriteItem Load (0.0ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" [0m
+ [1m[35mInkwell::TimelineItem Load (0.0ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items"
+ [1m[36mInkwell::BlogItem Load (0.1ms)[0m [1mSELECT "inkwell_blog_items".* FROM "inkwell_blog_items" [0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments"
+ [1m[36m (0.2ms)[0m [1mrollback transaction[0m
+ [1m[35m (3.6ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (2.8ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (4.1ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (3.0ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (3.2ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (3.2ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (1.0ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (22.3ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:49.553790' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.4ms)[0m UPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:49.552676', "updated_at" = '2013-02-13 11:59:49.552676', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["item_id", 1], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-13 11:59:49.580102' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (3.4ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (2.9ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (3.8ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (4.4ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (3.1ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (3.6ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.2ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:49.612733' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:49.611412', "updated_at" = '2013-02-13 11:59:49.611412', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["is_reblog", false], ["item_id", 2], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 2], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":2}]', "updated_at" = '2013-02-13 11:59:49.617993' WHERE "posts"."id" = 2
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 2, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:49.616838', "updated_at" = '2013-02-13 11:59:49.616838', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["is_reblog", false], ["item_id", 3], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 3], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":3}]', "updated_at" = '2013-02-13 11:59:49.622974' WHERE "posts"."id" = 3[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 3, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:49.621850', "updated_at" = '2013-02-13 11:59:49.621850', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 3], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":3},{"user_id":1,"comment_id":4}]', "updated_at" = '2013-02-13 11:59:49.625914' WHERE "posts"."id" = 3[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 3, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:49.624814', "updated_at" = '2013-02-13 11:59:49.624814', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["is_reblog", false], ["item_id", 4], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["is_reblog", false], ["item_id", 5], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["is_reblog", false], ["item_id", 6], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 6], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 6]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":5}]', "updated_at" = '2013-02-13 11:59:49.635098' WHERE "posts"."id" = 6
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 6, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:49.633923', "updated_at" = '2013-02-13 11:59:49.633923', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 5[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 6], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 6]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":5},{"user_id":1,"comment_id":6}]', "updated_at" = '2013-02-13 11:59:49.638202' WHERE "posts"."id" = 6
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 6, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:49.636950', "updated_at" = '2013-02-13 11:59:49.636950', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 6[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 6], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 6]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":5},{"user_id":1,"comment_id":6},{"user_id":1,"comment_id":7}]', "updated_at" = '2013-02-13 11:59:49.640900' WHERE "posts"."id" = 6
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 6, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:49.639775', "updated_at" = '2013-02-13 11:59:49.639775', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 7[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 6], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 6]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":5},{"user_id":1,"comment_id":6},{"user_id":1,"comment_id":7},{"user_id":2,"comment_id":8}]', "updated_at" = '2013-02-13 11:59:49.643802' WHERE "posts"."id" = 6
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 6, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:49.642587', "updated_at" = '2013-02-13 11:59:49.642587', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 8[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["is_reblog", false], ["item_id", 7], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 2 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["item_id", 2], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mUPDATE "posts" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-13 11:59:49.648607' WHERE "posts"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 2 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.0ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["item_id", 2], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-13 11:59:49.650491' WHERE "inkwell_comments"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 3 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["item_id", 3], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-13 11:59:49.652667' WHERE "posts"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 3 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["item_id", 3], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-13 11:59:49.654686' WHERE "inkwell_comments"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.0ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 4 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["item_id", 4], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-13 11:59:49.656781' WHERE "inkwell_comments"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 4 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["item_id", 4], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m UPDATE "posts" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-13 11:59:49.658789' WHERE "posts"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 5 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["item_id", 5], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-13 11:59:49.661115' WHERE "posts"."id" = 5[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 6 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["item_id", 6], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m UPDATE "posts" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-13 11:59:49.663116' WHERE "posts"."id" = 6
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 5 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["item_id", 5], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-13 11:59:49.665205' WHERE "inkwell_comments"."id" = 5[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 6 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["item_id", 6], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-13 11:59:49.667261' WHERE "inkwell_comments"."id" = 6
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.2ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 7 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["item_id", 7], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-13 11:59:49.669436' WHERE "inkwell_comments"."id" = 7[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 8 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["item_id", 8], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-13 11:59:49.671521' WHERE "inkwell_comments"."id" = 8
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 7 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["item_id", 7], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-13 11:59:49.673485' WHERE "posts"."id" = 7[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' ORDER BY created_at DESC LIMIT 10[0m
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 7]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 8]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 7]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 6]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 5]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 6]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 5]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 4]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 4]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 7 AND "inkwell_favorite_items"."item_type" = 'p' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 3 AND "inkwell_favorite_items"."item_type" = 'c' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' ORDER BY created_at DESC LIMIT 10
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 7]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 8]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 7]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 6]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 5]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 6]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 5]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 4]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 4]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 8 AND "inkwell_favorite_items"."item_type" = 'c' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."id" = ? LIMIT 1 [["id", 12]]
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' AND (created_at < '2013-02-13 11:59:49.670715') ORDER BY created_at DESC LIMIT 10[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 7]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 6]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 5]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 6]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 5]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 4]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 4]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 7 AND "inkwell_favorite_items"."item_type" = 'c' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 2 AND "inkwell_favorite_items"."item_type" = 'c' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 8 AND "inkwell_favorite_items"."item_type" = 'c' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.0ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."id" = ? LIMIT 1[0m [["id", 12]]
+ [1m[35mInkwell::FavoriteItem Load (0.2ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' AND (created_at < '2013-02-13 11:59:49.670715') ORDER BY created_at DESC LIMIT 5
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 7]]
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 6]]
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 5]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 6]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 5]]
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 7 AND "inkwell_favorite_items"."item_type" = 'c' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.0ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 5 AND "inkwell_favorite_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (3.7ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (3.4ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (3.1ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (3.6ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (3.8ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (3.6ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.0ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.0ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:49.721298' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:49.720127', "updated_at" = '2013-02-13 11:59:49.720127', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 2 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["item_id", 1], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[2]', "updated_at" = '2013-02-13 11:59:49.725619' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 3 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.0ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["item_id", 1], ["item_type", "c"], ["owner_id", 3], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[2,3]', "updated_at" = '2013-02-13 11:59:49.727826' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (4.7ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (4.0ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (4.0ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (3.6ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (4.8ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (4.1ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:49.764208' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:49.762817', "updated_at" = '2013-02-13 11:59:49.762817', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.0ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" [0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (4.4ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (4.7ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (3.9ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (5.2ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (3.4ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (4.2ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.0ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:49.801614' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.0ms)[0m UPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:49.800615', "updated_at" = '2013-02-13 11:59:49.800615', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["item_id", 1], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-13 11:59:49.805243' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.0ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items"
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 2 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.0ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00], ["item_id", 1], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:49 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[1,2]', "updated_at" = '2013-02-13 11:59:49.808559' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 2 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items"
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (3.9ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (3.8ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (294.0ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.4ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (5.9ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.3ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (5.7ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.3ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (5.8ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.5ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:50.150996' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:50.148752', "updated_at" = '2013-02-13 11:59:50.148752', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["item_id", 1], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items"
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (6.0ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.3ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (4.4ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.3ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (5.1ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (5.5ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.3ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (4.5ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.3ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (5.2ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.2ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.1ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:50.206919' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:50.204678', "updated_at" = '2013-02-13 11:59:50.204678', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::FavoriteItem Load (0.0ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 2 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["item_id", 1], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_favorite_it" = '[2]', "updated_at" = '2013-02-13 11:59:50.214862' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.9ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 3 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["item_id", 1], ["item_type", "p"], ["owner_id", 3], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_favorite_it" = '[2,3]', "updated_at" = '2013-02-13 11:59:50.219579' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (5.5ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.4ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (4.7ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (4.7ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (7.5ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (5.3ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (5.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.2ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:50.273986' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:50.271669', "updated_at" = '2013-02-13 11:59:50.271669', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.2ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["item_id", 1], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-13 11:59:50.280262' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" [0m
+ [1m[35mInkwell::FavoriteItem Load (0.2ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u'[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[]', "updated_at" = '2013-02-13 11:59:50.284601' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::FavoriteItem Load (0.0ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" [0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["item_id", 1], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-13 11:59:50.288033' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 2 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["item_id", 1], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[1,2]', "updated_at" = '2013-02-13 11:59:50.290180' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items"
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 2 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 2 AND "inkwell_favorite_items"."owner_type" = 'u'[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.0ms)[0m [1mDELETE FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."id" = ?[0m [["id", 3]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-13 11:59:50.292796' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::FavoriteItem Load (0.0ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" [0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (4.0ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (3.3ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (3.5ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (3.4ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (3.9ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (3.5ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:50.340200' WHERE "posts"."id" = 1
+ [1m[36m (0.0ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:50.338290', "updated_at" = '2013-02-13 11:59:50.338290', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-13 11:59:50.343456' WHERE "posts"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (3.2ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (3.6ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (3.1ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (3.6ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (3.7ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (3.4ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.2ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:50.374654' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:50.373522', "updated_at" = '2013-02-13 11:59:50.373522', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["is_reblog", false], ["item_id", 2], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 2], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":2}]', "updated_at" = '2013-02-13 11:59:50.380354' WHERE "posts"."id" = 2[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 2, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:50.379253', "updated_at" = '2013-02-13 11:59:50.379253', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["is_reblog", false], ["item_id", 3], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 3], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.1ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":3}]', "updated_at" = '2013-02-13 11:59:50.385726' WHERE "posts"."id" = 3
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 3, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:50.384382', "updated_at" = '2013-02-13 11:59:50.384382', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 3], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":3},{"user_id":1,"comment_id":4}]', "updated_at" = '2013-02-13 11:59:50.389124' WHERE "posts"."id" = 3
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 3, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:50.387844', "updated_at" = '2013-02-13 11:59:50.387844', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["is_reblog", false], ["item_id", 4], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["is_reblog", false], ["item_id", 5], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["is_reblog", false], ["item_id", 6], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.0ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 6], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 6]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":5}]', "updated_at" = '2013-02-13 11:59:50.398447' WHERE "posts"."id" = 6[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 6, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:50.397374', "updated_at" = '2013-02-13 11:59:50.397374', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 5
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.9ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 6], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 6]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":5},{"user_id":1,"comment_id":6}]', "updated_at" = '2013-02-13 11:59:50.402311' WHERE "posts"."id" = 6[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 6, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:50.400090', "updated_at" = '2013-02-13 11:59:50.400090', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 6
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 6], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 6]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":5},{"user_id":1,"comment_id":6},{"user_id":1,"comment_id":7}]', "updated_at" = '2013-02-13 11:59:50.405459' WHERE "posts"."id" = 6[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 6, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:50.404374', "updated_at" = '2013-02-13 11:59:50.404374', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 7
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 6], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 6]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":5},{"user_id":1,"comment_id":6},{"user_id":1,"comment_id":7},{"user_id":2,"comment_id":8}]', "updated_at" = '2013-02-13 11:59:50.408382' WHERE "posts"."id" = 6[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 6, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:50.407129', "updated_at" = '2013-02-13 11:59:50.407129', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 8
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["is_reblog", false], ["item_id", 7], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (3.4ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 2 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["item_id", 2], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-13 11:59:50.438022' WHERE "posts"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 2 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["item_id", 2], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-13 11:59:50.440523' WHERE "inkwell_comments"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 3 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["item_id", 3], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-13 11:59:50.442779' WHERE "posts"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 3 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["item_id", 3], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-13 11:59:50.444871' WHERE "inkwell_comments"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 4 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.0ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["item_id", 4], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-13 11:59:50.447798' WHERE "inkwell_comments"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 4 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["item_id", 4], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-13 11:59:50.449726' WHERE "posts"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 5 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["item_id", 5], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-13 11:59:50.451816' WHERE "posts"."id" = 5
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 6 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["item_id", 6], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-13 11:59:50.453763' WHERE "posts"."id" = 6[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 5 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["item_id", 5], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-13 11:59:50.455858' WHERE "inkwell_comments"."id" = 5
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 6 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["item_id", 6], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-13 11:59:50.457955' WHERE "inkwell_comments"."id" = 6[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 7 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["item_id", 7], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-13 11:59:50.459970' WHERE "inkwell_comments"."id" = 7
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.0ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 8 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["item_id", 8], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-13 11:59:50.462078' WHERE "inkwell_comments"."id" = 8[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 7 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["item_id", 7], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-13 11:59:50.464238' WHERE "posts"."id" = 7
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 7 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 2 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["item_id", 7], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_favorite_it" = '[1,2]', "updated_at" = '2013-02-13 11:59:50.466221' WHERE "posts"."id" = 7[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 3 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 2 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["item_id", 3], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[1,2]', "updated_at" = '2013-02-13 11:59:50.468342' WHERE "inkwell_comments"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 7 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'c' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["is_reblog", true], ["item_id", 7], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_reblog_it" = '[2]', "updated_at" = '2013-02-13 11:59:50.470669' WHERE "inkwell_comments"."id" = 7[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 7 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["is_reblog", true], ["item_id", 7], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_reblog_it" = '[2]', "updated_at" = '2013-02-13 11:59:50.472700' WHERE "posts"."id" = 7
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' ORDER BY created_at DESC LIMIT 10
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 7]]
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 7 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 7 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 2 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 8]]
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 8 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'c' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 8 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 2 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 7]]
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 7 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'c' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 7 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 2 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 6]]
+ [1m[36mInkwell::BlogItem Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 6 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'c' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 6 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 2 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 5]]
+ [1m[35mInkwell::BlogItem Exists (0.0ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 5 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'c' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 5 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 2 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 6]]
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 6 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 6 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 2 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 5]]
+ [1m[35mInkwell::BlogItem Exists (0.0ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 5 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 5 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 2 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 4]]
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 4 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 4 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 2 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 4]]
+ [1m[35mInkwell::BlogItem Exists (0.0ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 4 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'c' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 4 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 2 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mInkwell::BlogItem Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 3 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'c' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 3 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 2 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 7 AND "inkwell_favorite_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 3 AND "inkwell_favorite_items"."item_type" = 'c' LIMIT 1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (3.5ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.3ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (3.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (4.2ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (3.1ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (2.8ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (3.8ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:50.518245' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:50.516841', "updated_at" = '2013-02-13 11:59:50.516841', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-13 11:59:50.521158' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u'[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.0ms)[0m [1mDELETE FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_favorite_it" = '[]', "updated_at" = '2013-02-13 11:59:50.523550' WHERE "posts"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::FavoriteItem Load (0.0ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" [0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-13 11:59:50.525951' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 2 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["item_id", 1], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_favorite_it" = '[1,2]', "updated_at" = '2013-02-13 11:59:50.528278' WHERE "posts"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items"
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u'[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.0ms)[0m [1mDELETE FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."id" = ?[0m [["id", 2]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_favorite_it" = '[2]', "updated_at" = '2013-02-13 11:59:50.530982' WHERE "posts"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::FavoriteItem Load (0.0ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" [0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (3.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (3.7ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (3.4ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.3ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (3.2ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (3.9ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (3.2ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:50.562283' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:50.561293', "updated_at" = '2013-02-13 11:59:50.561293', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (5.2ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (3.5ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (4.5ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (3.9ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (3.7ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (3.8ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.0ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:50.598924' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:50.597588', "updated_at" = '2013-02-13 11:59:50.597588', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-13 11:59:50.601835' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.0ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items"
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 2 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["item_id", 1], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_favorite_it" = '[1,2]', "updated_at" = '2013-02-13 11:59:50.604938' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 2 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items"
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (4.7ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (4.1ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (5.2ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (4.5ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (3.4ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (3.6ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (1.0ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:50.641866' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:50.640998', "updated_at" = '2013-02-13 11:59:50.640998', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.0ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" [0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (4.5ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (4.1ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (3.9ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (3.6ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (4.2ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (3.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:50.678714' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.0ms)[0m UPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:50.677401', "updated_at" = '2013-02-13 11:59:50.677401', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.0ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (5.7ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (4.4ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (4.1ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (4.7ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (4.3ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (4.2ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:50.719218' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:50.717911', "updated_at" = '2013-02-13 11:59:50.717911', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.0ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items"
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (3.9ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (3.1ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (3.6ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (3.0ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (3.9ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (3.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.0ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.0ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:50.753167' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:50.751884', "updated_at" = '2013-02-13 11:59:50.751884', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.0ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["is_reblog", false], ["item_id", 2], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.9ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["is_reblog", false], ["item_id", 3], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["is_reblog", false], ["item_id", 4], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["is_reblog", false], ["item_id", 5], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["is_reblog", false], ["item_id", 6], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["is_reblog", false], ["item_id", 7], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["is_reblog", false], ["item_id", 8], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-13 11:59:50.771037' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.0ms)[0m UPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:50.769830', "updated_at" = '2013-02-13 11:59:50.769830', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followers_ids" = '[1]', "updated_at" = '2013-02-13 11:59:50.772482' WHERE "users"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "users" SET "followings_ids" = '[2]', "updated_at" = '2013-02-13 11:59:50.773209' WHERE "users"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Load (0.1ms)[0m SELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' ORDER BY created_at DESC LIMIT 10
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 8 AND "inkwell_timeline_items"."owner_id" = 1 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["from_source", "[{\"user_id\":2,\"type\":\"following\"}]"], ["has_many_sources", false], ["item_id", 8], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 7 AND "inkwell_timeline_items"."owner_id" = 1 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["from_source", "[{\"user_id\":2,\"type\":\"following\"}]"], ["has_many_sources", false], ["item_id", 7], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 6 AND "inkwell_timeline_items"."owner_id" = 1 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.0ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["from_source", "[{\"user_id\":2,\"type\":\"following\"}]"], ["has_many_sources", false], ["item_id", 6], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 5 AND "inkwell_timeline_items"."owner_id" = 1 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["from_source", "[{\"user_id\":2,\"type\":\"following\"}]"], ["has_many_sources", false], ["item_id", 5], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 1 AND "inkwell_timeline_items"."owner_type" = 'u'[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 1 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_id" = 5 AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 1 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_id" = 6 AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 1 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_id" = 7 AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 1 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_id" = 8 AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 1 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_id" = 2 AND "inkwell_timeline_items"."item_type" = 'c' LIMIT 1
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 1 AND "inkwell_timeline_items"."owner_type" = 'u'[0m
+ [1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 2 AND "inkwell_timeline_items"."owner_type" = 'u'
+ [1m[36m (0.2ms)[0m [1mrollback transaction[0m
+ [1m[35m (3.8ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (3.2ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (4.8ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (3.6ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (4.6ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (3.8ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:50.830924' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:50.815905', "updated_at" = '2013-02-13 11:59:50.815905', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["is_reblog", false], ["item_id", 2], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["is_reblog", false], ["item_id", 3], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["is_reblog", false], ["item_id", 4], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["is_reblog", false], ["item_id", 5], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["is_reblog", false], ["item_id", 6], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["is_reblog", false], ["item_id", 7], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["is_reblog", false], ["item_id", 8], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-13 11:59:50.850353' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:50.849026', "updated_at" = '2013-02-13 11:59:50.849026', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m UPDATE "users" SET "followers_ids" = '[1]', "updated_at" = '2013-02-13 11:59:50.851904' WHERE "users"."id" = 2
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followings_ids" = '[2]', "updated_at" = '2013-02-13 11:59:50.852685' WHERE "users"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Load (0.1ms)[0m [1mSELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' ORDER BY created_at DESC LIMIT 10[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 8 AND "inkwell_timeline_items"."owner_id" = 1 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["from_source", "[{\"user_id\":2,\"type\":\"following\"}]"], ["has_many_sources", false], ["item_id", 8], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 7 AND "inkwell_timeline_items"."owner_id" = 1 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["from_source", "[{\"user_id\":2,\"type\":\"following\"}]"], ["has_many_sources", false], ["item_id", 7], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 6 AND "inkwell_timeline_items"."owner_id" = 1 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["from_source", "[{\"user_id\":2,\"type\":\"following\"}]"], ["has_many_sources", false], ["item_id", 6], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 5 AND "inkwell_timeline_items"."owner_id" = 1 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["from_source", "[{\"user_id\":2,\"type\":\"following\"}]"], ["has_many_sources", false], ["item_id", 5], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 1 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_id" = 5 AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 1 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_id" = 6 AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 1 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_id" = 7 AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 1 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_id" = 8 AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (4.0ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (4.3ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (4.2ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (3.8ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (4.4ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (3.6ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:50.896201' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:50.894720', "updated_at" = '2013-02-13 11:59:50.894720', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["is_reblog", false], ["item_id", 2], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["is_reblog", false], ["item_id", 3], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.0ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["is_reblog", false], ["item_id", 4], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["is_reblog", false], ["item_id", 5], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mSQL (3.9ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["is_reblog", false], ["item_id", 6], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["is_reblog", false], ["item_id", 7], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["is_reblog", false], ["item_id", 8], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.1ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-13 11:59:50.940434' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:50.939411', "updated_at" = '2013-02-13 11:59:50.939411', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followers_ids" = '[1]', "updated_at" = '2013-02-13 11:59:50.941871' WHERE "users"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m UPDATE "users" SET "followings_ids" = '[2]', "updated_at" = '2013-02-13 11:59:50.942639' WHERE "users"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Load (0.1ms)[0m SELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' ORDER BY created_at DESC LIMIT 10
+ [1m[36mInkwell::TimelineItem Load (0.0ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 8 AND "inkwell_timeline_items"."owner_id" = 1 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["from_source", "[{\"user_id\":2,\"type\":\"following\"}]"], ["has_many_sources", false], ["item_id", 8], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 7 AND "inkwell_timeline_items"."owner_id" = 1 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["from_source", "[{\"user_id\":2,\"type\":\"following\"}]"], ["has_many_sources", false], ["item_id", 7], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 6 AND "inkwell_timeline_items"."owner_id" = 1 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["from_source", "[{\"user_id\":2,\"type\":\"following\"}]"], ["has_many_sources", false], ["item_id", 6], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 5 AND "inkwell_timeline_items"."owner_id" = 1 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["from_source", "[{\"user_id\":2,\"type\":\"following\"}]"], ["has_many_sources", false], ["item_id", 5], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (3.5ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (2.9ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (3.4ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (3.0ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (3.7ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (3.5ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.0ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:50.980823' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:50.979467', "updated_at" = '2013-02-13 11:59:50.979467', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["is_reblog", false], ["item_id", 2], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["is_reblog", false], ["item_id", 3], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["is_reblog", false], ["item_id", 4], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["is_reblog", false], ["item_id", 5], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["is_reblog", false], ["item_id", 6], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["is_reblog", false], ["item_id", 7], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["is_reblog", false], ["item_id", 8], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-13 11:59:50.998056' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:50.996987', "updated_at" = '2013-02-13 11:59:50.996987', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "users" SET "followers_ids" = '[1]', "updated_at" = '2013-02-13 11:59:50.999287' WHERE "users"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followings_ids" = '[2]', "updated_at" = '2013-02-13 11:59:50.999882' WHERE "users"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Load (0.1ms)[0m [1mSELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' ORDER BY created_at DESC LIMIT 10[0m
+ [1m[35mInkwell::TimelineItem Load (1.2ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 8 AND "inkwell_timeline_items"."owner_id" = 1 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["from_source", "[{\"user_id\":2,\"type\":\"following\"}]"], ["has_many_sources", false], ["item_id", 8], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::TimelineItem Load (0.0ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 7 AND "inkwell_timeline_items"."owner_id" = 1 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["from_source", "[{\"user_id\":2,\"type\":\"following\"}]"], ["has_many_sources", false], ["item_id", 7], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 6 AND "inkwell_timeline_items"."owner_id" = 1 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["from_source", "[{\"user_id\":2,\"type\":\"following\"}]"], ["has_many_sources", false], ["item_id", 6], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 5 AND "inkwell_timeline_items"."owner_id" = 1 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:50 UTC +00:00], ["from_source", "[{\"user_id\":2,\"type\":\"following\"}]"], ["has_many_sources", false], ["item_id", 5], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 1 AND "inkwell_timeline_items"."owner_type" = 'u'[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followers_ids" = '[]', "updated_at" = '2013-02-13 11:59:51.009102' WHERE "users"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "users" SET "followings_ids" = '[]', "updated_at" = '2013-02-13 11:59:51.009806' WHERE "users"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 1 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."has_many_sources" = 'f' AND (from_source like '%{"user_id":2%')
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 1 AND "inkwell_timeline_items"."owner_type" = 'u' AND (from_source like '%{"user_id":2%')[0m
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 1 AND "inkwell_timeline_items"."owner_type" = 'u'[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (3.4ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (3.1ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (3.4ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (4.1ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (3.2ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (3.7ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:51.042596' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:51.041405', "updated_at" = '2013-02-13 11:59:51.041405', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", false], ["item_id", 2], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", false], ["item_id", 3], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", false], ["item_id", 4], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", false], ["item_id", 5], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", false], ["item_id", 6], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", false], ["item_id", 7], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", false], ["item_id", 8], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-13 11:59:51.060574' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:51.059485', "updated_at" = '2013-02-13 11:59:51.059485', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 3 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "p"], ["owner_id", 3], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_reblog_it" = '[3]', "updated_at" = '2013-02-13 11:59:51.064466' WHERE "posts"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followers_ids" = '[1]', "updated_at" = '2013-02-13 11:59:51.065268' WHERE "users"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "users" SET "followings_ids" = '[3]', "updated_at" = '2013-02-13 11:59:51.065960' WHERE "users"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Load (0.1ms)[0m SELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 3 AND "inkwell_blog_items"."owner_type" = 'u' ORDER BY created_at DESC LIMIT 10
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 1 AND "inkwell_timeline_items"."owner_type" = 'u' ORDER BY created_at DESC LIMIT 10[0m
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (3.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (3.0ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.3ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (3.2ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (3.2ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (3.5ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (3.5ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:51.098292' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:51.097137', "updated_at" = '2013-02-13 11:59:51.097137', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", false], ["item_id", 2], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", false], ["item_id", 3], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.0ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", false], ["item_id", 4], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", false], ["item_id", 5], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", false], ["item_id", 6], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", false], ["item_id", 7], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", false], ["item_id", 8], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-13 11:59:51.115925' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:51.114655', "updated_at" = '2013-02-13 11:59:51.114655', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 3 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "p"], ["owner_id", 3], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_reblog_it" = '[3]', "updated_at" = '2013-02-13 11:59:51.119792' WHERE "posts"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followers_ids" = '[2]', "updated_at" = '2013-02-13 11:59:51.120534' WHERE "users"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m UPDATE "users" SET "followings_ids" = '[3]', "updated_at" = '2013-02-13 11:59:51.121167' WHERE "users"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Load (0.1ms)[0m SELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 3 AND "inkwell_blog_items"."owner_type" = 'u' ORDER BY created_at DESC LIMIT 10
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."owner_id" = 2 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["from_source", "[{\"user_id\":3,\"type\":\"reblog\"}]"], ["has_many_sources", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 2 AND "inkwell_timeline_items"."owner_type" = 'u'
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 2 AND "inkwell_timeline_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (3.8ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (3.6ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (4.8ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (3.9ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (3.2ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (3.4ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:51.157508' WHERE "posts"."id" = 1
+ [1m[36m (0.0ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:51.156219', "updated_at" = '2013-02-13 11:59:51.156219', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", false], ["item_id", 2], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", false], ["item_id", 3], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", false], ["item_id", 4], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", false], ["item_id", 5], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", false], ["item_id", 6], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", false], ["item_id", 7], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.0ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", false], ["item_id", 8], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-13 11:59:51.175675' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:51.174521', "updated_at" = '2013-02-13 11:59:51.174521', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 3 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "p"], ["owner_id", 3], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_reblog_it" = '[3]', "updated_at" = '2013-02-13 11:59:51.179620' WHERE "posts"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followers_ids" = '[2]', "updated_at" = '2013-02-13 11:59:51.180208' WHERE "users"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "users" SET "followings_ids" = '[3]', "updated_at" = '2013-02-13 11:59:51.180916' WHERE "users"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Load (0.1ms)[0m SELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 3 AND "inkwell_blog_items"."owner_type" = 'u' ORDER BY created_at DESC LIMIT 10
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::TimelineItem Load (0.2ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."owner_id" = 2 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["from_source", "[{\"user_id\":3,\"type\":\"reblog\"}]"], ["has_many_sources", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followers_ids" = '[2]', "updated_at" = '2013-02-13 11:59:51.184027' WHERE "users"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "users" SET "followings_ids" = '[3,1]', "updated_at" = '2013-02-13 11:59:51.184738' WHERE "users"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Load (0.1ms)[0m SELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."owner_type" = 'u' ORDER BY created_at DESC LIMIT 10
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 4 AND "inkwell_timeline_items"."owner_id" = 2 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["from_source", "[{\"user_id\":1,\"type\":\"following\"}]"], ["has_many_sources", false], ["item_id", 4], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 3 AND "inkwell_timeline_items"."owner_id" = 2 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["from_source", "[{\"user_id\":1,\"type\":\"following\"}]"], ["has_many_sources", false], ["item_id", 3], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 2 AND "inkwell_timeline_items"."owner_id" = 2 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.0ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["from_source", "[{\"user_id\":1,\"type\":\"following\"}]"], ["has_many_sources", false], ["item_id", 2], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."owner_id" = 2 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_timeline_items" SET "has_many_sources" = 't', "from_source" = '[{"user_id":3,"type":"reblog"},{"user_id":1,"type":"following"}]', "updated_at" = '2013-02-13 11:59:51.190701' WHERE "inkwell_timeline_items"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 2 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."item_type" = 'p'[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 2 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "users" SET "followers_ids" = '[]', "updated_at" = '2013-02-13 11:59:51.192836' WHERE "users"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followings_ids" = '[3]', "updated_at" = '2013-02-13 11:59:51.193566' WHERE "users"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 2 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."has_many_sources" = 'f' AND (from_source like '%{"user_id":1%')[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 2 AND "inkwell_timeline_items"."owner_type" = 'u' AND (from_source like '%{"user_id":1%')
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_timeline_items" SET "from_source" = '[{"user_id":3,"type":"reblog"}]', "has_many_sources" = 'f', "updated_at" = '2013-02-13 11:59:51.194849' WHERE "inkwell_timeline_items"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 2 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."item_type" = 'p'
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 2 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mUPDATE "users" SET "followers_ids" = '[2]', "updated_at" = '2013-02-13 11:59:51.196448' WHERE "users"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "users" SET "followings_ids" = '[3,1]', "updated_at" = '2013-02-13 11:59:51.197124' WHERE "users"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Load (0.2ms)[0m SELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."owner_type" = 'u' ORDER BY created_at DESC LIMIT 10
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 4 AND "inkwell_timeline_items"."owner_id" = 2 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["from_source", "[{\"user_id\":1,\"type\":\"following\"}]"], ["has_many_sources", false], ["item_id", 4], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 3 AND "inkwell_timeline_items"."owner_id" = 2 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["from_source", "[{\"user_id\":1,\"type\":\"following\"}]"], ["has_many_sources", false], ["item_id", 3], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 2 AND "inkwell_timeline_items"."owner_id" = 2 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["from_source", "[{\"user_id\":1,\"type\":\"following\"}]"], ["has_many_sources", false], ["item_id", 2], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."owner_id" = 2 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_timeline_items" SET "has_many_sources" = 't', "from_source" = '[{"user_id":3,"type":"reblog"},{"user_id":1,"type":"following"}]', "updated_at" = '2013-02-13 11:59:51.217809' WHERE "inkwell_timeline_items"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 2 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followers_ids" = '[]', "updated_at" = '2013-02-13 11:59:51.219125' WHERE "users"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "users" SET "followings_ids" = '[1]', "updated_at" = '2013-02-13 11:59:51.219789' WHERE "users"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.0ms)[0m DELETE FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 2 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."has_many_sources" = 'f' AND (from_source like '%{"user_id":3%')
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 2 AND "inkwell_timeline_items"."owner_type" = 'u' AND (from_source like '%{"user_id":3%')[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_timeline_items" SET "from_source" = '[{"user_id":1,"type":"following"}]', "has_many_sources" = 'f', "updated_at" = '2013-02-13 11:59:51.221132' WHERE "inkwell_timeline_items"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 2 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."item_type" = 'p'[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 2 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (3.7ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (4.2ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (3.2ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (3.8ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (4.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (4.3ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.0ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:51.256569' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:51.255119', "updated_at" = '2013-02-13 11:59:51.255119', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", false], ["item_id", 2], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", false], ["item_id", 3], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", false], ["item_id", 4], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mSQL (0.0ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", false], ["item_id", 5], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", false], ["item_id", 6], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", false], ["item_id", 7], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", false], ["item_id", 8], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2}]', "updated_at" = '2013-02-13 11:59:51.275852' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-02-13 11:59:51.273897', "updated_at" = '2013-02-13 11:59:51.273897', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (4.2ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (3.4ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (4.3ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (4.2ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (4.9ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (3.5ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:51.313667' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:51.312302', "updated_at" = '2013-02-13 11:59:51.312302', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'c' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_reblog_it" = '[2]', "updated_at" = '2013-02-13 11:59:51.316627' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."item_type" = 'c' AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't'
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (4.9ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (4.1ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (3.5ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (3.8ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (4.4ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (3.6ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.3ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (3.5ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:51.379643' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:51.378305', "updated_at" = '2013-02-13 11:59:51.378305', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.0ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "users" SET "followers_ids" = '[4]', "updated_at" = '2013-02-13 11:59:51.382006' WHERE "users"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followings_ids" = '[2]', "updated_at" = '2013-02-13 11:59:51.382748' WHERE "users"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Load (0.1ms)[0m [1mSELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' ORDER BY created_at DESC LIMIT 10[0m
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'c' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_reblog_it" = '[2]', "updated_at" = '2013-02-13 11:59:51.385654' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."owner_id" = 4 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'c' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["from_source", "[{\"user_id\":2,\"type\":\"reblog\"}]"], ["has_many_sources", false], ["item_id", 1], ["item_type", "c"], ["owner_id", 4], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 4 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."item_type" = 'c'[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 4 AND "inkwell_timeline_items"."owner_type" = 'u' LIMIT 1
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'c' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_reblog_it" = '[]', "updated_at" = '2013-02-13 11:59:51.389314' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mSQL (0.0ms)[0m [1mDELETE FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'c'[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" IN (4) AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."has_many_sources" = 'f' AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."item_type" = 'c'
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" IN (4) AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."item_type" = 'c'[0m
+ [1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 4 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."item_type" = 'c'
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (3.3ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (3.5ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (3.7ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (3.7ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (3.2ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (3.7ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.2ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.1ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:51.423754' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:51.422531', "updated_at" = '2013-02-13 11:59:51.422531', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'c' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_reblog_it" = '[2]', "updated_at" = '2013-02-13 11:59:51.428480' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 4 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'c' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "c"], ["owner_id", 4], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_reblog_it" = '[2,4]', "updated_at" = '2013-02-13 11:59:51.430902' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (3.4ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (3.1ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (3.4ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (10.4ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (3.6ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (4.6ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.0ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.0ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:51.472136' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:51.470890', "updated_at" = '2013-02-13 11:59:51.470890', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followers_ids" = '[1]', "updated_at" = '2013-02-13 11:59:51.473623' WHERE "users"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "users" SET "followings_ids" = '[2]', "updated_at" = '2013-02-13 11:59:51.474314' WHERE "users"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Load (0.1ms)[0m SELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' ORDER BY created_at DESC LIMIT 10
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_reblog_it" = '[2]', "updated_at" = '2013-02-13 11:59:51.477274' WHERE "posts"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'c' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_reblog_it" = '[2]', "updated_at" = '2013-02-13 11:59:51.479503' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 1 AND "inkwell_timeline_items"."owner_type" = 'u'[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (3.8ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (3.5ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (4.0ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (84.3ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.3ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (195.7ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.3ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (6.2ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.3ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.2ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.3ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (1.3ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.1ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.2ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:51.806249' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.2ms)[0m UPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:51.803017', "updated_at" = '2013-02-13 11:59:51.803017', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'c' LIMIT 1[0m
+ [1m[35mInkwell::BlogItem Exists (0.2ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1
+ [1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.2ms)[0m [1mUPDATE "posts" SET "users_ids_who_reblog_it" = '[2]', "updated_at" = '2013-02-13 11:59:51.818723' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'c' LIMIT 1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_reblog_it" = '[2]', "updated_at" = '2013-02-13 11:59:51.824549' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1
+ [1m[36mInkwell::BlogItem Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'c' LIMIT 1[0m
+ [1m[35m (0.8ms)[0m rollback transaction
+ [1m[36m (5.5ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.3ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (5.7ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.4ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (3.9ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (5.6ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (4.1ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (4.2ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.2ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:51.878802' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:51.876635', "updated_at" = '2013-02-13 11:59:51.876635', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followers_ids" = '[3]', "updated_at" = '2013-02-13 11:59:51.881147' WHERE "users"."id" = 2[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "users" SET "followings_ids" = '[2]', "updated_at" = '2013-02-13 11:59:51.882135' WHERE "users"."id" = 3
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Load (0.1ms)[0m SELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' ORDER BY created_at DESC LIMIT 10
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_reblog_it" = '[2]', "updated_at" = '2013-02-13 11:59:51.887536' WHERE "posts"."id" = 1
+ [1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."owner_id" = 3 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["from_source", "[{\"user_id\":2,\"type\":\"reblog\"}]"], ["has_many_sources", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 3], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followers_ids" = '[3]', "updated_at" = '2013-02-13 11:59:51.891237' WHERE "users"."id" = 1[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "users" SET "followings_ids" = '[2,1]', "updated_at" = '2013-02-13 11:59:51.892272' WHERE "users"."id" = 3
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Load (0.1ms)[0m SELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."owner_type" = 'u' ORDER BY created_at DESC LIMIT 10
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."owner_id" = 3 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_timeline_items" SET "has_many_sources" = 't', "from_source" = '[{"user_id":2,"type":"reblog"},{"user_id":1,"type":"following"}]', "updated_at" = '2013-02-13 11:59:51.895117' WHERE "inkwell_timeline_items"."id" = 1[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 3 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."item_type" = 'p'[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 3 AND "inkwell_timeline_items"."owner_type" = 'u' LIMIT 1
+ [1m[36m (0.2ms)[0m [1mrollback transaction[0m
+ [1m[35m (5.0ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (3.3ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (4.3ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (4.5ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (3.9ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (3.9ms)[0m DELETE FROM "users";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.0ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:51.934499' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:51.933287', "updated_at" = '2013-02-13 11:59:51.933287', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_reblog_it" = '[2]', "updated_at" = '2013-02-13 11:59:51.938849' WHERE "posts"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 4 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "p"], ["owner_id", 4], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_reblog_it" = '[2,4]', "updated_at" = '2013-02-13 11:59:51.941263' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (4.5ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (4.1ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (3.7ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (4.9ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (4.0ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (4.4ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:51.978494' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.0ms)[0m UPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:51.977375', "updated_at" = '2013-02-13 11:59:51.977375', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'c' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:51 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_reblog_it" = '[2]', "updated_at" = '2013-02-13 11:59:51.981721' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'c' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_reblog_it" = '[]', "updated_at" = '2013-02-13 11:59:51.983020' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mSQL (0.0ms)[0m [1mDELETE FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'c'[0m
+ [1m[35mSQL (0.0ms)[0m DELETE FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" IN (NULL) AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."has_many_sources" = 'f' AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."item_type" = 'c'
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" IN (NULL) AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."item_type" = 'c'[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."item_type" = 'c' AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't'
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (4.0ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (4.2ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (4.9ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (4.0ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (4.7ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (3.8ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:52.022155' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:52.021215', "updated_at" = '2013-02-13 11:59:52.021215', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_reblog_it" = '[2]', "updated_at" = '2013-02-13 11:59:52.025737' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."item_type" = 'p'[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."item_type" = 'p' AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't'
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (4.0ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (4.2ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (5.1ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (4.0ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (3.7ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (3.7ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.0ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:52.063820' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:52.062504', "updated_at" = '2013-02-13 11:59:52.062504', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 4 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "p"], ["owner_id", 4], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_reblog_it" = '[4]', "updated_at" = '2013-02-13 11:59:52.067893' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followers_ids" = '[2]', "updated_at" = '2013-02-13 11:59:52.068724' WHERE "users"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "users" SET "followings_ids" = '[4]', "updated_at" = '2013-02-13 11:59:52.069425' WHERE "users"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Load (0.1ms)[0m SELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 4 AND "inkwell_blog_items"."owner_type" = 'u' ORDER BY created_at DESC LIMIT 10
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."owner_id" = 2 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["from_source", "[{\"user_id\":4,\"type\":\"reblog\"}]"], ["has_many_sources", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followers_ids" = '[2]', "updated_at" = '2013-02-13 11:59:52.072553' WHERE "users"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "users" SET "followings_ids" = '[4,1]', "updated_at" = '2013-02-13 11:59:52.073241' WHERE "users"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Load (0.1ms)[0m SELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."owner_type" = 'u' ORDER BY created_at DESC LIMIT 10
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."owner_id" = 2 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_timeline_items" SET "has_many_sources" = 't', "from_source" = '[{"user_id":4,"type":"reblog"},{"user_id":1,"type":"following"}]', "updated_at" = '2013-02-13 11:59:52.074881' WHERE "inkwell_timeline_items"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "talisman_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["user_id", 4], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 4]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["is_reblog", false], ["item_id", 2], ["item_type", "p"], ["owner_id", 4], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["from_source", "[{\"user_id\":4,\"type\":\"following\"}]"], ["has_many_sources", false], ["item_id", 2], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 2 AND "inkwell_timeline_items"."owner_type" = 'u'[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 2 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."item_type" = 'p'
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 2 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 4 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_reblog_it" = '[]', "updated_at" = '2013-02-13 11:59:52.080671' WHERE "posts"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.0ms)[0m DELETE FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 4 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p'
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" IN (2) AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."has_many_sources" = 'f' AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."item_type" = 'p'[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" IN (2) AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."item_type" = 'p'
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_timeline_items" SET "has_many_sources" = 'f', "from_source" = '[{"user_id":1,"type":"following"}]', "updated_at" = '2013-02-13 11:59:52.082336' WHERE "inkwell_timeline_items"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 2 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."item_type" = 'p'
+ [1m[36mInkwell::TimelineItem Load (0.0ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 2 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 2 AND "inkwell_timeline_items"."owner_type" = 'u'
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (4.2ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (4.8ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (4.3ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (3.7ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (4.4ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (3.6ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.7ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:52.135186' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:52.118864', "updated_at" = '2013-02-13 11:59:52.118864', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_reblog_it" = '[2]', "updated_at" = '2013-02-13 11:59:52.138540' WHERE "posts"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_reblog_it" = '[]', "updated_at" = '2013-02-13 11:59:52.140084' WHERE "posts"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p'
+ [1m[36mSQL (0.0ms)[0m [1mDELETE FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" IN (NULL) AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."has_many_sources" = 'f' AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."item_type" = 'p'[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" IN (NULL) AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."item_type" = 'p'
+ [1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."item_type" = 'p'[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."item_type" = 'p' AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't'
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (5.0ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (3.1ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (4.3ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (3.6ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (3.8ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (3.8ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:52.177723' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:52.176382', "updated_at" = '2013-02-13 11:59:52.176382', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followers_ids" = '[3]', "updated_at" = '2013-02-13 11:59:52.179237' WHERE "users"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "users" SET "followings_ids" = '[2]', "updated_at" = '2013-02-13 11:59:52.179893' WHERE "users"."id" = 3
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Load (0.1ms)[0m SELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' ORDER BY created_at DESC LIMIT 10
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_reblog_it" = '[2]', "updated_at" = '2013-02-13 11:59:52.182895' WHERE "posts"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."owner_id" = 3 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["from_source", "[{\"user_id\":2,\"type\":\"reblog\"}]"], ["has_many_sources", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 3], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 3 AND "inkwell_timeline_items"."owner_type" = 'u'
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 3 AND "inkwell_timeline_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (4.8ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (3.4ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (4.1ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (4.4ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (4.4ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (3.5ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:52.221988' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:52.220883', "updated_at" = '2013-02-13 11:59:52.220883', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (3.7ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (3.2ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (3.8ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (3.6ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (3.8ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (3.7ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:52.258027' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:52.256896', "updated_at" = '2013-02-13 11:59:52.256896', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "users" SET "followers_ids" = '[3]', "updated_at" = '2013-02-13 11:59:52.259781' WHERE "users"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followings_ids" = '[2]', "updated_at" = '2013-02-13 11:59:52.260432' WHERE "users"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Load (0.1ms)[0m [1mSELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' ORDER BY created_at DESC LIMIT 10[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followers_ids" = '[3]', "updated_at" = '2013-02-13 11:59:52.261737' WHERE "users"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "users" SET "followings_ids" = '[2,1]', "updated_at" = '2013-02-13 11:59:52.262668' WHERE "users"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Load (0.1ms)[0m SELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."owner_type" = 'u' ORDER BY created_at DESC LIMIT 10
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."owner_id" = 3 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["from_source", "[{\"user_id\":1,\"type\":\"following\"}]"], ["has_many_sources", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 3], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_reblog_it" = '[2]', "updated_at" = '2013-02-13 11:59:52.268312' WHERE "posts"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."owner_id" = 3 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_timeline_items" SET "has_many_sources" = 't', "from_source" = '[{"user_id":1,"type":"following"},{"user_id":2,"type":"reblog"}]', "updated_at" = '2013-02-13 11:59:52.269603' WHERE "inkwell_timeline_items"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 3 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."item_type" = 'p'
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 3 AND "inkwell_timeline_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (4.3ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (4.1ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (3.3ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (4.2ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (4.2ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (3.9ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:52.306641' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:52.305355', "updated_at" = '2013-02-13 11:59:52.305355', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "users" SET "followers_ids" = '[4]', "updated_at" = '2013-02-13 11:59:52.309395' WHERE "users"."id" = 2
+ [1m[36m (3.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followings_ids" = '[2]', "updated_at" = '2013-02-13 11:59:52.333747' WHERE "users"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Load (0.1ms)[0m [1mSELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' ORDER BY created_at DESC LIMIT 10[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "morozovm_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["is_reblog", false], ["item_id", 2], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["from_source", "[{\"user_id\":2,\"type\":\"following\"}]"], ["has_many_sources", false], ["item_id", 2], ["item_type", "p"], ["owner_id", 4], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_reblog_it" = '[2]', "updated_at" = '2013-02-13 11:59:52.340835' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."owner_id" = 4 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["from_source", "[{\"user_id\":2,\"type\":\"reblog\"}]"], ["has_many_sources", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 4], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 4 AND "inkwell_timeline_items"."owner_type" = 'u'[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 4 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."item_type" = 'p'
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 4 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_reblog_it" = '[]', "updated_at" = '2013-02-13 11:59:52.344860' WHERE "posts"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.0ms)[0m DELETE FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p'
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" IN (4) AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."has_many_sources" = 'f' AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."item_type" = 'p'[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" IN (4) AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."item_type" = 'p'
+ [1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 4 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."item_type" = 'p'[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 4 AND "inkwell_timeline_items"."owner_type" = 'u'
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (3.4ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (3.7ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (3.4ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (3.4ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (3.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (4.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:52.379576' WHERE "posts"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:52.378373', "updated_at" = '2013-02-13 11:59:52.378373', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "users" SET "followers_ids" = '[3]', "updated_at" = '2013-02-13 11:59:52.381142' WHERE "users"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followings_ids" = '[2]', "updated_at" = '2013-02-13 11:59:52.381840' WHERE "users"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Load (0.1ms)[0m [1mSELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' ORDER BY created_at DESC LIMIT 10[0m
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'c' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_reblog_it" = '[2]', "updated_at" = '2013-02-13 11:59:52.384918' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::TimelineItem Load (0.0ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."owner_id" = 3 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'c' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["from_source", "[{\"user_id\":2,\"type\":\"reblog\"}]"], ["has_many_sources", false], ["item_id", 1], ["item_type", "c"], ["owner_id", 3], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 3 AND "inkwell_timeline_items"."owner_type" = 'u'[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 3 AND "inkwell_timeline_items"."owner_type" = 'u' LIMIT 1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (3.5ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (3.3ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (3.8ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (2.9ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (3.6ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (2.6ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (0.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body_1"], ["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["is_reblog", false], ["item_id", 2], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body_2"], ["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.0ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["is_reblog", false], ["item_id", 3], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body_3"], ["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["is_reblog", false], ["item_id", 4], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "morozovm_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["is_reblog", false], ["item_id", 5], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body_4"], ["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["is_reblog", false], ["item_id", 6], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body_5"], ["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["is_reblog", false], ["item_id", 7], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 5 AND "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["is_reblog", true], ["item_id", 5], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_reblog_it" = '[1]', "updated_at" = '2013-02-13 11:59:52.431816' WHERE "posts"."id" = 5
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "morozovm_post_test_body_1"], ["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["is_reblog", false], ["item_id", 8], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body_6"], ["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["is_reblog", false], ["item_id", 9], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_post_test_body_7"], ["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["is_reblog", false], ["item_id", 10], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body_8"], ["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["is_reblog", false], ["item_id", 11], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "morozovm_post_test_body_2"], ["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["is_reblog", false], ["item_id", 12], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body_9"], ["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["is_reblog", false], ["item_id", 13], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "morozovm_post_test_body_3"], ["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["user_id", 2], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["is_reblog", false], ["item_id", 14], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 8 AND "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["is_reblog", true], ["item_id", 8], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_reblog_it" = '[1]', "updated_at" = '2013-02-13 11:59:52.448864' WHERE "posts"."id" = 8
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 12 AND "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["is_reblog", true], ["item_id", 12], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_reblog_it" = '[1]', "updated_at" = '2013-02-13 11:59:52.451074' WHERE "posts"."id" = 12[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 8 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["item_id", 8], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-02-13 11:59:52.453228' WHERE "posts"."id" = 8
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followers_ids" = '[3]', "updated_at" = '2013-02-13 11:59:52.453938' WHERE "users"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "users" SET "followings_ids" = '[1]', "updated_at" = '2013-02-13 11:59:52.454654' WHERE "users"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Load (0.1ms)[0m SELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."owner_type" = 'u' ORDER BY created_at DESC LIMIT 10
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 12]]
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 12 AND "inkwell_timeline_items"."owner_id" = 3 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["from_source", "[{\"user_id\":1,\"type\":\"reblog\"}]"], ["has_many_sources", false], ["item_id", 12], ["item_type", "p"], ["owner_id", 3], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 8]]
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 8 AND "inkwell_timeline_items"."owner_id" = 3 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["from_source", "[{\"user_id\":1,\"type\":\"reblog\"}]"], ["has_many_sources", false], ["item_id", 8], ["item_type", "p"], ["owner_id", 3], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 13 AND "inkwell_timeline_items"."owner_id" = 3 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.0ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["from_source", "[{\"user_id\":1,\"type\":\"following\"}]"], ["has_many_sources", false], ["item_id", 13], ["item_type", "p"], ["owner_id", 3], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 11 AND "inkwell_timeline_items"."owner_id" = 3 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["from_source", "[{\"user_id\":1,\"type\":\"following\"}]"], ["has_many_sources", false], ["item_id", 11], ["item_type", "p"], ["owner_id", 3], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 10 AND "inkwell_timeline_items"."owner_id" = 3 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["from_source", "[{\"user_id\":1,\"type\":\"following\"}]"], ["has_many_sources", false], ["item_id", 10], ["item_type", "p"], ["owner_id", 3], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 9 AND "inkwell_timeline_items"."owner_id" = 3 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["from_source", "[{\"user_id\":1,\"type\":\"following\"}]"], ["has_many_sources", false], ["item_id", 9], ["item_type", "p"], ["owner_id", 3], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 5]]
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 5 AND "inkwell_timeline_items"."owner_id" = 3 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["from_source", "[{\"user_id\":1,\"type\":\"reblog\"}]"], ["has_many_sources", false], ["item_id", 5], ["item_type", "p"], ["owner_id", 3], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 7 AND "inkwell_timeline_items"."owner_id" = 3 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["from_source", "[{\"user_id\":1,\"type\":\"following\"}]"], ["has_many_sources", false], ["item_id", 7], ["item_type", "p"], ["owner_id", 3], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 6 AND "inkwell_timeline_items"."owner_id" = 3 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["from_source", "[{\"user_id\":1,\"type\":\"following\"}]"], ["has_many_sources", false], ["item_id", 6], ["item_type", "p"], ["owner_id", 3], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 4 AND "inkwell_timeline_items"."owner_id" = 3 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["from_source", "[{\"user_id\":1,\"type\":\"following\"}]"], ["has_many_sources", false], ["item_id", 4], ["item_type", "p"], ["owner_id", 3], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "users" SET "followers_ids" = '[3]', "updated_at" = '2013-02-13 11:59:52.470541' WHERE "users"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followings_ids" = '[1,2]', "updated_at" = '2013-02-13 11:59:52.471194' WHERE "users"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Load (0.1ms)[0m [1mSELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' ORDER BY created_at DESC LIMIT 10[0m
+ [1m[35mInkwell::TimelineItem Load (0.0ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 14 AND "inkwell_timeline_items"."owner_id" = 3 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["from_source", "[{\"user_id\":2,\"type\":\"following\"}]"], ["has_many_sources", false], ["item_id", 14], ["item_type", "p"], ["owner_id", 3], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::TimelineItem Load (0.0ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 12 AND "inkwell_timeline_items"."owner_id" = 3 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_timeline_items" SET "has_many_sources" = 't', "from_source" = '[{"user_id":1,"type":"reblog"},{"user_id":2,"type":"following"}]', "updated_at" = '2013-02-13 11:59:52.474393' WHERE "inkwell_timeline_items"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 8 AND "inkwell_timeline_items"."owner_id" = 3 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_timeline_items" SET "has_many_sources" = 't', "from_source" = '[{"user_id":1,"type":"reblog"},{"user_id":2,"type":"following"}]', "updated_at" = '2013-02-13 11:59:52.475624' WHERE "inkwell_timeline_items"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 5 AND "inkwell_timeline_items"."owner_id" = 3 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_timeline_items" SET "has_many_sources" = 't', "from_source" = '[{"user_id":1,"type":"reblog"},{"user_id":2,"type":"following"}]', "updated_at" = '2013-02-13 11:59:52.476814' WHERE "inkwell_timeline_items"."id" = 7
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 3 AND "inkwell_timeline_items"."owner_type" = 'u' ORDER BY created_at DESC LIMIT 10[0m
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 12]]
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 12 AND "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 12 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 8]]
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 8 AND "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 8 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 14]]
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 14 AND "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 14 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 13]]
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 13 AND "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 13 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 11]]
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 11 AND "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.0ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 11 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 10]]
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 10 AND "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 10 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 9]]
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 9 AND "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 9 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 5]]
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 5 AND "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.2ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 5 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 7]]
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 7 AND "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 7 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 6]]
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 6 AND "inkwell_blog_items"."owner_id" = 1 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 6 AND "inkwell_favorite_items"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (6.3ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (8.1ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (6.5ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (7.0ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (7.7ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (6.3ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (0.0ms)[0m DELETE FROM "users";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Salkar"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Morozovm"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("created_at", "followers_ids", "followings_ids", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["followers_ids", "[]"], ["followings_ids", "[]"], ["nick", "Talisman"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "posts" ("body", "created_at", "title", "updated_at", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "salkar_post_test_body"], ["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_id", "topmost_obj_id", "topmost_obj_type", "updated_at", "upper_comments_tree", "user_id", "users_ids_who_comment_it", "users_ids_who_favorite_it", "users_ids_who_reblog_it") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["body", "salkar_comment_body"], ["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["parent_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["upper_comments_tree", nil], ["user_id", 1], ["users_ids_who_comment_it", "[]"], ["users_ids_who_favorite_it", "[]"], ["users_ids_who_reblog_it", "[]"]]
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-02-13 11:59:52.544382' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-02-13 11:59:52.543273', "updated_at" = '2013-02-13 11:59:52.543273', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "followers_ids" = '[3]', "updated_at" = '2013-02-13 11:59:52.546039' WHERE "users"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m UPDATE "users" SET "followings_ids" = '[2]', "updated_at" = '2013-02-13 11:59:52.546732' WHERE "users"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Load (0.1ms)[0m SELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' ORDER BY created_at DESC LIMIT 10
+ [1m[36mInkwell::BlogItem Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'c' LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_reblog_it" = '[2]', "updated_at" = '2013-02-13 11:59:52.550269' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."owner_id" = 3 AND "inkwell_timeline_items"."owner_type" = 'u' AND "inkwell_timeline_items"."item_type" = 'c' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["from_source", "[{\"user_id\":2,\"type\":\"reblog\"}]"], ["has_many_sources", false], ["item_id", 1], ["item_type", "c"], ["owner_id", 3], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 2 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00], ["item_id", 1], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Feb 2013 11:59:52 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[2]', "updated_at" = '2013-02-13 11:59:52.553942' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mInkwell::TimelineItem Load (0.1ms)[0m SELECT "inkwell_timeline_items".* FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 3 AND "inkwell_timeline_items"."owner_type" = 'u' ORDER BY created_at DESC LIMIT 10
+ [1m[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mInkwell::BlogItem Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'c' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.1ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."item_type" = 'c' AND "inkwell_favorite_items"."owner_id" = 2 AND "inkwell_favorite_items"."owner_type" = 'u' LIMIT 1[0m
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (8.3ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (6.7ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (7.7ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (7.0ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (7.4ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (7.6ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'users';