test/dummy_without_community/log/test.log in inkwell-1.2.0 vs test/dummy_without_community/log/test.log in inkwell-1.4.1
- old
+ new
@@ -1165877,5 +1165877,12657 @@
[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 (3.3ms)[0m [1mDELETE FROM "users";[0m
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+Connecting to database specified by database.yml
+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.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_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (15.1ms)[0m [1mINSERT INTO "users" ("created_at", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:41 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:41 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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00: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", Wed, 13 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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.2ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:41:42 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:42 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-03-13 08:41:42.058044' 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-03-13 08:41:42.054611', "updated_at" = '2013-03-13 08:41:42.054611', "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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 2], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 3], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 4], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 5], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 6], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 7], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 8], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:42 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:42 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-03-13 08:41:42.078802' 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-03-13 08:41:42.077792', "updated_at" = '2013-03-13 08:41:42.077792', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 1 AND "inkwell_followings"."followed_id" = 1 LIMIT 1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (21.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.1ms)[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.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (4.5ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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.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.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_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:42 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:42 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-03-13 08:41:42.154444' 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-03-13 08:41:42.153238', "updated_at" = '2013-03-13 08:41:42.153238', "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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 2], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 3], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 4], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 5], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 6], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 (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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 7], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 8], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:42 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:42 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-03-13 08:41:42.174105' 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-03-13 08:41:42.172980', "updated_at" = '2013-03-13 08:41:42.172980', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Following Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 1 AND "inkwell_followings"."followed_id" = 2 LIMIT 1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_followings" ("created_at", "followed_id", "follower_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00], ["followed_id", 2], ["follower_id", 1], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 "following_count" = 1, "updated_at" = '2013-03-13 08:41:42.180558' 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 "follower_count" = 1, "updated_at" = '2013-03-13 08:41:42.181558' 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" = 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.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 Mar 2013 08:41:42 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 Mar 2013 08:41:42 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 Mar 2013 08:41:42 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 Mar 2013 08:41:42 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 Mar 2013 08:41:42 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 Mar 2013 08:41:42 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 Mar 2013 08:41:42 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 Mar 2013 08:41:42 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[35mInkwell::Following Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 1 AND "inkwell_followings"."followed_id" = 2 LIMIT 1
+ [1m[36mSQL (0.0ms)[0m [1mDELETE FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 1 AND "inkwell_followings"."followed_id" = 2[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "following_count" = 0, "updated_at" = '2013-03-13 08:41:42.196631' 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 "follower_count" = 0, "updated_at" = '2013-03-13 08:41:42.197492' WHERE "users"."id" = 2
+ [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.0ms)[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 (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 (3.7ms)[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 (3.3ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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.9ms)[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.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_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00: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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:42 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:42 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-03-13 08:41:42.237818' 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-03-13 08:41:42.236394', "updated_at" = '2013-03-13 08:41:42.236394', "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.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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 2], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 3], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 4], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 5], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 6], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 7], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 8], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:42 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:42 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-03-13 08:41:42.257167' 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-03-13 08:41:42.255936', "updated_at" = '2013-03-13 08:41:42.255936', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 1 AND "inkwell_followings"."followed_id" = 2 LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_followings" ("created_at", "followed_id", "follower_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00], ["followed_id", 2], ["follower_id", 1], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 "following_count" = 1, "updated_at" = '2013-03-13 08:41:42.259879' 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 "follower_count" = 1, "updated_at" = '2013-03-13 08:41:42.260662' 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" = 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.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 Mar 2013 08:41:42 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 Mar 2013 08:41:42 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 Mar 2013 08:41:42 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 Mar 2013 08:41:42 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 Mar 2013 08:41:42 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 Mar 2013 08:41:42 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 Mar 2013 08:41:42 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 Mar 2013 08:41:42 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.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.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 (3.2ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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 (3.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.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_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00: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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:42 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:42 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-03-13 08:41:42.304824' WHERE "posts"."id" = 1
+ [1m[36m (0.9ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-03-13 08:41:42.303589', "updated_at" = '2013-03-13 08:41:42.303589', "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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 2], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 3], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 4], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 5], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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.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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 6], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2[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 "posts" ("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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 7], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 8], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:42 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:42 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-03-13 08:41:42.324859' 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-03-13 08:41:42.323589', "updated_at" = '2013-03-13 08:41:42.323589', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Following Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 1 AND "inkwell_followings"."followed_id" = 2 LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_followings" ("created_at", "followed_id", "follower_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00], ["followed_id", 2], ["follower_id", 1], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 "following_count" = 1, "updated_at" = '2013-03-13 08:41:42.327694' 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 "follower_count" = 1, "updated_at" = '2013-03-13 08:41:42.328403' 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" = 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 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::TimelineItem Load (0.6ms)[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.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 Mar 2013 08:41:42 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 Mar 2013 08:41:42 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 Mar 2013 08:41:42 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 Mar 2013 08:41:42 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.0ms)[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 Mar 2013 08:41:42 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 Mar 2013 08:41:42 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.3ms)[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 (263.2ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.5ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (8.5ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.4ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (5.6ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.3ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (5.4ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [1m[36m (6.2ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.4ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (5.2ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (5.3ms)[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.3ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (0.3ms)[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_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[35m (0.3ms)[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:42 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", Wed, 13 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 1
+ [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 "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:41:42 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:42 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-03-13 08:41:42.685465' 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-03-13 08:41:42.682413', "updated_at" = '2013-03-13 08:41:42.682413', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [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", "salkar_post_test_body"], ["created_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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.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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 2], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 1
+ [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", Wed, 13 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 3], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 1
+ [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", Wed, 13 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 4], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.2ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 1
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.5ms)[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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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.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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 5], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.2ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2
+ [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", Wed, 13 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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.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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 6], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.7ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2
+ [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", Wed, 13 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 7], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2
+ [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", Wed, 13 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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.8ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]
+ [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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 8], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.2ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2
+ [1m[36m (0.1ms)[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_comment_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 Mar 2013 08:41:42 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:42 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.2ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2}]', "updated_at" = '2013-03-13 08:41:42.741245' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.3ms)[0m UPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:41:42.738148', "updated_at" = '2013-03-13 08:41:42.738148', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 2
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 1 AND "inkwell_followings"."followed_id" = 2 LIMIT 1
+ [1m[36mInkwell::Following Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 1 AND "inkwell_followings"."followed_id" = 2 LIMIT 1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "inkwell_followings" ("created_at", "followed_id", "follower_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00], ["followed_id", 2], ["follower_id", 1], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 "users" SET "following_count" = 1, "updated_at" = '2013-03-13 08:41:42.749923' WHERE "users"."id" = 1
+ [1m[36m (0.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 "follower_count" = 1, "updated_at" = '2013-03-13 08:41:42.751649' 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" = 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 Mar 2013 08:41:42 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 Mar 2013 08:41:42 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 Mar 2013 08:41:42 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 Mar 2013 08:41:42 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 Mar 2013 08:41:42 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 Mar 2013 08:41:42 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 Mar 2013 08:41:42 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 Mar 2013 08:41:42 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[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mInkwell::Following Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 1 AND "inkwell_followings"."followed_id" = 2 LIMIT 1
+ [1m[36mInkwell::Following Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 2 AND "inkwell_followings"."followed_id" = 1 LIMIT 1[0m
+ [1m[35mInkwell::Following Exists (0.0ms)[0m SELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 1 AND "inkwell_followings"."followed_id" = 2 LIMIT 1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (3.9ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.2ms)[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.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.0ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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 (3.7ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (3.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.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_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00: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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:42 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:42 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-03-13 08:41:42.799193' 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-03-13 08:41:42.798112', "updated_at" = '2013-03-13 08:41:42.798112', "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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 2], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 3], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 4], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 5], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 6], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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.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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 7], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 8], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:42 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:42 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-03-13 08:41:42.818534' 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-03-13 08:41:42.817613', "updated_at" = '2013-03-13 08:41:42.817613', "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 "users" ("created_at", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:41:42 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" = 3 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "p"], ["owner_id", 3], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 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" = '[3]', "updated_at" = '2013-03-13 08:41:42.822442' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 3[0m
+ [1m[35mInkwell::Following Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 2 AND "inkwell_followings"."followed_id" = 3 LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_followings" ("created_at", "followed_id", "follower_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00], ["followed_id", 3], ["follower_id", 2], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 "following_count" = 1, "updated_at" = '2013-03-13 08:41:42.824866' 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 "follower_count" = 1, "updated_at" = '2013-03-13 08:41:42.825669' 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" = 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.0ms)[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 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Exists (0.0ms)[0m SELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 2 AND "inkwell_followings"."followed_id" = 1 LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_followings" ("created_at", "followed_id", "follower_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00], ["followed_id", 1], ["follower_id", 2], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 "following_count" = 2, "updated_at" = '2013-03-13 08:41:42.829665' 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 "follower_count" = 1, "updated_at" = '2013-03-13 08:41:42.830352' 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" = 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 Mar 2013 08:41:42 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 Mar 2013 08:41:42 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 Mar 2013 08:41:42 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 Mar 2013 08:41:42 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.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 Mar 2013 08:41:42 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 Mar 2013 08:41:42 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-03-13 08:41:42.836105' 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[36mInkwell::Following Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 2 AND "inkwell_followings"."followed_id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 2 AND "inkwell_followings"."followed_id" = 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "users" SET "following_count" = 1, "updated_at" = '2013-03-13 08:41:42.838500' 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 "follower_count" = 0, "updated_at" = '2013-03-13 08:41:42.839375' WHERE "users"."id" = 1[0m
+ [1m[35m (0.1ms)[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-03-13 08:41:42.840716' 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.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::Following Exists (0.0ms)[0m SELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 2 AND "inkwell_followings"."followed_id" = 1 LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_followings" ("created_at", "followed_id", "follower_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00], ["followed_id", 1], ["follower_id", 2], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 "following_count" = 2, "updated_at" = '2013-03-13 08:41:42.844372' 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 "follower_count" = 1, "updated_at" = '2013-03-13 08:41:42.845070' 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" = 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 Mar 2013 08:41:42 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 Mar 2013 08:41:42 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 Mar 2013 08:41:42 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 Mar 2013 08:41:42 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.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 Mar 2013 08:41:42 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 Mar 2013 08:41:42 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-03-13 08:41:42.850928' 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[35mInkwell::Following Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 2 AND "inkwell_followings"."followed_id" = 3 LIMIT 1
+ [1m[36mSQL (0.0ms)[0m [1mDELETE FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 2 AND "inkwell_followings"."followed_id" = 3[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mUPDATE "users" SET "following_count" = 1, "updated_at" = '2013-03-13 08:41:42.852839' 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 "follower_count" = 0, "updated_at" = '2013-03-13 08:41:42.853512' WHERE "users"."id" = 3
+ [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-03-13 08:41:42.854777' 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" = 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 (2.7ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (2.7ms)[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 (3.4ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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 (5.3ms)[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_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00: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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:42 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:42 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-03-13 08:41:42.909527' WHERE "posts"."id" = 1
+ [1m[36m (0.2ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-03-13 08:41:42.908289', "updated_at" = '2013-03-13 08:41:42.908289', "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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 2], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 3], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 4], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 "posts" ("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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 5], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 6], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 7], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 8], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:42 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:42 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-03-13 08:41:42.929761' 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-03-13 08:41:42.928558', "updated_at" = '2013-03-13 08:41:42.928558', "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 "users" ("created_at", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:41:42 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" = 3 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "p"], ["owner_id", 3], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 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" = '[3]', "updated_at" = '2013-03-13 08:41:42.933813' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 3[0m
+ [1m[35mInkwell::Following Exists (0.0ms)[0m SELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 1 AND "inkwell_followings"."followed_id" = 3 LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_followings" ("created_at", "followed_id", "follower_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00], ["followed_id", 3], ["follower_id", 1], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mUPDATE "users" SET "following_count" = 1, "updated_at" = '2013-03-13 08:41:42.936283' 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 "follower_count" = 1, "updated_at" = '2013-03-13 08:41:42.936989' 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" = 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.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 (2.9ms)[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_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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.3ms)[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.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_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00: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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:42 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:42 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-03-13 08:41:42.973642' 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-03-13 08:41:42.972480', "updated_at" = '2013-03-13 08:41:42.972480', "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.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", Wed, 13 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 2], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 3], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 1
+ [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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 4], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 5], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 6], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 7], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:41:42 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:42 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_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", false], ["item_id", 8], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:42 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:42 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-03-13 08:41:42.993596' 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-03-13 08:41:42.992495', "updated_at" = '2013-03-13 08:41:42.992495', "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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:41:42 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.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 Mar 2013 08:41:42 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "p"], ["owner_id", 3], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:42 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-03-13 08:41:42.997577' WHERE "posts"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 3
+ [1m[36mInkwell::Following Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 2 AND "inkwell_followings"."followed_id" = 3 LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_followings" ("created_at", "followed_id", "follower_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:42 UTC +00:00], ["followed_id", 3], ["follower_id", 2], ["updated_at", Wed, 13 Mar 2013 08:41:42 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 "following_count" = 1, "updated_at" = '2013-03-13 08:41:42.999851' 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 "follower_count" = 1, "updated_at" = '2013-03-13 08:41:43.000533' WHERE "users"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Load (0.0ms)[0m [1mSELECT "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[0m
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 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[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 Mar 2013 08:41:42 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 Mar 2013 08:41:43 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" = 2 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" = 2 AND "inkwell_timeline_items"."owner_type" = 'u' 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.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (32.9ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (3.1ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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 (5.7ms)[0m DELETE FROM "posts";
+ [1m[36m (0.4ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (6.5ms)[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_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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.5ms)[0m INSERT INTO "users" ("created_at", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:43 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:43 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.1ms)[0m [1mINSERT INTO "users" ("created_at", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:43 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:43 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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:43 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:41:43 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", Wed, 13 Mar 2013 08:41:43 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:43 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 Mar 2013 08:41:43 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:43 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 1
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (1.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:41:43 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:43 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-03-13 08:41:43.091311' 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-03-13 08:41:43.087928', "updated_at" = '2013-03-13 08:41:43.087928', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 3 AND "inkwell_followings"."followed_id" = 2 LIMIT 1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "inkwell_followings" ("created_at", "followed_id", "follower_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:43 UTC +00:00], ["followed_id", 2], ["follower_id", 3], ["updated_at", Wed, 13 Mar 2013 08:41:43 UTC +00:00]]
+ [1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "following_count" = 1, "updated_at" = '2013-03-13 08:41:43.098712' WHERE "users"."id" = 3[0m
+ [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 "users" SET "follower_count" = 1, "updated_at" = '2013-03-13 08:41:43.100582' WHERE "users"."id" = 2
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Load (0.0ms)[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.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.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 Mar 2013 08:41:43 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:43 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 "inkwell_comments" SET "users_ids_who_reblog_it" = '[2]', "updated_at" = '2013-03-13 08:41:43.108021' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2
+ [1m[36mInkwell::TimelineItem Load (0.2ms)[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.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 Mar 2013 08:41:43 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 Mar 2013 08:41:43 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" = 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.2ms)[0m [1mrollback transaction[0m
+ [1m[35m (5.3ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.2ms)[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.6ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (4.3ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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 (4.5ms)[0m DELETE FROM "posts";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (4.3ms)[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.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.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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.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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:43 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:43 UTC +00: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 "users" ("created_at", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:43 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:43 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:43 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:41:43 UTC +00: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 Mar 2013 08:41:43 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:43 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 Mar 2013 08:41:43 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:43 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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.2ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:41:43 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:43 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-03-13 08:41:43.161155' 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-03-13 08:41:43.159384', "updated_at" = '2013-03-13 08:41:43.159384', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Exists (0.0ms)[0m SELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 1 AND "inkwell_followings"."followed_id" = 2 LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_followings" ("created_at", "followed_id", "follower_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:43 UTC +00:00], ["followed_id", 2], ["follower_id", 1], ["updated_at", Wed, 13 Mar 2013 08:41:43 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 "following_count" = 1, "updated_at" = '2013-03-13 08:41:43.164865' 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 "follower_count" = 1, "updated_at" = '2013-03-13 08:41:43.165834' 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" = 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.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 Mar 2013 08:41:43 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:43 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-03-13 08:41:43.169401' WHERE "posts"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2
+ [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 Mar 2013 08:41:43 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:43 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-03-13 08:41:43.172670' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2
+ [1m[36m (0.0ms)[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 (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.4ms)[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 (4.3ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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.9ms)[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.1ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:43 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:43 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:43 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:43 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:43 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:41:43 UTC +00: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 Mar 2013 08:41:43 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:43 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 Mar 2013 08:41:43 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:43 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:43 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:43 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.8ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-03-13 08:41:43.214279' 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-03-13 08:41:43.213123', "updated_at" = '2013-03-13 08:41:43.213123', "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 Mar 2013 08:41:43 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:43 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-03-13 08:41:43.218123' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2
+ [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-03-13 08:41:43.219958' WHERE "inkwell_comments"."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"."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[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2
+ [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" = 'c'[0m
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2
+ [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.0ms)[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.1ms)[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 (5.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.8ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.2ms)[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.6ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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.8ms)[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.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.0ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:43 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:43 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:43 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:43 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:43 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:41:43 UTC +00: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 Mar 2013 08:41:43 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:43 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 Mar 2013 08:41:43 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:43 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:43 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:43 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-03-13 08:41:43.263241' 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-03-13 08:41:43.262176', "updated_at" = '2013-03-13 08:41:43.262176', "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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:43 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:41:43 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 Mar 2013 08:41:43 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:43 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-03-13 08:41:43.268090' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2
+ [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" = 4 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 Mar 2013 08:41:43 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "c"], ["owner_id", 4], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:43 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,4]', "updated_at" = '2013-03-13 08:41:43.270846' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 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.7ms)[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 (3.3ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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 (4.0ms)[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.1ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:43 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:43 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:43 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:43 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:43 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:41:43 UTC +00: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 Mar 2013 08:41:43 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:43 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 Mar 2013 08:41:43 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:43 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:43 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:43 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-03-13 08:41:43.310613' 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-03-13 08:41:43.309444', "updated_at" = '2013-03-13 08:41:43.309444', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [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" = 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::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::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"."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 Mar 2013 08:41:43 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:43 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-03-13 08:41:43.315048' WHERE "posts"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2
+ [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"."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 Mar 2013 08:41:43 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:43 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-03-13 08:41:43.317478' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2
+ [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[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.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (4.3ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.2ms)[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.1ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[0m
+ [1m[35m (4.1ms)[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.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_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:43 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:43 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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:43 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:43 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:43 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:41:43 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 Mar 2013 08:41:43 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:43 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 Mar 2013 08:41:43 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:43 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:43 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:43 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-03-13 08:41:43.358727' 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-03-13 08:41:43.357562', "updated_at" = '2013-03-13 08:41:43.357562', "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[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 Mar 2013 08:41:43 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:43 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-03-13 08:41:43.361947' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2[0m
+ [1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."item_type" = 'p'
+ [1m[36m (0.1ms)[0m [1mSELECT 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'[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.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (233.7ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.4ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (431.9ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.3ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (6.5ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.4ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[0m
+ [1m[35m (5.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 (6.3ms)[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.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.2ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [1m[36m (0.3ms)[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.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (1.2ms)[0m INSERT INTO "users" ("created_at", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:44 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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:44 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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:41:44 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", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:44 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 Mar 2013 08:41:44 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.2ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 1
+ [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 "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:41:44 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:44 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-03-13 08:41:44.090639' 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-03-13 08:41:44.087622', "updated_at" = '2013-03-13 08:41:44.087622', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 3 AND "inkwell_followings"."followed_id" = 2 LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_followings" ("created_at", "followed_id", "follower_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["followed_id", 2], ["follower_id", 3], ["updated_at", Wed, 13 Mar 2013 08:41:44 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 "following_count" = 1, "updated_at" = '2013-03-13 08:41:44.112073' 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 "follower_count" = 1, "updated_at" = '2013-03-13 08:41:44.113024' 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" = 2 AND "inkwell_blog_items"."owner_type" = 'u' ORDER BY created_at DESC LIMIT 10
+ [1m[36mInkwell::Following Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 3 AND "inkwell_followings"."followed_id" = 1 LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_followings" ("created_at", "followed_id", "follower_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["followed_id", 1], ["follower_id", 3], ["updated_at", Wed, 13 Mar 2013 08:41:44 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 "following_count" = 2, "updated_at" = '2013-03-13 08:41:44.115658' WHERE "users"."id" = 3
+ [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 "follower_count" = 1, "updated_at" = '2013-03-13 08:41:44.116460' WHERE "users"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Load (0.0ms)[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" = 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 Mar 2013 08:41:44 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 Mar 2013 08:41:44 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 Mar 2013 08:41:44 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 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-03-13 08:41:44.121315' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2[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-03-13 08:41:44.122855' 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.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.2ms)[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.0ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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.4ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.2ms)[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.1ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00: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 Mar 2013 08:41:44 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:44 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 Mar 2013 08:41:44 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:44 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:44 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-03-13 08:41:44.160003' 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-03-13 08:41:44.158674', "updated_at" = '2013-03-13 08:41:44.158674', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Following Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 3 AND "inkwell_followings"."followed_id" = 2 LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_followings" ("created_at", "followed_id", "follower_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["followed_id", 2], ["follower_id", 3], ["updated_at", Wed, 13 Mar 2013 08:41:44 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 "following_count" = 1, "updated_at" = '2013-03-13 08:41:44.163066' WHERE "users"."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 "follower_count" = 1, "updated_at" = '2013-03-13 08:41:44.164002' 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" = 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" = '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 Mar 2013 08:41:44 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 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-03-13 08:41:44.167194' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2[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 Mar 2013 08:41:44 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 Mar 2013 08:41:44 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" = 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 (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.0ms)[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_followings";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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 (4.3ms)[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.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.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_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:44 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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:41:44 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 Mar 2013 08:41:44 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:44 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 Mar 2013 08:41:44 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:44 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:44 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.2ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-03-13 08:41:44.232237' WHERE "posts"."id" = 1
+ [1m[36m (0.2ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-03-13 08:41:44.208484', "updated_at" = '2013-03-13 08:41:44.208484', "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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_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" = 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.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 Mar 2013 08:41:44 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "p"], ["owner_id", 4], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 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" = '[4]', "updated_at" = '2013-03-13 08:41:44.237350' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 4[0m
+ [1m[35mInkwell::Following Exists (0.0ms)[0m SELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 2 AND "inkwell_followings"."followed_id" = 4 LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_followings" ("created_at", "followed_id", "follower_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["followed_id", 4], ["follower_id", 2], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00]]
+ [1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "following_count" = 1, "updated_at" = '2013-03-13 08:41:44.239944' 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 "follower_count" = 1, "updated_at" = '2013-03-13 08:41:44.240813' WHERE "users"."id" = 4
+ [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 Mar 2013 08:41:44 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 Mar 2013 08:41:44 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Exists (0.0ms)[0m SELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 2 AND "inkwell_followings"."followed_id" = 1 LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_followings" ("created_at", "followed_id", "follower_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["followed_id", 1], ["follower_id", 2], ["updated_at", Wed, 13 Mar 2013 08:41:44 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 "following_count" = 2, "updated_at" = '2013-03-13 08:41:44.245228' 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 "follower_count" = 1, "updated_at" = '2013-03-13 08:41:44.245926' 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" = 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-03-13 08:41:44.247556' 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 Mar 2013 08:41:44 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:44 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 Mar 2013 08:41:44 UTC +00:00], ["is_reblog", false], ["item_id", 2], ["item_type", "p"], ["owner_id", 4], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 4[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 Mar 2013 08:41:44 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 Mar 2013 08:41:44 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[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[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[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_reblog_it" = '[]', "updated_at" = '2013-03-13 08:41:44.253807' WHERE "posts"."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" = 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'[0m
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 4
+ [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::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 4
+ [1m[36mInkwell::TimelineItem Load (0.1ms)[0m [1mSELECT "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'[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_timeline_items" SET "has_many_sources" = 'f', "from_source" = '[{"user_id":1,"type":"following"}]', "updated_at" = '2013-03-13 08:41:44.255916' 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 [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 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 (3.8ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (4.4ms)[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_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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 (4.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.0ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00: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 Mar 2013 08:41:44 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:44 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 Mar 2013 08:41:44 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:44 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:44 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.2ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-03-13 08:41:44.297878' 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-03-13 08:41:44.296770', "updated_at" = '2013-03-13 08:41:44.296770', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [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" = 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 Mar 2013 08:41:44 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 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-03-13 08:41:44.301070' WHERE "posts"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2
+ [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[36m (0.1ms)[0m [1mUPDATE "posts" SET "users_ids_who_reblog_it" = '[]', "updated_at" = '2013-03-13 08:41:44.302572' WHERE "posts"."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" = 'p'[0m
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2
+ [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::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2
+ [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" = 'p'[0m
+ [1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_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' AND "inkwell_blog_items"."owner_id" = 2 AND "inkwell_blog_items"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't'[0m
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.2ms)[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.2ms)[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.7ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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.7ms)[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_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00: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 Mar 2013 08:41:44 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:44 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 Mar 2013 08:41:44 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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.2ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:41:44 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:44 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-03-13 08:41:44.345577' 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-03-13 08:41:44.344537', "updated_at" = '2013-03-13 08:41:44.344537', "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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Following Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 4 AND "inkwell_followings"."followed_id" = 2 LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_followings" ("created_at", "followed_id", "follower_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["followed_id", 2], ["follower_id", 4], ["updated_at", Wed, 13 Mar 2013 08:41:44 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 "following_count" = 1, "updated_at" = '2013-03-13 08:41:44.349421' WHERE "users"."id" = 4
+ [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 "users" SET "follower_count" = 1, "updated_at" = '2013-03-13 08:41:44.350196' 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" = 2 AND "inkwell_blog_items"."owner_type" = 'u' 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"."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 Mar 2013 08:41:44 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 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-03-13 08:41:44.353131' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2[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" = 4 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 Mar 2013 08:41:44 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 Mar 2013 08:41:44 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[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" = 'c'
+ [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' 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[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-03-13 08:41:44.356935' 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"."owner_type" = 'u' AND "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'c'
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2[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::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2[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" = 'c'
+ [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" = 'c'[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.5ms)[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.7ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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 (3.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.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_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00: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 Mar 2013 08:41:44 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:44 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 Mar 2013 08:41:44 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:44 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:44 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-03-13 08:41:44.399597' 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-03-13 08:41:44.398311', "updated_at" = '2013-03-13 08:41:44.398311', "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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:41:44 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"."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 Mar 2013 08:41:44 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 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-03-13 08:41:44.403830' WHERE "posts"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2
+ [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" = 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 Mar 2013 08:41:44 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "p"], ["owner_id", 4], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 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.2ms)[0m UPDATE "posts" SET "users_ids_who_reblog_it" = '[2,4]', "updated_at" = '2013-03-13 08:41:44.406432' WHERE "posts"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 4
+ [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 (3.9ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (5.0ms)[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.1ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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 (5.1ms)[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.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_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:41:44 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 Mar 2013 08:41:44 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:44 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 Mar 2013 08:41:44 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:44 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:44 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-03-13 08:41:44.449665' 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-03-13 08:41:44.448537', "updated_at" = '2013-03-13 08:41:44.448537', "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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Exists (0.0ms)[0m SELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 4 AND "inkwell_followings"."followed_id" = 2 LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_followings" ("created_at", "followed_id", "follower_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["followed_id", 2], ["follower_id", 4], ["updated_at", Wed, 13 Mar 2013 08:41:44 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 "following_count" = 1, "updated_at" = '2013-03-13 08:41:44.453450' 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 "follower_count" = 1, "updated_at" = '2013-03-13 08:41:44.454134' WHERE "users"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Load (0.0ms)[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[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", "morozovm_post_test_body"], ["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:44 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 Mar 2013 08:41:44 UTC +00:00], ["is_reblog", false], ["item_id", 2], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2[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 Mar 2013 08:41:44 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 Mar 2013 08:41:44 UTC +00:00]]
+ [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[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 Mar 2013 08:41:44 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 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-03-13 08:41:44.460459' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2[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" = 4 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 Mar 2013 08:41:44 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 Mar 2013 08:41:44 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" = 4 AND "inkwell_timeline_items"."owner_type" = 'u'
+ [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" = 'p'[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' AND "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_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" = 'p' 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-03-13 08:41:44.464607' WHERE "posts"."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" = 'p'[0m
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2
+ [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::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2
+ [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" = 'p'[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" = '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'[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 (4.4ms)[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 (3.5ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [1m[36m (5.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.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.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_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00: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 Mar 2013 08:41:44 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:44 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 Mar 2013 08:41:44 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:44 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:44 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-03-13 08:41:44.507591' WHERE "posts"."id" = 1
+ [1m[36m (0.2ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-03-13 08:41:44.506211', "updated_at" = '2013-03-13 08:41:44.506211', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Exists (0.8ms)[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" = 'p' LIMIT 1[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.7ms)[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.3ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (3.6ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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.2ms)[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.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_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00: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 Mar 2013 08:41:44 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:44 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 Mar 2013 08:41:44 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:44 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:44 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-03-13 08:41:44.550141' 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-03-13 08:41:44.548916', "updated_at" = '2013-03-13 08:41:44.548916', "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.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 Mar 2013 08:41:44 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 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-03-13 08:41:44.553342' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2
+ [1m[36m (0.1ms)[0m [1mSELECT 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'[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 (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.2ms)[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 (3.5ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[0m
+ [1m[35m (3.5ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (2.9ms)[0m DELETE FROM "posts";
+ [1m[36m (0.2ms)[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_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00: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 Mar 2013 08:41:44 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:44 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 Mar 2013 08:41:44 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:44 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:44 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-03-13 08:41:44.593649' 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-03-13 08:41:44.592560', "updated_at" = '2013-03-13 08:41:44.592560', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Exists (0.0ms)[0m SELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 3 AND "inkwell_followings"."followed_id" = 2 LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_followings" ("created_at", "followed_id", "follower_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["followed_id", 2], ["follower_id", 3], ["updated_at", Wed, 13 Mar 2013 08:41:44 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 "following_count" = 1, "updated_at" = '2013-03-13 08:41:44.596365' 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 "follower_count" = 1, "updated_at" = '2013-03-13 08:41:44.597181' WHERE "users"."id" = 2
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Load (0.0ms)[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.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"."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 Mar 2013 08:41:44 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 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-03-13 08:41:44.600274' WHERE "posts"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2
+ [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 Mar 2013 08:41:44 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 Mar 2013 08:41:44 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Following Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 3 AND "inkwell_followings"."followed_id" = 1 LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_followings" ("created_at", "followed_id", "follower_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["followed_id", 1], ["follower_id", 3], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00]]
+ [1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "users" SET "following_count" = 2, "updated_at" = '2013-03-13 08:41:44.603930' WHERE "users"."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 "follower_count" = 1, "updated_at" = '2013-03-13 08:41:44.604609' WHERE "users"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Load (0.0ms)[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" = 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":2,"type":"reblog"},{"user_id":1,"type":"following"}]', "updated_at" = '2013-03-13 08:41:44.606243' 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.6ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (3.7ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (2.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_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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.3ms)[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.2ms)[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_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00: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 Mar 2013 08:41:44 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:44 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 Mar 2013 08:41:44 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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"."owner_id" = 1 AND "inkwell_blog_items"."owner_type" = 'u'
+ [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' LIMIT 1[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.5ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[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.1ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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.2ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (2.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_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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.2ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00: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 Mar 2013 08:41:44 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:44 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 Mar 2013 08:41:44 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Following Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 2 AND "inkwell_followings"."followed_id" = 1 LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_followings" ("created_at", "followed_id", "follower_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["followed_id", 1], ["follower_id", 2], ["updated_at", Wed, 13 Mar 2013 08:41:44 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 "following_count" = 1, "updated_at" = '2013-03-13 08:41:44.677776' 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 "follower_count" = 1, "updated_at" = '2013-03-13 08:41:44.678526' 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" = 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.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 Mar 2013 08:41:44 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 Mar 2013 08:41:44 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Exists (0.0ms)[0m SELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 3 AND "inkwell_followings"."followed_id" = 1 LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_followings" ("created_at", "followed_id", "follower_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["followed_id", 1], ["follower_id", 3], ["updated_at", Wed, 13 Mar 2013 08:41:44 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 "users" SET "following_count" = 1, "updated_at" = '2013-03-13 08:41:44.682683' 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 "follower_count" = 2, "updated_at" = '2013-03-13 08:41:44.683355' 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" = 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 Mar 2013 08:41:44 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 Mar 2013 08:41:44 UTC +00: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 Mar 2013 08:41:44 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:44 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 Mar 2013 08:41:44 UTC +00:00], ["is_reblog", false], ["item_id", 2], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 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 Mar 2013 08:41:44 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 Mar 2013 08:41:44 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 Mar 2013 08:41:44 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 Mar 2013 08:41:44 UTC +00:00]]
+ [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" = 2 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.0ms)[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_type" = 'p' AND "inkwell_timeline_items"."item_id" = 2
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (3.3ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.2ms)[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.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.1ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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 (3.1ms)[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.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_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00: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 Mar 2013 08:41:44 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:44 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 Mar 2013 08:41:44 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_1"], ["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:44 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 Mar 2013 08:41:44 UTC +00:00], ["is_reblog", false], ["item_id", 2], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_2"], ["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:44 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 Mar 2013 08:41:44 UTC +00:00], ["is_reblog", false], ["item_id", 3], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_3"], ["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:44 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 Mar 2013 08:41:44 UTC +00:00], ["is_reblog", false], ["item_id", 4], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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", "morozovm_post_test_body"], ["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:44 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.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 Mar 2013 08:41:44 UTC +00:00], ["is_reblog", false], ["item_id", 5], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_4"], ["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:44 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 Mar 2013 08:41:44 UTC +00:00], ["is_reblog", false], ["item_id", 6], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_5"], ["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:44 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 Mar 2013 08:41:44 UTC +00:00], ["is_reblog", false], ["item_id", 7], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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" = 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 Mar 2013 08:41:44 UTC +00:00], ["is_reblog", true], ["item_id", 5], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 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-03-13 08:41:44.754071' WHERE "posts"."id" = 5
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 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", "morozovm_post_test_body_1"], ["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:44 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 Mar 2013 08:41:44 UTC +00:00], ["is_reblog", false], ["item_id", 8], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_6"], ["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:44 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 Mar 2013 08:41:44 UTC +00:00], ["is_reblog", false], ["item_id", 9], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_7"], ["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:44 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 Mar 2013 08:41:44 UTC +00:00], ["is_reblog", false], ["item_id", 10], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_8"], ["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:44 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 Mar 2013 08:41:44 UTC +00:00], ["is_reblog", false], ["item_id", 11], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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", "morozovm_post_test_body_2"], ["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:44 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 Mar 2013 08:41:44 UTC +00:00], ["is_reblog", false], ["item_id", 12], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_9"], ["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:44 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 Mar 2013 08:41:44 UTC +00:00], ["is_reblog", false], ["item_id", 13], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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", "morozovm_post_test_body_3"], ["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:44 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 Mar 2013 08:41:44 UTC +00:00], ["is_reblog", false], ["item_id", 14], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2[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" = 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 Mar 2013 08:41:44 UTC +00:00], ["is_reblog", true], ["item_id", 8], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 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-03-13 08:41:44.775402' WHERE "posts"."id" = 8
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 1
+ [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[35m (2.9ms)[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 Mar 2013 08:41:44 UTC +00:00], ["is_reblog", true], ["item_id", 12], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 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" = '[1]', "updated_at" = '2013-03-13 08:41:44.801395' WHERE "posts"."id" = 12
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 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 Mar 2013 08:41:44 UTC +00:00], ["is_reblog", true], ["item_id", 13], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 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-03-13 08:41:44.805050' WHERE "posts"."id" = 13
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2
+ [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" = 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 Mar 2013 08:41:44 UTC +00:00], ["item_id", 13], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 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" = '[2]', "updated_at" = '2013-03-13 08:41:44.812416' WHERE "posts"."id" = 13
+ [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::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" = 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" = 12 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", 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" = '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" = 8 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", 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" = 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" = 13 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", 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" = 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" = 11 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", 10]]
+ [1m[35mInkwell::BlogItem Exists (0.0ms)[0m SELECT 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
+ [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" = 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", 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" = 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.0ms)[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" = 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", 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" = 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" = 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[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 6]]
+ [1m[35mInkwell::BlogItem Exists (0.0ms)[0m SELECT 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
+ [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" = 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.0ms)[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::BlogItem Load (0.1ms)[0m [1mSELECT "inkwell_blog_items".* FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 13 AND "inkwell_blog_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35m (0.1ms)[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 (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 (2.9ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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.4ms)[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.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_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00: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 Mar 2013 08:41:44 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:44 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 Mar 2013 08:41:44 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:44 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:44 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-03-13 08:41:44.863297' 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-03-13 08:41:44.862056', "updated_at" = '2013-03-13 08:41:44.862056', "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_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 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::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 (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.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (2.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.2ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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.2ms)[0m DELETE FROM "posts";
+ [1m[36m (0.2ms)[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.1ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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.3ms)[0m INSERT INTO "users" ("created_at", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00: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 Mar 2013 08:41:44 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:44 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 Mar 2013 08:41:44 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:44 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:44 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-03-13 08:41:44.901691' 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-03-13 08:41:44.900558', "updated_at" = '2013-03-13 08:41:44.900558', "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.2ms)[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 (3.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.6ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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.6ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (3.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.0ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00: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 Mar 2013 08:41:44 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:44 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 Mar 2013 08:41:44 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:44 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:44 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-03-13 08:41:44.938938' 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-03-13 08:41:44.937594', "updated_at" = '2013-03-13 08:41:44.937594', "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" = '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 Mar 2013 08:41:44 UTC +00:00], ["item_id", 1], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 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-03-13 08:41:44.941775' 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[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-03-13 08:41:44.944849' 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.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["item_id", 1], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 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" = '[1]', "updated_at" = '2013-03-13 08:41:44.947903' 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.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 Mar 2013 08:41:44 UTC +00:00], ["item_id", 1], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 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-03-13 08:41:44.950114' 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.0ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-03-13 08:41:44.952731' 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[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 (2.8ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (3.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.1ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [1m[36m (2.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.2ms)[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.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.1ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00: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 Mar 2013 08:41:44 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:44 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 Mar 2013 08:41:44 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:44 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:44 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-03-13 08:41:44.987846' 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-03-13 08:41:44.986406', "updated_at" = '2013-03-13 08:41:44.986406', "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[36mSQL (0.0ms)[0m [1mINSERT INTO "users" ("created_at", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:41:44 UTC +00:00]]
+ [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::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 Mar 2013 08:41:44 UTC +00:00], ["item_id", 1], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 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-03-13 08:41:44.992052' 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" = 3 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 Mar 2013 08:41:44 UTC +00:00], ["item_id", 1], ["item_type", "c"], ["owner_id", 3], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:44 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,3]', "updated_at" = '2013-03-13 08:41:44.994124' 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.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.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 (4.5ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[0m
+ [1m[35m (3.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.2ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (3.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.2ms)[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_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [1m[36m (0.0ms)[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.1ms)[0m INSERT INTO "users" ("created_at", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00: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 Mar 2013 08:41:45 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:45 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 Mar 2013 08:41:45 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:45 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.032223' 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-03-13 08:41:45.030837', "updated_at" = '2013-03-13 08:41:45.030837', "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" = '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 Mar 2013 08:41:45 UTC +00:00], ["item_id", 1], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.035482' 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" 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" [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 Mar 2013 08:41:45 UTC +00:00], ["item_id", 1], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.038565' 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" = 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" [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.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.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.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (3.6ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[0m
+ [1m[35m (4.1ms)[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.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.2ms)[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_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00: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 Mar 2013 08:41:45 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:45 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 Mar 2013 08:41:45 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:45 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.080558' 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-03-13 08:41:45.079309', "updated_at" = '2013-03-13 08:41:45.079309', "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 Mar 2013 08:41:45 UTC +00:00], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.083644' 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.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.8ms)[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_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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.7ms)[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.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.0ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00: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 Mar 2013 08:41:45 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:45 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 Mar 2013 08:41:45 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:45 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.123199' 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-03-13 08:41:45.121998', "updated_at" = '2013-03-13 08:41:45.121998', "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"."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 (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.0ms)[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 (5.1ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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.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.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.1ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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.1ms)[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00: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 Mar 2013 08:41:45 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:45 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 Mar 2013 08:41:45 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:45 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.164686' 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-03-13 08:41:45.163495', "updated_at" = '2013-03-13 08:41:45.163495', "upper_comments_tree" = '[]' 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 (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 (4.2ms)[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 (4.0ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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.5ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.2ms)[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.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_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00: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 Mar 2013 08:41:45 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:45 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 Mar 2013 08:41:45 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:45 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.206125' 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-03-13 08:41:45.205049', "updated_at" = '2013-03-13 08:41:45.205049', "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 Mar 2013 08:41:45 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:45 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 Mar 2013 08:41:45 UTC +00:00], ["is_reblog", false], ["item_id", 2], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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.2ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:41:45 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 2], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.211712' 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-03-13 08:41:45.210560', "updated_at" = '2013-03-13 08:41:45.210560', "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 "posts" ("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 Mar 2013 08:41:45 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:45 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 Mar 2013 08:41:45 UTC +00:00], ["is_reblog", false], ["item_id", 3], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:45 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 3], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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.0ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":3}]', "updated_at" = '2013-03-13 08:41:45.217045' 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-03-13 08:41:45.215977', "updated_at" = '2013-03-13 08:41:45.215977', "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_comment_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 Mar 2013 08:41:45 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 3], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.219974' 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-03-13 08:41:45.218755', "updated_at" = '2013-03-13 08:41:45.218755', "upper_comments_tree" = '[]' 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 "posts" ("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 Mar 2013 08:41:45 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:45 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 Mar 2013 08:41:45 UTC +00:00], ["is_reblog", false], ["item_id", 4], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:41:45 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:45 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 Mar 2013 08:41:45 UTC +00:00], ["is_reblog", false], ["item_id", 5], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:41:45 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:45 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 Mar 2013 08:41:45 UTC +00:00], ["is_reblog", false], ["item_id", 6], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:45 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 6], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.229588' 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-03-13 08:41:45.228460', "updated_at" = '2013-03-13 08:41:45.228460', "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_comment_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 Mar 2013 08:41:45 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 6], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.232488' 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-03-13 08:41:45.231420', "updated_at" = '2013-03-13 08:41:45.231420', "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.0ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:41:45 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 6], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.235589' WHERE "posts"."id" = 6[0m
+ [1m[35m (0.0ms)[0m UPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 6, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-03-13 08:41:45.234557', "updated_at" = '2013-03-13 08:41:45.234557', "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_comment_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 Mar 2013 08:41:45 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 6], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.238485' 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-03-13 08:41:45.237324', "updated_at" = '2013-03-13 08:41:45.237324', "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 Mar 2013 08:41:45 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:45 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 Mar 2013 08:41:45 UTC +00:00], ["is_reblog", false], ["item_id", 7], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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" = 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 Mar 2013 08:41:45 UTC +00:00], ["item_id", 2], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.243435' 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.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 Mar 2013 08:41:45 UTC +00:00], ["item_id", 2], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.260111' 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 Mar 2013 08:41:45 UTC +00:00], ["item_id", 3], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.262356' 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 Mar 2013 08:41:45 UTC +00:00], ["item_id", 3], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.264505' 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"."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 Mar 2013 08:41:45 UTC +00:00], ["item_id", 4], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.266628' WHERE "inkwell_comments"."id" = 4[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" 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 Mar 2013 08:41:45 UTC +00:00], ["item_id", 4], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.268792' 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 Mar 2013 08:41:45 UTC +00:00], ["item_id", 5], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.270853' 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 Mar 2013 08:41:45 UTC +00:00], ["item_id", 6], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.272949' 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 Mar 2013 08:41:45 UTC +00:00], ["item_id", 5], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.275032' 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 Mar 2013 08:41:45 UTC +00:00], ["item_id", 6], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.277187' 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"."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 Mar 2013 08:41:45 UTC +00:00], ["item_id", 7], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.279227' 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 Mar 2013 08:41:45 UTC +00:00], ["item_id", 8], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.281296' 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 Mar 2013 08:41:45 UTC +00:00], ["item_id", 7], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.283308' 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" = 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[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 Mar 2013 08:41:45 UTC +00:00], ["item_id", 7], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.285413' WHERE "posts"."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" = 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 Mar 2013 08:41:45 UTC +00:00], ["item_id", 3], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.287484' WHERE "inkwell_comments"."id" = 3[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" = '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 Mar 2013 08:41:45 UTC +00:00], ["is_reblog", true], ["item_id", 7], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.289935' WHERE "inkwell_comments"."id" = 7
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2
+ [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 Mar 2013 08:41:45 UTC +00:00], ["is_reblog", true], ["item_id", 7], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.292633' WHERE "posts"."id" = 7
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2
+ [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::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[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[36mInkwell::Comment Load (0.0ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1[0m [["id", 8]]
+ [1m[35mInkwell::BlogItem Exists (20.6ms)[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" = 'c' LIMIT 1
+ [1m[36mInkwell::FavoriteItem Load (0.4ms)[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" = 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", 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" = 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" = 7 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", 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" = 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" = 6 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", 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" = '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" = 5 AND "inkwell_favorite_items"."item_type" = 'c' 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", 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" = 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" = 6 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", 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::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."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" = '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" = 4 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.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.0ms)[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::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[35m (0.2ms)[0m rollback transaction
+ [1m[36m (121.0ms)[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.3ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (6.5ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.3ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (5.2ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.4ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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 (5.7ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.3ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (5.7ms)[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.1ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.2ms)[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_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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.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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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.4ms)[0m INSERT INTO "users" ("created_at", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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", Wed, 13 Mar 2013 08:41:45 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:45 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 Mar 2013 08:41:45 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.3ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 1
+ [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_comment_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 Mar 2013 08:41:45 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.514112' 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-03-13 08:41:45.512950', "updated_at" = '2013-03-13 08:41:45.512950', "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 Mar 2013 08:41:45 UTC +00:00], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.517920' 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.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" = '[]', "updated_at" = '2013-03-13 08:41:45.521069' 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" [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 Mar 2013 08:41:45 UTC +00:00], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.524146' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.1ms)[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 Mar 2013 08:41:45 UTC +00:00], ["item_id", 1], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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.2ms)[0m UPDATE "posts" SET "users_ids_who_favorite_it" = '[1,2]', "updated_at" = '2013-03-13 08:41:45.526815' 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-03-13 08:41:45.530528' 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.2ms)[0m [1mSELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items" [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 (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 (3.1ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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.2ms)[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.0ms)[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_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00: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 Mar 2013 08:41:45 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:45 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 Mar 2013 08:41:45 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:45 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.567584' 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-03-13 08:41:45.566436', "updated_at" = '2013-03-13 08:41:45.566436', "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 Mar 2013 08:41:45 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:45 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 Mar 2013 08:41:45 UTC +00:00], ["is_reblog", false], ["item_id", 2], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:41:45 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 2], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.573304' 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-03-13 08:41:45.572310', "updated_at" = '2013-03-13 08:41:45.572310', "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 Mar 2013 08:41:45 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:45 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 Mar 2013 08:41:45 UTC +00:00], ["is_reblog", false], ["item_id", 3], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:45 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 3], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.578712' WHERE "posts"."id" = 3[0m
+ [1m[35m (0.0ms)[0m UPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 3, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:41:45.577640', "updated_at" = '2013-03-13 08:41:45.577640', "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_comment_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 Mar 2013 08:41:45 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 3], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.581431' 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-03-13 08:41:45.580313', "updated_at" = '2013-03-13 08:41:45.580313', "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 Mar 2013 08:41:45 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:45 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_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00], ["is_reblog", false], ["item_id", 4], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 "posts" ("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 Mar 2013 08:41:45 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:45 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 Mar 2013 08:41:45 UTC +00:00], ["is_reblog", false], ["item_id", 5], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:41:45 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:45 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 Mar 2013 08:41:45 UTC +00:00], ["is_reblog", false], ["item_id", 6], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:45 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 6], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.591534' 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-03-13 08:41:45.590415', "updated_at" = '2013-03-13 08:41:45.590415', "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_comment_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 Mar 2013 08:41:45 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 6], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.594045' 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-03-13 08:41:45.592922', "updated_at" = '2013-03-13 08:41:45.592922', "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_comment_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 Mar 2013 08:41:45 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 6], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.597031' 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-03-13 08:41:45.595796', "updated_at" = '2013-03-13 08:41:45.595796', "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.0ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:41:45 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 6], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.599589' 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-03-13 08:41:45.598506', "updated_at" = '2013-03-13 08:41:45.598506', "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 Mar 2013 08:41:45 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:45 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 Mar 2013 08:41:45 UTC +00:00], ["is_reblog", false], ["item_id", 7], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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" = 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 Mar 2013 08:41:45 UTC +00:00], ["item_id", 2], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.605413' 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.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 Mar 2013 08:41:45 UTC +00:00], ["item_id", 2], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.607297' 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 Mar 2013 08:41:45 UTC +00:00], ["item_id", 3], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.609418' 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 Mar 2013 08:41:45 UTC +00:00], ["item_id", 3], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.611444' 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"."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 Mar 2013 08:41:45 UTC +00:00], ["item_id", 4], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.613481' 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 Mar 2013 08:41:45 UTC +00:00], ["item_id", 4], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.615497' 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 Mar 2013 08:41:45 UTC +00:00], ["item_id", 5], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.617551' 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 Mar 2013 08:41:45 UTC +00:00], ["item_id", 6], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.619493' 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 Mar 2013 08:41:45 UTC +00:00], ["item_id", 5], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.621428' 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 Mar 2013 08:41:45 UTC +00:00], ["item_id", 6], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.623485' 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"."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 Mar 2013 08:41:45 UTC +00:00], ["item_id", 7], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.625488' 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 Mar 2013 08:41:45 UTC +00:00], ["item_id", 8], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.627547' 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 Mar 2013 08:41:45 UTC +00:00], ["item_id", 7], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.629580' 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-03-13 08:41:45.626799') 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.0ms)[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.1ms)[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-03-13 08:41:45.626799') ORDER BY created_at DESC LIMIT 5
+ [1m[36mInkwell::Comment Load (0.1ms)[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.1ms)[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.0ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (4.4ms)[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_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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.5ms)[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.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_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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.2ms)[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00: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 Mar 2013 08:41:45 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:45 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 Mar 2013 08:41:45 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:45 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.682228' 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-03-13 08:41:45.681028', "updated_at" = '2013-03-13 08:41:45.681028', "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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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", 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 Mar 2013 08:41:45 UTC +00:00], ["item_id", 1], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.686421' 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" = 3 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 Mar 2013 08:41:45 UTC +00:00], ["item_id", 1], ["item_type", "p"], ["owner_id", 3], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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" = '[2,3]', "updated_at" = '2013-03-13 08:41:45.688640' 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[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 (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.9ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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.3ms)[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.2ms)[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_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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.4ms)[0m INSERT INTO "users" ("created_at", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00: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 Mar 2013 08:41:45 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:45 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 Mar 2013 08:41:45 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:45 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.727333' 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-03-13 08:41:45.726014', "updated_at" = '2013-03-13 08:41:45.726014', "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" 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.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" = 'c' 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" = '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 (5.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.5ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.2ms)[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.1ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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.6ms)[0m DELETE FROM "posts";
+ [1m[36m (0.2ms)[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.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_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [1m[36m (0.0ms)[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00: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 Mar 2013 08:41:45 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:45 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 Mar 2013 08:41:45 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:45 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.770727' 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-03-13 08:41:45.769633', "updated_at" = '2013-03-13 08:41:45.769633', "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 Mar 2013 08:41:45 UTC +00:00], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.773964' 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"."item_type" = 'p' 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" [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"."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 Mar 2013 08:41:45 UTC +00:00], ["item_id", 1], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.776878' 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"."item_type" = 'p' AND "inkwell_favorite_items"."owner_id" = 2 AND "inkwell_favorite_items"."owner_type" = 'u' 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[36m (0.2ms)[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.0ms)[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 (3.6ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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.7ms)[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_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00: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 Mar 2013 08:41:45 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:45 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 Mar 2013 08:41:45 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 (14.0ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:41:45 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.833349' 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-03-13 08:41:45.817803', "updated_at" = '2013-03-13 08:41:45.817803', "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" = '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 Mar 2013 08:41:45 UTC +00:00], ["item_id", 1], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.836566' 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 (3.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.8ms)[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.1ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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 (2.7ms)[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.0ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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 Mar 2013 08:41:45 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:45 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 Mar 2013 08:41:45 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:45 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.871590' 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-03-13 08:41:45.870223', "updated_at" = '2013-03-13 08:41:45.870223', "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_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00], ["item_id", 1], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00]]
+ [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.2ms)[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.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (3.1ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (3.7ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[0m
+ [1m[35m (4.0ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.2ms)[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.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.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_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00: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 Mar 2013 08:41:45 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:45 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 Mar 2013 08:41:45 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 1[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.2ms)[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.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.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (3.0ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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.7ms)[0m DELETE FROM "posts";
+ [1m[36m (0.2ms)[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_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00: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 Mar 2013 08:41:45 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:45 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 Mar 2013 08:41:45 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:45 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.943590' 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-03-13 08:41:45.942400', "updated_at" = '2013-03-13 08:41:45.942400', "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_comment_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 Mar 2013 08:41:45 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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.9ms)[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-03-13 08:41:45.947911' 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-03-13 08:41:45.949491' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:41:45.945561', "updated_at" = '2013-03-13 08:41:45.945561', "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_comment_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 Mar 2013 08:41:45 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.952283' 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-03-13 08:41:45.953817' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-03-13 08:41:45.951068', "updated_at" = '2013-03-13 08:41:45.951068', "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 Mar 2013 08:41:45 UTC +00:00], ["item_id", 2], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.956784' WHERE "inkwell_comments"."id" = 2
+ [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" = 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 Mar 2013 08:41:45 UTC +00:00], ["item_id", 3], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:45 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-03-13 08:41:45.959150' 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.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[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.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.0ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [1m[36m (3.8ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (2.9ms)[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.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.1ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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.2ms)[0m [1mINSERT INTO "users" ("created_at", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:45 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (25.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", Wed, 13 Mar 2013 08:41:45 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:45 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 Mar 2013 08:41:46 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:46 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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-03-13 08:41:46.028136' 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-03-13 08:41:46.026778', "updated_at" = '2013-03-13 08:41:46.026778', "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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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-03-13 08:41:46.031213' 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-03-13 08:41:46.032706' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:41:46.030037', "updated_at" = '2013-03-13 08:41:46.030037', "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 Mar 2013 08:41:46 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 Mar 2013 08:41:46 UTC +00: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 Mar 2013 08:41:46 UTC +00:00], ["item_id", 2], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:46 UTC +00: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 Mar 2013 08:41:46 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 Mar 2013 08:41:46 UTC +00: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 Mar 2013 08:41:46 UTC +00:00], ["item_id", 1], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:46 UTC +00: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 Mar 2013 08:41:46 UTC +00:00], ["is_reblog", nil], ["item_id", 2], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:46 UTC +00: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 Mar 2013 08:41:46 UTC +00:00], ["is_reblog", nil], ["item_id", 2], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:46 UTC +00: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 Mar 2013 08:41:46 UTC +00:00], ["is_reblog", nil], ["item_id", 1], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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.0ms)[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-03-13 08:41:46.044310' 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.1ms)[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.2ms)[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 (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.9ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [1m[36m (4.3ms)[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.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.2ms)[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_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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.4ms)[0m [1mINSERT INTO "users" ("created_at", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:46 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:46 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:46 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:46 UTC +00: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 Mar 2013 08:41:46 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:46 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 Mar 2013 08:41:46 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:46 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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-03-13 08:41:46.087402' 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-03-13 08:41:46.086239', "updated_at" = '2013-03-13 08:41:46.086239', "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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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-03-13 08:41:46.091115' 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-03-13 08:41:46.089967', "updated_at" = '2013-03-13 08:41:46.089967', "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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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-03-13 08:41:46.093973' 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-03-13 08:41:46.092863', "updated_at" = '2013-03-13 08:41:46.092863', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 3
+ [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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", 2], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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-03-13 08:41:46.096952' 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.2ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":4}]', "updated_at" = '2013-03-13 08:41:46.098368' WHERE "inkwell_comments"."id" = 2
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 2, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:41:46.095584', "updated_at" = '2013-03-13 08:41:46.095584', "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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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-03-13 08:41:46.101371' 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-03-13 08:41:46.099923', "updated_at" = '2013-03-13 08:41:46.099923', "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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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-03-13 08:41:46.104241' 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-03-13 08:41:46.102861', "updated_at" = '2013-03-13 08:41:46.102861', "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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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-03-13 08:41:46.107138' 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-03-13 08:41:46.105853', "updated_at" = '2013-03-13 08:41:46.105853', "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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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-03-13 08:41:46.110070' 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-03-13 08:41:46.108559', "updated_at" = '2013-03-13 08:41:46.108559', "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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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-03-13 08:41:46.113426' 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-03-13 08:41:46.111965', "updated_at" = '2013-03-13 08:41:46.111965', "upper_comments_tree" = '[]' 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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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}]', "updated_at" = '2013-03-13 08:41:46.116505' 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-03-13 08:41:46.115112', "updated_at" = '2013-03-13 08:41:46.115112', "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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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-03-13 08:41:46.119443' 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-03-13 08:41:46.118104', "updated_at" = '2013-03-13 08:41:46.118104', "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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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-03-13 08:41:46.122392' 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-03-13 08:41:46.121039', "updated_at" = '2013-03-13 08:41:46.121039', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 12[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_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 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"."topmost_obj_id" = 1 AND "inkwell_comments"."topmost_obj_type" = 'p' AND (created_at < '2013-03-13 08:41:46.118104') 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"."topmost_obj_id" = 1 AND "inkwell_comments"."topmost_obj_type" = 'p' AND (created_at < '2013-03-13 08:41:46.102861') ORDER BY created_at DESC LIMIT 7[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (4.8ms)[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.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 (5.0ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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 (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_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:46 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:46 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:46 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:46 UTC +00: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 Mar 2013 08:41:46 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:46 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.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 Mar 2013 08:41:46 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:46 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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" 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.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.0ms)[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.8ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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 (3.8ms)[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_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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.1ms)[0m [1mINSERT INTO "users" ("created_at", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:46 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:46 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:46 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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 "posts" ("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 Mar 2013 08:41:46 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:46 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 Mar 2013 08:41:46 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:46 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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-03-13 08:41:46.206575' 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-03-13 08:41:46.205270', "updated_at" = '2013-03-13 08:41:46.205270', "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.2ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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-03-13 08:41:46.209552' 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-03-13 08:41:46.208544', "updated_at" = '2013-03-13 08:41:46.208544', "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"."topmost_obj_id" = 1 AND "inkwell_comments"."topmost_obj_type" = 'p'
+ [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"."item_type" = 'p'[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."item_type" = 'p'
+ [1m[36mSQL (0.3ms)[0m [1mDELETE FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."item_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[36mSQL (0.0ms)[0m [1mDELETE FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" = 1 AND "inkwell_timeline_items"."item_type" = 'c'[0m
+ [1m[35mSQL (0.0ms)[0m DELETE FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 1 AND "inkwell_favorite_items"."item_type" = 'c'
+ [1m[36mSQL (0.0ms)[0m [1mDELETE FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."item_type" = 'c'[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"."item_type" = 'c'[0m
+ [1m[35mSQL (0.0ms)[0m DELETE FROM "inkwell_favorite_items" WHERE "inkwell_favorite_items"."item_id" = 2 AND "inkwell_favorite_items"."item_type" = 'c'
+ [1m[36mSQL (0.0ms)[0m [1mDELETE FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 2 AND "inkwell_blog_items"."item_type" = 'c'[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.1ms)[0m [1mSELECT "inkwell_comments".* FROM "inkwell_comments" [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 (5.0ms)[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.8ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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 (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.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_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:46 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:46 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:46 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:46 UTC +00: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 Mar 2013 08:41:46 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:46 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 Mar 2013 08:41:46 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:46 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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-03-13 08:41:46.257259' 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-03-13 08:41:46.256085', "updated_at" = '2013-03-13 08:41:46.256085', "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.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 Mar 2013 08:41:46 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 Mar 2013 08:41:46 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_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:46 UTC +00:00], ["item_id", 1], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:46 UTC +00: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 Mar 2013 08:41:46 UTC +00:00], ["is_reblog", nil], ["item_id", 1], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:46 UTC +00:00], ["is_reblog", nil], ["item_id", 1], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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.1ms)[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.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" = '[]', "updated_at" = '2013-03-13 08:41:46.265819' 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.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.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (4.2ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (3.6ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (3.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.5ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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.9ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (3.4ms)[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.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_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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.3ms)[0m INSERT INTO "users" ("created_at", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:46 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:46 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:46 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:46 UTC +00: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 Mar 2013 08:41:46 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:46 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 Mar 2013 08:41:46 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:46 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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.8ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-03-13 08:41:46.308013' 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-03-13 08:41:46.306758', "updated_at" = '2013-03-13 08:41:46.306758', "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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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-03-13 08:41:46.311588' 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-03-13 08:41:46.313072' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:41:46.310543', "updated_at" = '2013-03-13 08:41:46.310543', "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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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-03-13 08:41:46.315846' 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-03-13 08:41:46.317166' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-03-13 08:41:46.314632', "updated_at" = '2013-03-13 08:41:46.314632', "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 Mar 2013 08:41:46 UTC +00:00], ["item_id", 2], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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-03-13 08:41:46.320056' 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 Mar 2013 08:41:46 UTC +00:00], ["item_id", 3], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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-03-13 08:41:46.322129' 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.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 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" = 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.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::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.1ms)[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.8ms)[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.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"."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 (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 (4.0ms)[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.4ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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 (4.2ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.2ms)[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_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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.2ms)[0m [1mINSERT INTO "users" ("created_at", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:46 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:46 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:46 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:46 UTC +00: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 Mar 2013 08:41:46 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:46 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 Mar 2013 08:41:46 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:46 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 1
+ [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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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-03-13 08:41:46.369445' 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-03-13 08:41:46.368174', "updated_at" = '2013-03-13 08:41:46.368174', "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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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-03-13 08:41:46.373401' 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-03-13 08:41:46.374898' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:41:46.371545', "updated_at" = '2013-03-13 08:41:46.371545', "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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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-03-13 08:41:46.377637' 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-03-13 08:41:46.378902' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-03-13 08:41:46.376511', "updated_at" = '2013-03-13 08:41:46.376511', "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 (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.7ms)[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.8ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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.5ms)[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.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.2ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:46 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:46 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:46 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:46 UTC +00: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 Mar 2013 08:41:46 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:46 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 Mar 2013 08:41:46 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:46 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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-03-13 08:41:46.419590' 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-03-13 08:41:46.418641', "updated_at" = '2013-03-13 08:41:46.418641', "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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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-03-13 08:41:46.435968' 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-03-13 08:41:46.437541' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:41:46.434512', "updated_at" = '2013-03-13 08:41:46.434512', "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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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-03-13 08:41:46.440505' 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-03-13 08:41:46.442529' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-03-13 08:41:46.439243', "updated_at" = '2013-03-13 08:41:46.439243', "upper_comments_tree" = '[1]' 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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", 2], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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-03-13 08:41:46.445429' 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-03-13 08:41:46.446829' 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-03-13 08:41:46.447783' WHERE "inkwell_comments"."id" = 2[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 2, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:41:46.444206', "updated_at" = '2013-03-13 08:41:46.444206', "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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", 3], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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-03-13 08:41:46.450624' 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-03-13 08:41:46.451996' 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-03-13 08:41:46.452729' WHERE "inkwell_comments"."id" = 3
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 3, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-03-13 08:41:46.449432', "updated_at" = '2013-03-13 08:41:46.449432', "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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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-03-13 08:41:46.455616' 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-03-13 08:41:46.457131' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:41:46.454225', "updated_at" = '2013-03-13 08:41:46.454225', "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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", 4], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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-03-13 08:41:46.460347' 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-03-13 08:41:46.461879' 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-03-13 08:41:46.463059' 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-03-13 08:41:46.463842' WHERE "inkwell_comments"."id" = 4
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 4, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:41:46.458759', "updated_at" = '2013-03-13 08:41:46.458759', "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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", 3], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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-03-13 08:41:46.467164' 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-03-13 08:41:46.468825' 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-03-13 08:41:46.469732' WHERE "inkwell_comments"."id" = 3[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 3, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-03-13 08:41:46.465775', "updated_at" = '2013-03-13 08:41:46.465775', "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.2ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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-03-13 08:41:46.472674' 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-03-13 08:41:46.474161' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-03-13 08:41:46.471390', "updated_at" = '2013-03-13 08:41:46.471390', "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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", 6], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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.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}]', "updated_at" = '2013-03-13 08:41:46.477486' 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-03-13 08:41:46.478923' 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-03-13 08:41:46.479962' WHERE "inkwell_comments"."id" = 6[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 6, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:41:46.475912', "updated_at" = '2013-03-13 08:41:46.475912', "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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", 5], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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},{"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-03-13 08:41:46.482920' 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-03-13 08:41:46.485034' 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-03-13 08:41:46.486084' 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-03-13 08:41:46.487069' WHERE "inkwell_comments"."id" = 5
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 5, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-03-13 08:41:46.481585', "updated_at" = '2013-03-13 08:41:46.481585', "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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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-03-13 08:41:46.489876' 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-03-13 08:41:46.491589' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:41:46.488558', "updated_at" = '2013-03-13 08:41:46.488558', "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.2ms)[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.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-03-13 08:41:46.481585') ORDER BY created_at DESC LIMIT 10
+ [1m[36m (0.2ms)[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 (3.1ms)[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.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (3.3ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[0m
+ [1m[35m (4.1ms)[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.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (3.1ms)[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.1ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:46 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:46 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:46 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:46 UTC +00: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 Mar 2013 08:41:46 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:46 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 Mar 2013 08:41:46 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:46 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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-03-13 08:41:46.557232' 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-03-13 08:41:46.556066', "updated_at" = '2013-03-13 08:41:46.556066', "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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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-03-13 08:41:46.560299' 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-03-13 08:41:46.561666' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:41:46.559002', "updated_at" = '2013-03-13 08:41:46.559002', "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 Mar 2013 08:41:46 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 Mar 2013 08:41:46 UTC +00: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 Mar 2013 08:41:46 UTC +00:00], ["item_id", 2], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:46 UTC +00: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_timeline_items" ("created_at", "from_source", "has_many_sources", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:46 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 Mar 2013 08:41:46 UTC +00: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 Mar 2013 08:41:46 UTC +00:00], ["item_id", 1], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:46 UTC +00: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 Mar 2013 08:41:46 UTC +00:00], ["is_reblog", nil], ["item_id", 2], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:46 UTC +00: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 Mar 2013 08:41:46 UTC +00:00], ["is_reblog", nil], ["item_id", 2], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:46 UTC +00: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 Mar 2013 08:41:46 UTC +00:00], ["is_reblog", nil], ["item_id", 1], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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.0ms)[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.1ms)[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.0ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[]', "updated_at" = '2013-03-13 08:41:46.572207' 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-03-13 08:41:46.573263' 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.1ms)[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[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.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.1ms)[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.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (3.5ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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.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.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_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:46 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:46 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:46 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:46 UTC +00: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 Mar 2013 08:41:46 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:46 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 Mar 2013 08:41:46 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:46 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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-03-13 08:41:46.611501' 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-03-13 08:41:46.610238', "updated_at" = '2013-03-13 08:41:46.610238', "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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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-03-13 08:41:46.614095' 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-03-13 08:41:46.615524' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:41:46.612973', "updated_at" = '2013-03-13 08:41:46.612973', "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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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-03-13 08:41:46.618253' 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-03-13 08:41:46.619728' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-03-13 08:41:46.617065', "updated_at" = '2013-03-13 08:41:46.617065', "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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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-03-13 08:41:46.622600' 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.8ms)[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-03-13 08:41:46.624036' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:41:46.621340', "updated_at" = '2013-03-13 08:41:46.621340', "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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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-03-13 08:41:46.627177' 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-03-13 08:41:46.628530' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-03-13 08:41:46.626032', "updated_at" = '2013-03-13 08:41:46.626032', "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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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-03-13 08:41:46.631289' 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-03-13 08:41:46.632559' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:41:46.630034', "updated_at" = '2013-03-13 08:41:46.630034', "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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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.2ms)[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-03-13 08:41:46.635770' 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.9ms)[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-03-13 08:41:46.637000' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:41:46.634321', "updated_at" = '2013-03-13 08:41:46.634321', "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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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}]', "updated_at" = '2013-03-13 08:41:46.640242' 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-03-13 08:41:46.641656' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-03-13 08:41:46.639000', "updated_at" = '2013-03-13 08:41:46.639000', "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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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-03-13 08:41:46.644559' 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-03-13 08:41:46.646224' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-03-13 08:41:46.643279', "updated_at" = '2013-03-13 08:41:46.643279', "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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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-03-13 08:41:46.649556' 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-03-13 08:41:46.651112' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:41:46.647583', "updated_at" = '2013-03-13 08:41:46.647583', "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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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-03-13 08:41:46.654258' 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-03-13 08:41:46.655812' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-03-13 08:41:46.652896', "updated_at" = '2013-03-13 08:41:46.652896', "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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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-03-13 08:41:46.658731' 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-03-13 08:41:46.660281' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:41:46.657372', "updated_at" = '2013-03-13 08:41:46.657372', "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"."topmost_obj_id" = 1 AND "inkwell_comments"."topmost_obj_type" = 'p' AND (created_at < '2013-03-13 08:41:46.652896') ORDER BY created_at DESC LIMIT 10
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (220.6ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.5ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (5.9ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.3ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (5.4ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.3ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (5.5ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.3ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[0m
+ [1m[35m (6.4ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.3ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (5.5ms)[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.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.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.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.1ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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.3ms)[0m INSERT INTO "users" ("created_at", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:46 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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.0ms)[0m [1mINSERT INTO "users" ("created_at", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:46 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:46 UTC +00: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 Mar 2013 08:41:46 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:46 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.7ms)[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 Mar 2013 08:41:46 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:46 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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-03-13 08:41:46.937916' 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-03-13 08:41:46.936151', "updated_at" = '2013-03-13 08:41:46.936151', "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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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-03-13 08:41:46.941505' 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-03-13 08:41:46.944159' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:41:46.940085', "updated_at" = '2013-03-13 08:41:46.940085', "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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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-03-13 08:41:46.947541' 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-03-13 08:41:46.946248', "updated_at" = '2013-03-13 08:41:46.946248', "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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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-03-13 08:41:46.952150' 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-03-13 08:41:46.953554' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:41:46.950298', "updated_at" = '2013-03-13 08:41:46.950298', "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.2ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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-03-13 08:41:46.956294' 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-03-13 08:41:46.955124', "updated_at" = '2013-03-13 08:41:46.955124', "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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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-03-13 08:41:46.959204' 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-03-13 08:41:46.960653' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:41:46.957947', "updated_at" = '2013-03-13 08:41:46.957947', "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_comment_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 Mar 2013 08:41:46 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41:46 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-03-13 08:41:46.963534' 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-03-13 08:41:46.962199', "updated_at" = '2013-03-13 08:41:46.962199', "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 (4.1ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (5.1ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (6.8ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (6.8ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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 (6.6ms)[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.1ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:47 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:47 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41: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 Mar 2013 08:41:47 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41: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 Mar 2013 08:41:47 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:47 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:47 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41: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}]', "updated_at" = '2013-03-13 08:41:47.022194' 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-03-13 08:41:47.020559', "updated_at" = '2013-03-13 08:41:47.020559', "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.2ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:41:47 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41: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[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-03-13 08:41:47.025721' 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-03-13 08:41:47.027226' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:41:47.024301', "updated_at" = '2013-03-13 08:41:47.024301', "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_comment_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 Mar 2013 08:41:47 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41: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},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3}]', "updated_at" = '2013-03-13 08:41:47.030873' 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-03-13 08:41:47.032730' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-03-13 08:41:47.029453', "updated_at" = '2013-03-13 08:41:47.029453', "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_comment_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 Mar 2013 08:41:47 UTC +00:00], ["parent_comment_id", 2], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41: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[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-03-13 08:41:47.035928' 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", 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-03-13 08:41:47.037767' 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}]', "updated_at" = '2013-03-13 08:41:47.038777' WHERE "inkwell_comments"."id" = 2
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 2, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:41:47.034582', "updated_at" = '2013-03-13 08:41:47.034582', "upper_comments_tree" = '[1,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_comment_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 Mar 2013 08:41:47 UTC +00:00], ["parent_comment_id", 3], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41: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},{"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-03-13 08:41:47.042197' 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}]', "updated_at" = '2013-03-13 08:41:47.043589' 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}]', "updated_at" = '2013-03-13 08:41:47.044564' WHERE "inkwell_comments"."id" = 3[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 3, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-03-13 08:41:47.040544', "updated_at" = '2013-03-13 08:41:47.040544', "upper_comments_tree" = '[1,3]' 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_comment_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 Mar 2013 08:41:47 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41: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[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-03-13 08:41:47.047305' 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-03-13 08:41:47.048850' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:41:47.046161', "updated_at" = '2013-03-13 08:41:47.046161', "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.2ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:41:47 UTC +00:00], ["parent_comment_id", 4], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41: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},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7}]', "updated_at" = '2013-03-13 08:41:47.066875' 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", 4]]
+ [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-03-13 08:41:47.068458' 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},{"user_id":2,"comment_id":7}]', "updated_at" = '2013-03-13 08:41:47.069231' WHERE "inkwell_comments"."id" = 2[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 4]]
+ [1m[36m (0.7ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":7}]', "updated_at" = '2013-03-13 08:41:47.069858' WHERE "inkwell_comments"."id" = 4[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 4, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:41:47.065210', "updated_at" = '2013-03-13 08:41:47.065210', "upper_comments_tree" = '[1,2,4]' 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_comment_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 Mar 2013 08:41:47 UTC +00:00], ["parent_comment_id", 3], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41: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},{"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-03-13 08:41:47.073400' 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},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8}]', "updated_at" = '2013-03-13 08:41:47.075093' 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}]', "updated_at" = '2013-03-13 08:41:47.076342' WHERE "inkwell_comments"."id" = 3
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 3, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-03-13 08:41:47.072040', "updated_at" = '2013-03-13 08:41:47.072040', "upper_comments_tree" = '[1,3]' 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_comment_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 Mar 2013 08:41:47 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41: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},{"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-03-13 08:41:47.079548' 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},{"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-03-13 08:41:47.080882' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-03-13 08:41:47.078149', "updated_at" = '2013-03-13 08:41:47.078149', "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_comment_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 Mar 2013 08:41:47 UTC +00:00], ["parent_comment_id", 6], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41: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[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-03-13 08:41:47.084217' 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", 6]]
+ [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-03-13 08:41:47.085656' 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", 6]]
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":10}]', "updated_at" = '2013-03-13 08:41:47.086664' WHERE "inkwell_comments"."id" = 6
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 6, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:41:47.082815', "updated_at" = '2013-03-13 08:41:47.082815', "upper_comments_tree" = '[1,6]' 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_comment_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 Mar 2013 08:41:47 UTC +00:00], ["parent_comment_id", 5], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41: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},{"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-03-13 08:41:47.089720' 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", 5]]
+ [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-03-13 08:41:47.091464' 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},{"user_id":1,"comment_id":11}]', "updated_at" = '2013-03-13 08:41:47.092472' WHERE "inkwell_comments"."id" = 3[0m
+ [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 [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":11}]', "updated_at" = '2013-03-13 08:41:47.093179' WHERE "inkwell_comments"."id" = 5[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 5, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-03-13 08:41:47.088468', "updated_at" = '2013-03-13 08:41:47.088468', "upper_comments_tree" = '[1,3,5]' 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_comment_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 Mar 2013 08:41:47 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41: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[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-03-13 08:41:47.096415' 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-03-13 08:41:47.097859' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:41:47.094826', "updated_at" = '2013-03-13 08:41:47.094826', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 12[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", 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", 1]]
+ [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", 1]]
+ [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", 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[35m (0.1ms)[0m rollback transaction
+ [1m[36m (6.5ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (5.8ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (6.2ms)[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_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [1m[36m (5.8ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (6.4ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (6.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.1ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:47 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:47 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41: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 Mar 2013 08:41:47 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41: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 Mar 2013 08:41:47 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:47 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 1
+ [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.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:41:47 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41: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-03-13 08:41:47.160512' 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-03-13 08:41:47.159174', "updated_at" = '2013-03-13 08:41:47.159174', "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.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" = ? 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.5ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (6.1ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (6.2ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[0m
+ [1m[35m (5.7ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (6.7ms)[0m DELETE FROM "posts";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (6.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.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_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:47 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:47 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41: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 Mar 2013 08:41:47 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41: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 Mar 2013 08:41:47 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:47 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:47 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41: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-03-13 08:41:47.247583' 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-03-13 08:41:47.246349', "updated_at" = '2013-03-13 08:41:47.246349', "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_comment_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 Mar 2013 08:41:47 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41: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[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-03-13 08:41:47.251142' 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-03-13 08:41:47.252814' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:41:47.249956', "updated_at" = '2013-03-13 08:41:47.249956', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 2[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_comment_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 Mar 2013 08:41:47 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41: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.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}]', "updated_at" = '2013-03-13 08:41:47.255589' 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-03-13 08:41:47.257078' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-03-13 08:41:47.254388', "updated_at" = '2013-03-13 08:41:47.254388', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 3
+ [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.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (6.4ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (6.0ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (6.3ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (6.0ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[0m
+ [1m[35m (6.3ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (6.2ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (6.1ms)[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.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.1ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:47 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:47 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41: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 Mar 2013 08:41:47 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41: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 Mar 2013 08:41:47 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:47 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:47 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41: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-03-13 08:41:47.313452' 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-03-13 08:41:47.312144', "updated_at" = '2013-03-13 08:41:47.312144', "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_comment_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 Mar 2013 08:41:47 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41: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.2ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2}]', "updated_at" = '2013-03-13 08:41:47.316320' 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-03-13 08:41:47.317740' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:41:47.314920', "updated_at" = '2013-03-13 08:41:47.314920', "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 (7.4ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_blog_items';[0m
+ [1m[35m (6.5ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (6.7ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (6.5ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[0m
+ [1m[35m (6.1ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (430.7ms)[0m DELETE FROM "posts";
+ [1m[36m (0.3ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (312.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.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (0.2ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (0.2ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [1m[36m (0.2ms)[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.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.6ms)[0m INSERT INTO "users" ("created_at", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:48 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41:48 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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:48 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:48 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 Mar 2013 08:41:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41: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.3ms)[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 Mar 2013 08:41:48 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:48 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.2ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 1[0m
+ [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 "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:41:48 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41: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-03-13 08:41:48.123701' 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-03-13 08:41:48.121800', "updated_at" = '2013-03-13 08:41:48.121800', "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_comment_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 Mar 2013 08:41:48 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41: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-03-13 08:41:48.128887' 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-03-13 08:41:48.126577', "updated_at" = '2013-03-13 08:41:48.126577', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 2[0m
+ [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_comment_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 Mar 2013 08:41:48 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41: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-03-13 08:41:48.133050' 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-03-13 08:41:48.131390', "updated_at" = '2013-03-13 08:41:48.131390', "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.2ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:41:48 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41: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-03-13 08:41:48.138374' WHERE "posts"."id" = 1
+ [1m[36m (0.2ms)[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-03-13 08:41:48.136425', "updated_at" = '2013-03-13 08:41:48.136425', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 4[0m
+ [1m[35m (0.2ms)[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_comment_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 Mar 2013 08:41:48 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41: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-03-13 08:41:48.142624' 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-03-13 08:41:48.140704', "updated_at" = '2013-03-13 08:41:48.140704', "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.2ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:41:48 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41: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-03-13 08:41:48.146726' 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-03-13 08:41:48.145509', "updated_at" = '2013-03-13 08:41:48.145509', "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.2ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:41:48 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41: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-03-13 08:41:48.151605' 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" = 2, "created_at" = '2013-03-13 08:41:48.149787', "updated_at" = '2013-03-13 08:41:48.149787', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 7[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 "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:41:48 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41: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-03-13 08:41:48.156457' WHERE "posts"."id" = 1
+ [1m[36m (0.7ms)[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-03-13 08:41:48.154600', "updated_at" = '2013-03-13 08:41:48.154600', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 8[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 "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:41:48 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41: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.1ms)[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}]', "updated_at" = '2013-03-13 08:41:48.161163' 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-03-13 08:41:48.159238', "updated_at" = '2013-03-13 08:41:48.159238', "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.2ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:41:48 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41: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.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}]', "updated_at" = '2013-03-13 08:41:48.166258' 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-03-13 08:41:48.164285', "updated_at" = '2013-03-13 08:41:48.164285', "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.2ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:41:48 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41: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.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},{"user_id":1,"comment_id":9},{"user_id":2,"comment_id":10},{"user_id":1,"comment_id":11}]', "updated_at" = '2013-03-13 08:41:48.170603' 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-03-13 08:41:48.168644', "updated_at" = '2013-03-13 08:41:48.168644', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 11[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 "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:41:48 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41: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.1ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.8ms)[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-03-13 08:41:48.175597' 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-03-13 08:41:48.173123', "updated_at" = '2013-03-13 08:41:48.173123', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 12[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [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' 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", 11]]
+ [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' AND (created_at < '2013-03-13 08:41:48.168644') ORDER BY created_at DESC LIMIT 10[0m
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (84.2ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.3ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (5.9ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.6ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (5.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.3ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [1m[36m (5.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.4ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.3ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (6.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.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_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:48 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41: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.3ms)[0m INSERT INTO "users" ("created_at", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:48 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41:48 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", Wed, 13 Mar 2013 08:41:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41: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.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 Mar 2013 08:41:48 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:48 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 1
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:41:48 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41: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-03-13 08:41:48.323291' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.2ms)[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-03-13 08:41:48.320734', "updated_at" = '2013-03-13 08:41:48.320734', "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[36mSQL (0.7ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:41:48 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41: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}]', "updated_at" = '2013-03-13 08:41:48.330217' WHERE "posts"."id" = 1[0m
+ [1m[35mInkwell::Comment Load (0.2ms)[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-03-13 08:41:48.332895' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:41:48.326987', "updated_at" = '2013-03-13 08:41:48.326987', "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_comment_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 Mar 2013 08:41:48 UTC +00:00], ["parent_comment_id", 2], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41: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":2,"comment_id":3}]', "updated_at" = '2013-03-13 08:41:48.336294' 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-03-13 08:41:48.338114' 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-03-13 08:41:48.339146' WHERE "inkwell_comments"."id" = 2[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 2, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:41:48.334985', "updated_at" = '2013-03-13 08:41:48.334985', "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.2ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:41:48 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41: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":2,"comment_id":3},{"user_id":2,"comment_id":4}]', "updated_at" = '2013-03-13 08:41:48.342541' 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-03-13 08:41:48.343752' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.9ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:41:48.340943', "updated_at" = '2013-03-13 08:41:48.340943', "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 Mar 2013 08:41:48 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 Mar 2013 08:41: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_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:48 UTC +00:00], ["item_id", 3], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41: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 Mar 2013 08:41: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 Mar 2013 08:41: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 Mar 2013 08:41:48 UTC +00:00], ["item_id", 1], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41: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 Mar 2013 08:41:48 UTC +00:00], ["is_reblog", nil], ["item_id", 3], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41: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_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:48 UTC +00:00], ["is_reblog", nil], ["item_id", 3], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41: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 Mar 2013 08:41:48 UTC +00:00], ["is_reblog", nil], ["item_id", 1], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41: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, 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-03-13 08:41:48.357607' 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.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.2ms)[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.2ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[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_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [1m[36m (3.8ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (3.2ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.3ms)[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.2ms)[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_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:48 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:48 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:48 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:41: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.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 Mar 2013 08:41:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41: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.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 Mar 2013 08:41:48 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:48 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_1"], ["created_at", Wed, 13 Mar 2013 08:41:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41: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 Mar 2013 08:41:48 UTC +00:00], ["is_reblog", false], ["item_id", 2], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:48 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_2"], ["created_at", Wed, 13 Mar 2013 08:41:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41: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 Mar 2013 08:41:48 UTC +00:00], ["is_reblog", false], ["item_id", 3], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:48 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_3"], ["created_at", Wed, 13 Mar 2013 08:41:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41: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 Mar 2013 08:41:48 UTC +00:00], ["is_reblog", false], ["item_id", 4], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:48 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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", "morozovm_post_test_body"], ["created_at", Wed, 13 Mar 2013 08:41:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:48 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 Mar 2013 08:41:48 UTC +00:00], ["is_reblog", false], ["item_id", 5], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:48 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_4"], ["created_at", Wed, 13 Mar 2013 08:41:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41: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 Mar 2013 08:41:48 UTC +00:00], ["is_reblog", false], ["item_id", 6], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:48 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_5"], ["created_at", Wed, 13 Mar 2013 08:41:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41: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 Mar 2013 08:41:48 UTC +00:00], ["is_reblog", false], ["item_id", 7], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:48 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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" = 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 Mar 2013 08:41:48 UTC +00:00], ["is_reblog", true], ["item_id", 5], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41: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 "posts" SET "users_ids_who_reblog_it" = '[1]', "updated_at" = '2013-03-13 08:41:48.411218' WHERE "posts"."id" = 5
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 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", "morozovm_post_test_body_1"], ["created_at", Wed, 13 Mar 2013 08:41:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:48 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 Mar 2013 08:41:48 UTC +00:00], ["is_reblog", false], ["item_id", 8], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:48 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_6"], ["created_at", Wed, 13 Mar 2013 08:41:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41: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 Mar 2013 08:41:48 UTC +00:00], ["is_reblog", false], ["item_id", 9], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:48 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_7"], ["created_at", Wed, 13 Mar 2013 08:41:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41: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 Mar 2013 08:41:48 UTC +00:00], ["is_reblog", false], ["item_id", 10], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:48 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_8"], ["created_at", Wed, 13 Mar 2013 08:41:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41: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 Mar 2013 08:41:48 UTC +00:00], ["is_reblog", false], ["item_id", 11], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:48 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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", "morozovm_post_test_body_2"], ["created_at", Wed, 13 Mar 2013 08:41:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:48 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 Mar 2013 08:41:48 UTC +00:00], ["is_reblog", false], ["item_id", 12], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:48 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_9"], ["created_at", Wed, 13 Mar 2013 08:41:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41: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 Mar 2013 08:41:48 UTC +00:00], ["is_reblog", false], ["item_id", 13], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:48 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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", "morozovm_post_test_body_3"], ["created_at", Wed, 13 Mar 2013 08:41:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41:48 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 Mar 2013 08:41:48 UTC +00:00], ["is_reblog", false], ["item_id", 14], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:48 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2[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" = 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 Mar 2013 08:41:48 UTC +00:00], ["is_reblog", true], ["item_id", 8], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:48 UTC +00:00]]
+ [1m[35m (15.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" = '[1]', "updated_at" = '2013-03-13 08:41:48.445494' WHERE "posts"."id" = 8
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 1
+ [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[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 Mar 2013 08:41:48 UTC +00:00], ["is_reblog", true], ["item_id", 12], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41: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 "posts" SET "users_ids_who_reblog_it" = '[1]', "updated_at" = '2013-03-13 08:41:48.448908' WHERE "posts"."id" = 12
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 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 Mar 2013 08:41:48 UTC +00:00], ["item_id", 8], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41: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 "posts" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-03-13 08:41:48.451388' WHERE "posts"."id" = 8
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Exists (0.0ms)[0m SELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 3 AND "inkwell_followings"."followed_id" = 1 LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.0ms)[0m INSERT INTO "inkwell_followings" ("created_at", "followed_id", "follower_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:48 UTC +00:00], ["followed_id", 1], ["follower_id", 3], ["updated_at", Wed, 13 Mar 2013 08:41: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 "users" SET "following_count" = 1, "updated_at" = '2013-03-13 08:41:48.453555' 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.1ms)[0m UPDATE "users" SET "follower_count" = 1, "updated_at" = '2013-03-13 08:41:48.454341' 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" = 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 Mar 2013 08:41:48 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 Mar 2013 08:41:48 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 Mar 2013 08:41:48 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 Mar 2013 08:41:48 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.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 Mar 2013 08:41:48 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 Mar 2013 08:41:48 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" = 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 Mar 2013 08:41:48 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 Mar 2013 08:41:48 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 Mar 2013 08:41:48 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 Mar 2013 08:41:48 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 Mar 2013 08:41:48 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 Mar 2013 08:41:48 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 Mar 2013 08:41:48 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 Mar 2013 08:41:48 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 Mar 2013 08:41:48 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 Mar 2013 08:41:48 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 Mar 2013 08:41:48 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 Mar 2013 08:41:48 UTC +00:00]]
+ [1m[36m (0.1ms)[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 Mar 2013 08:41:48 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 Mar 2013 08:41:48 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[36mInkwell::Following Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 3 AND "inkwell_followings"."followed_id" = 2 LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_followings" ("created_at", "followed_id", "follower_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:48 UTC +00:00], ["followed_id", 2], ["follower_id", 3], ["updated_at", Wed, 13 Mar 2013 08:41: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 "users" SET "following_count" = 2, "updated_at" = '2013-03-13 08:41:48.471740' WHERE "users"."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.0ms)[0m [1mUPDATE "users" SET "follower_count" = 1, "updated_at" = '2013-03-13 08:41:48.472307' WHERE "users"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Load (1.0ms)[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" = 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 Mar 2013 08:41:48 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 Mar 2013 08:41:48 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" = 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-03-13 08:41:48.499856' 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.0ms)[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-03-13 08:41:48.501156' WHERE "inkwell_timeline_items"."id" = 2
+ [1m[36m (0.1ms)[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-03-13 08:41:48.502367' 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.0ms)[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.1ms)[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.1ms)[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.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[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.2ms)[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 (2.7ms)[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.0ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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.0ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (2.8ms)[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.3ms)[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_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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.1ms)[0m [1mINSERT INTO "users" ("created_at", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:48 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:41: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:41:48 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:41: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:48 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:41: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.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 Mar 2013 08:41:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:41: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 Mar 2013 08:41:48 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41:48 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:41:48 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:41: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-03-13 08:41:48.552013' 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-03-13 08:41:48.550916', "updated_at" = '2013-03-13 08:41:48.550916', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Following Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 3 AND "inkwell_followings"."followed_id" = 2 LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_followings" ("created_at", "followed_id", "follower_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:41:48 UTC +00:00], ["followed_id", 2], ["follower_id", 3], ["updated_at", Wed, 13 Mar 2013 08:41: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 "users" SET "following_count" = 1, "updated_at" = '2013-03-13 08:41:48.554888' WHERE "users"."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 "follower_count" = 1, "updated_at" = '2013-03-13 08:41:48.555716' WHERE "users"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Load (0.0ms)[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.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"."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 Mar 2013 08:41:48 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41: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_reblog_it" = '[2]', "updated_at" = '2013-03-13 08:41:48.558637' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2[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 Mar 2013 08:41:48 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 Mar 2013 08:41: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" 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 Mar 2013 08:41:48 UTC +00:00], ["item_id", 1], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:41: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.0ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[2]', "updated_at" = '2013-03-13 08:41:48.562461' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[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.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.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.0ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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 (3.9ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (5.0ms)[0m [1mDELETE FROM "users";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+Connecting to database specified by database.yml
+ [1m[36m (0.3ms)[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.1ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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 (14.7ms)[0m [1mINSERT INTO "users" ("created_at", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42:45 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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42:45 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:42:45 UTC +00: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 Mar 2013 08:42:45 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:45 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_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_1"], ["created_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:45 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 Mar 2013 08:42:45 UTC +00:00], ["is_reblog", false], ["item_id", 2], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_2"], ["created_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:45 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 Mar 2013 08:42:45 UTC +00:00], ["is_reblog", false], ["item_id", 3], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_3"], ["created_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:45 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 Mar 2013 08:42:45 UTC +00:00], ["is_reblog", false], ["item_id", 4], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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", "morozovm_post_test_body"], ["created_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:45 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 Mar 2013 08:42:45 UTC +00:00], ["is_reblog", false], ["item_id", 5], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_4"], ["created_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:45 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 Mar 2013 08:42:45 UTC +00:00], ["is_reblog", false], ["item_id", 6], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_5"], ["created_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:45 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 Mar 2013 08:42:45 UTC +00:00], ["is_reblog", false], ["item_id", 7], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.7ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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" = 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 (13.6ms)[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 Mar 2013 08:42:45 UTC +00:00], ["is_reblog", true], ["item_id", 5], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:45 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" = '[1]', "updated_at" = '2013-03-13 08:42:45.507974' WHERE "posts"."id" = 5
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 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", "morozovm_post_test_body_1"], ["created_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:45 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 Mar 2013 08:42:45 UTC +00:00], ["is_reblog", false], ["item_id", 8], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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.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_6"], ["created_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:45 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 Mar 2013 08:42:45 UTC +00:00], ["is_reblog", false], ["item_id", 9], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_7"], ["created_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:45 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 Mar 2013 08:42:45 UTC +00:00], ["is_reblog", false], ["item_id", 10], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_8"], ["created_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:45 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 Mar 2013 08:42:45 UTC +00:00], ["is_reblog", false], ["item_id", 11], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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", "morozovm_post_test_body_2"], ["created_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:45 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 (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 Mar 2013 08:42:45 UTC +00:00], ["is_reblog", false], ["item_id", 12], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_9"], ["created_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:45 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 Mar 2013 08:42:45 UTC +00:00], ["is_reblog", false], ["item_id", 13], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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", "morozovm_post_test_body_3"], ["created_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:45 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 Mar 2013 08:42:45 UTC +00:00], ["is_reblog", false], ["item_id", 14], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2[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" = 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 Mar 2013 08:42:45 UTC +00:00], ["is_reblog", true], ["item_id", 8], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:45 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-03-13 08:42:45.528473' WHERE "posts"."id" = 8
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 1
+ [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[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 Mar 2013 08:42:45 UTC +00:00], ["is_reblog", true], ["item_id", 12], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:45 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-03-13 08:42:45.531067' WHERE "posts"."id" = 12
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Load (0.6ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 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.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 Mar 2013 08:42:45 UTC +00:00], ["item_id", 8], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:45 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-03-13 08:42:45.538914' WHERE "posts"."id" = 8
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Exists (0.7ms)[0m SELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 3 AND "inkwell_followings"."followed_id" = 1 LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "inkwell_followings" ("created_at", "followed_id", "follower_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00], ["followed_id", 1], ["follower_id", 3], ["updated_at", Wed, 13 Mar 2013 08:42:45 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 "following_count" = 1, "updated_at" = '2013-03-13 08:42:45.544785' 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 "follower_count" = 1, "updated_at" = '2013-03-13 08:42:45.545654' WHERE "users"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Load (0.0ms)[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.1ms)[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.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 Mar 2013 08:42:45 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 Mar 2013 08:42:45 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 Mar 2013 08:42:45 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 Mar 2013 08:42:45 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.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 Mar 2013 08:42:45 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 Mar 2013 08:42:45 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 Mar 2013 08:42:45 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 Mar 2013 08:42:45 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::TimelineItem Load (0.8ms)[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 Mar 2013 08:42:45 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 Mar 2013 08:42:45 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 Mar 2013 08:42:45 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 Mar 2013 08:42:45 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.0ms)[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 Mar 2013 08:42:45 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 Mar 2013 08:42:45 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 Mar 2013 08:42:45 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 Mar 2013 08:42:45 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 Mar 2013 08:42:45 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 Mar 2013 08:42:45 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.1ms)[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 Mar 2013 08:42:45 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 Mar 2013 08:42:45 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[36mInkwell::Following Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 3 AND "inkwell_followings"."followed_id" = 2 LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_followings" ("created_at", "followed_id", "follower_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00], ["followed_id", 2], ["follower_id", 3], ["updated_at", Wed, 13 Mar 2013 08:42:45 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 "following_count" = 2, "updated_at" = '2013-03-13 08:42:45.569550' WHERE "users"."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 "follower_count" = 1, "updated_at" = '2013-03-13 08:42:45.570278' WHERE "users"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Load (0.9ms)[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" = 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 Mar 2013 08:42:45 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 Mar 2013 08:42:45 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" = 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-03-13 08:42:45.574034' 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-03-13 08:42:45.575724' 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-03-13 08:42:45.576745' 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"."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.8ms)[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.0ms)[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.1ms)[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.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[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.0ms)[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 (31.9ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.2ms)[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 (3.3ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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.7ms)[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.2ms)[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_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42:45 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42:45 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:42:45 UTC +00: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 Mar 2013 08:42:45 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:45 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 Mar 2013 08:42:45 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:45 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42:45 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.2ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-03-13 08:42:45.663491' 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-03-13 08:42:45.661931', "updated_at" = '2013-03-13 08:42:45.661931', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Following Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 3 AND "inkwell_followings"."followed_id" = 2 LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_followings" ("created_at", "followed_id", "follower_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00], ["followed_id", 2], ["follower_id", 3], ["updated_at", Wed, 13 Mar 2013 08:42:45 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 "following_count" = 1, "updated_at" = '2013-03-13 08:42:45.667144' WHERE "users"."id" = 3
+ [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 "follower_count" = 1, "updated_at" = '2013-03-13 08:42:45.667895' 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" = 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 Mar 2013 08:42:45 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:45 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-03-13 08:42:45.670807' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2[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 Mar 2013 08:42:45 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 Mar 2013 08:42:45 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" = 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.2ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00], ["item_id", 1], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:45 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-03-13 08:42:45.674983' 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.0ms)[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.1ms)[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.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 (2.8ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[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 (3.2ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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.3ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.2ms)[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.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_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42:45 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42:45 UTC +00: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 Mar 2013 08:42:45 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:45 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 Mar 2013 08:42:45 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:45 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42:45 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-03-13 08:42:45.714871' 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-03-13 08:42:45.713768', "updated_at" = '2013-03-13 08:42:45.713768', "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.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 Mar 2013 08:42:45 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 Mar 2013 08:42:45 UTC +00: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 Mar 2013 08:42:45 UTC +00:00], ["item_id", 1], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:45 UTC +00: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_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00], ["is_reblog", nil], ["item_id", 1], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:45 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_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00], ["is_reblog", nil], ["item_id", 1], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00]]
+ [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::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.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.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" = '[]', "updated_at" = '2013-03-13 08:42:45.723865' WHERE "posts"."id" = 1[0m
+ [1m[35mSQL (0.0ms)[0m DELETE FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? [["id", 1]]
+ [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" [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 (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.1ms)[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.3ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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 (3.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.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.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_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42:45 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42:45 UTC +00: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 Mar 2013 08:42:45 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:45 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 Mar 2013 08:42:45 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:45 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42:45 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-03-13 08:42:45.764541' 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-03-13 08:42:45.763290', "updated_at" = '2013-03-13 08:42:45.763290', "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_comment_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 Mar 2013 08:42:45 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42:45 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-03-13 08:42:45.767591' 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.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}]', "updated_at" = '2013-03-13 08:42:45.768944' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:42:45.766428', "updated_at" = '2013-03-13 08:42:45.766428', "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_comment_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 Mar 2013 08:42:45 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42:45 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-03-13 08:42:45.771653' 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-03-13 08:42:45.772934' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-03-13 08:42:45.770587', "updated_at" = '2013-03-13 08:42:45.770587', "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.0ms)[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 Mar 2013 08:42:45 UTC +00:00], ["item_id", 2], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:45 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-03-13 08:42:45.775832' 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 Mar 2013 08:42:45 UTC +00:00], ["item_id", 3], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:45 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-03-13 08:42:45.777796' 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.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"."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.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[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.6ms)[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 (3.7ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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 (4.4ms)[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.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_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42:45 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42:45 UTC +00: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 Mar 2013 08:42:45 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:45 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 Mar 2013 08:42:45 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:45 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42:45 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-03-13 08:42:45.820461' 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-03-13 08:42:45.819313', "updated_at" = '2013-03-13 08:42:45.819313', "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_comment_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 Mar 2013 08:42:45 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42:45 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-03-13 08:42:45.823232' 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 (1.6ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2}]', "updated_at" = '2013-03-13 08:42:45.841821' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:42:45.822104', "updated_at" = '2013-03-13 08:42:45.822104', "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_comment_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 Mar 2013 08:42:45 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42:45 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-03-13 08:42:45.846817' 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-03-13 08:42:45.848339' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-03-13 08:42:45.845420', "updated_at" = '2013-03-13 08:42:45.845420', "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_comment_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 Mar 2013 08:42:45 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42:45 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-03-13 08:42:45.851263' 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-03-13 08:42:45.852663' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:42:45.849959', "updated_at" = '2013-03-13 08:42:45.849959', "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_comment_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 Mar 2013 08:42:45 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42:45 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-03-13 08:42:45.855365' 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-03-13 08:42:45.857482' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-03-13 08:42:45.854147', "updated_at" = '2013-03-13 08:42:45.854147', "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_comment_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 Mar 2013 08:42:45 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42:45 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},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6}]', "updated_at" = '2013-03-13 08:42:45.860231' 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-03-13 08:42:45.861562' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:42:45.858841', "updated_at" = '2013-03-13 08:42:45.858841', "upper_comments_tree" = '[1]' 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_comment_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 Mar 2013 08:42:45 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42:45 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-03-13 08:42:45.864408' 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-03-13 08:42:45.865706' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:42:45.863141', "updated_at" = '2013-03-13 08:42:45.863141', "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.2ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:42:45 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42:45 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-03-13 08:42:45.868434' 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-03-13 08:42:45.869918' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-03-13 08:42:45.867261', "updated_at" = '2013-03-13 08:42:45.867261', "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.4ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:42:45 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42:45 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-03-13 08:42:45.873379' 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-03-13 08:42:45.874854' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-03-13 08:42:45.871514', "updated_at" = '2013-03-13 08:42:45.871514', "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.2ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:42:45 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42:45 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-03-13 08:42:45.877807' 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-03-13 08:42:45.879298' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:42:45.876426', "updated_at" = '2013-03-13 08:42:45.876426', "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.1ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:42:45 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42:45 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-03-13 08:42:45.882164' 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-03-13 08:42:45.883430' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-03-13 08:42:45.880857', "updated_at" = '2013-03-13 08:42:45.880857', "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_comment_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 Mar 2013 08:42:45 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42:45 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-03-13 08:42:45.886668' 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},{"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-03-13 08:42:45.887916' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:42:45.885212', "updated_at" = '2013-03-13 08:42:45.885212', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 12[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", 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.1ms)[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.1ms)[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-03-13 08:42:45.880857') ORDER BY created_at DESC LIMIT 10[0m
+ [1m[35m (0.2ms)[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 (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.6ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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 (4.0ms)[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.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_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42:45 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42:45 UTC +00: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 Mar 2013 08:42:45 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:45 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 Mar 2013 08:42:45 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:45 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:45 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42:45 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-03-13 08:42:45.929859' 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-03-13 08:42:45.928558', "updated_at" = '2013-03-13 08:42:45.928558', "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_comment_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 Mar 2013 08:42:45 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42:45 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-03-13 08:42:45.932971' 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-03-13 08:42:45.934325' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:42:45.931583', "updated_at" = '2013-03-13 08:42:45.931583', "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 Mar 2013 08:42:45 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 Mar 2013 08:42:45 UTC +00: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 Mar 2013 08:42:45 UTC +00:00], ["item_id", 2], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:45 UTC +00: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 Mar 2013 08:42:45 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 Mar 2013 08:42:45 UTC +00: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 Mar 2013 08:42:45 UTC +00:00], ["item_id", 1], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:45 UTC +00: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 Mar 2013 08:42:45 UTC +00:00], ["is_reblog", nil], ["item_id", 2], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:45 UTC +00: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 Mar 2013 08:42:45 UTC +00:00], ["is_reblog", nil], ["item_id", 2], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:45 UTC +00: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 Mar 2013 08:42:45 UTC +00:00], ["is_reblog", nil], ["item_id", 1], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:45 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 (2) 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 (2) AND "inkwell_favorite_items"."item_type" = 'c'
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" IN (2) AND "inkwell_blog_items"."item_type" = 'c'[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 [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[]', "updated_at" = '2013-03-13 08:42:45.944543' WHERE "inkwell_comments"."id" = 1[0m
+ [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-03-13 08:42:45.945394' WHERE "posts"."id" = 1[0m
+ [1m[35mSQL (0.0ms)[0m DELETE FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? [["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[36mInkwell::FavoriteItem Load (0.0ms)[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.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.0ms)[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 (91.9ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [1m[36m (4.4ms)[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 (4.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.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_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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.3ms)[0m [1mINSERT INTO "users" ("created_at", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:46 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42:46 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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:46 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42:46 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 Mar 2013 08:42:46 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:46 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 Mar 2013 08:42:46 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:46 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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.2ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:42:46 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42:46 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-03-13 08:42:46.079997' 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-03-13 08:42:46.078087', "updated_at" = '2013-03-13 08:42:46.078087', "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_comment_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 Mar 2013 08:42:46 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42:46 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-03-13 08:42:46.083236' 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-03-13 08:42:46.084674' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:42:46.082265', "updated_at" = '2013-03-13 08:42:46.082265', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 2[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_comment_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 Mar 2013 08:42:46 UTC +00:00], ["parent_comment_id", 2], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42:46 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-03-13 08:42:46.087469' 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-03-13 08:42:46.088792' 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-03-13 08:42:46.089539' WHERE "inkwell_comments"."id" = 2[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 2, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:42:46.086360', "updated_at" = '2013-03-13 08:42:46.086360', "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_comment_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 Mar 2013 08:42:46 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42:46 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-03-13 08:42:46.092741' 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-03-13 08:42:46.094016' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:42:46.091475', "updated_at" = '2013-03-13 08:42:46.091475', "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 (1.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 Mar 2013 08:42:46 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 Mar 2013 08:42:46 UTC +00: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 Mar 2013 08:42:46 UTC +00:00], ["item_id", 3], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:46 UTC +00: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 Mar 2013 08:42:46 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 Mar 2013 08:42:46 UTC +00: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 Mar 2013 08:42:46 UTC +00:00], ["item_id", 1], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:46 UTC +00: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_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:46 UTC +00:00], ["is_reblog", nil], ["item_id", 3], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:46 UTC +00: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 Mar 2013 08:42:46 UTC +00:00], ["is_reblog", nil], ["item_id", 3], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:46 UTC +00: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 Mar 2013 08:42:46 UTC +00:00], ["is_reblog", nil], ["item_id", 1], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:46 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.0ms)[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-03-13 08:42:46.105826' 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 (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 (2.9ms)[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 (2.8ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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.1ms)[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_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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.1ms)[0m [1mINSERT INTO "users" ("created_at", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:46 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42:46 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:46 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42:46 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 Mar 2013 08:42:46 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:46 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 Mar 2013 08:42:46 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:46 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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" 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 (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.6ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (2.7ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [1m[36m (4.5ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (3.0ms)[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.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.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_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:46 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42:46 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:46 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42:46 UTC +00: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 Mar 2013 08:42:46 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:46 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 Mar 2013 08:42:46 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:46 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:46 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42:46 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-03-13 08:42:46.177029' 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-03-13 08:42:46.175830', "updated_at" = '2013-03-13 08:42:46.175830', "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_comment_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 Mar 2013 08:42:46 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42:46 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-03-13 08:42:46.180928' 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-03-13 08:42:46.182047' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:42:46.178976', "updated_at" = '2013-03-13 08:42:46.178976', "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_comment_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 Mar 2013 08:42:46 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42:46 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-03-13 08:42:46.184703' 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-03-13 08:42:46.185809' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.8ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-03-13 08:42:46.183558', "updated_at" = '2013-03-13 08:42:46.183558', "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.1ms)[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 (2.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 (2.9ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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 (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.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_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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.1ms)[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:46 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42:46 UTC +00: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:46 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42:46 UTC +00: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 Mar 2013 08:42:46 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:46 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 Mar 2013 08:42:46 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:46 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:46 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42:46 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-03-13 08:42:46.222819' 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-03-13 08:42:46.221636', "updated_at" = '2013-03-13 08:42:46.221636', "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_comment_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 Mar 2013 08:42:46 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42:46 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-03-13 08:42:46.225656' 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-03-13 08:42:46.226875' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:42:46.224558', "updated_at" = '2013-03-13 08:42:46.224558', "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_comment_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 Mar 2013 08:42:46 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42:46 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-03-13 08:42:46.229774' 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-03-13 08:42:46.228558', "updated_at" = '2013-03-13 08:42:46.228558', "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.2ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:42:46 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42:46 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-03-13 08:42:46.232558' 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-03-13 08:42:46.233836' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:42:46.231359', "updated_at" = '2013-03-13 08:42:46.231359', "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_comment_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 Mar 2013 08:42:46 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42:46 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-03-13 08:42:46.236836' 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-03-13 08:42:46.235766', "updated_at" = '2013-03-13 08:42:46.235766', "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_comment_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 Mar 2013 08:42:46 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42:46 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-03-13 08:42:46.239584' 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-03-13 08:42:46.240921' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:42:46.238404', "updated_at" = '2013-03-13 08:42:46.238404', "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_comment_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 Mar 2013 08:42:46 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42:46 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-03-13 08:42:46.243723' 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-03-13 08:42:46.242408', "updated_at" = '2013-03-13 08:42:46.242408', "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.2ms)[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 (2.9ms)[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 (147.3ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.5ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[0m
+ [1m[35m (473.0ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.4ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (6.1ms)[0m DELETE FROM "posts";
+ [1m[36m (0.3ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (5.7ms)[0m DELETE FROM "users";
+ [1m[36m (0.3ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m
+ [1m[35m (0.4ms)[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.2ms)[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_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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.2ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "users" ("created_at", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:46 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42:46 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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:46 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42:46 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 Mar 2013 08:42:46 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:46 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.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 Mar 2013 08:42:46 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:46 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 1[0m
+ [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_comment_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 Mar 2013 08:42:46 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42:46 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-03-13 08:42:46.917766' WHERE "posts"."id" = 1
+ [1m[36m (0.2ms)[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-03-13 08:42:46.913779', "updated_at" = '2013-03-13 08:42:46.913779', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [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_comment_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 Mar 2013 08:42:46 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42:46 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-03-13 08:42:46.923307' 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-03-13 08:42:46.922240', "updated_at" = '2013-03-13 08:42:46.922240', "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_comment_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 Mar 2013 08:42:46 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42:46 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-03-13 08:42:46.926447' 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-03-13 08:42:46.925138', "updated_at" = '2013-03-13 08:42:46.925138', "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_comment_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 Mar 2013 08:42:46 UTC +00:00], ["parent_comment_id", 2], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42:46 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}]', "updated_at" = '2013-03-13 08:42:46.929341' 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-03-13 08:42:46.943606' WHERE "inkwell_comments"."id" = 2[0m
+ [1m[35m (0.0ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 2, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:42:46.928136', "updated_at" = '2013-03-13 08:42:46.928136', "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_comment_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 Mar 2013 08:42:46 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42:46 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-03-13 08:42:46.946713' 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-03-13 08:42:46.945398', "updated_at" = '2013-03-13 08:42:46.945398', "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.2ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:42:46 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42:46 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},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6}]', "updated_at" = '2013-03-13 08:42:46.949468' 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-03-13 08:42:46.948395', "updated_at" = '2013-03-13 08:42:46.948395', "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.3ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:42:46 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42:46 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-03-13 08:42:46.952588' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.8ms)[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-03-13 08:42:46.951282', "updated_at" = '2013-03-13 08:42:46.951282', "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_comment_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 Mar 2013 08:42:46 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42:46 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-03-13 08:42:46.956228' 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-03-13 08:42:46.954868', "updated_at" = '2013-03-13 08:42:46.954868', "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_comment_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 Mar 2013 08:42:46 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42:46 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-03-13 08:42:46.959304' 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-03-13 08:42:46.957881', "updated_at" = '2013-03-13 08:42:46.957881', "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_comment_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 Mar 2013 08:42:46 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42:46 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-03-13 08:42:46.962322' 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-03-13 08:42:46.960960', "updated_at" = '2013-03-13 08:42:46.960960', "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_comment_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 Mar 2013 08:42:46 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42:46 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-03-13 08:42:46.965195' 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-03-13 08:42:46.964074', "updated_at" = '2013-03-13 08:42:46.964074', "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_comment_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 Mar 2013 08:42:46 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42:46 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-03-13 08:42:46.968519' 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-03-13 08:42:46.966975', "updated_at" = '2013-03-13 08:42:46.966975', "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-03-13 08:42:46.964074') 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-03-13 08:42:46.948395') ORDER BY created_at DESC LIMIT 7
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (3.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.5ms)[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.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (3.8ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[0m
+ [1m[35m (3.0ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (2.9ms)[0m DELETE FROM "posts";
+ [1m[36m (0.2ms)[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.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_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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.0ms)[0m INSERT INTO "users" ("created_at", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:47 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:47 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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"."user_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_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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.2ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-03-13 08:42:47.009212' 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-03-13 08:42:47.007948', "updated_at" = '2013-03-13 08:42:47.007948', "upper_comments_tree" = '[]' 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_comments" WHERE "inkwell_comments"."topmost_obj_id" = 1 AND "inkwell_comments"."topmost_obj_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[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 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 (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.4ms)[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_followings";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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.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.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_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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.4ms)[0m [1mINSERT INTO "users" ("created_at", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:47 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:47 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (3.7ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (2.7ms)[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.4ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [1m[36m (4.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.3ms)[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.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.1ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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.3ms)[0m [1mINSERT INTO "users" ("created_at", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:47 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:47 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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}]', "updated_at" = '2013-03-13 08:42:47.122007' 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-03-13 08:42:47.120655', "updated_at" = '2013-03-13 08:42:47.120655', "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_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.4ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1},{"user_id":2,"comment_id":2}]', "updated_at" = '2013-03-13 08:42:47.124926' 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-03-13 08:42:47.144869' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:42:47.123593', "updated_at" = '2013-03-13 08:42:47.123593', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 2[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[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.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.3ms)[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.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (3.2ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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.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.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.1ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:47 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:47 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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}]', "updated_at" = '2013-03-13 08:42:47.186903' 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-03-13 08:42:47.185773', "updated_at" = '2013-03-13 08:42:47.185773', "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_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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[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-03-13 08:42:47.189830' 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.2ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":2}]', "updated_at" = '2013-03-13 08:42:47.191226' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:42:47.188734', "updated_at" = '2013-03-13 08:42:47.188734', "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_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3}]', "updated_at" = '2013-03-13 08:42:47.194562' 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.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}]', "updated_at" = '2013-03-13 08:42:47.195896' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-03-13 08:42:47.193163', "updated_at" = '2013-03-13 08:42:47.193163', "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"."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 Mar 2013 08:42:47 UTC +00:00], ["item_id", 2], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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 "inkwell_comments" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-03-13 08:42:47.198495' WHERE "inkwell_comments"."id" = 2[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" 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 Mar 2013 08:42:47 UTC +00:00], ["item_id", 3], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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 "inkwell_comments" SET "users_ids_who_favorite_it" = '[2]', "updated_at" = '2013-03-13 08:42:47.200742' 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"."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" = 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::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"."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" = 1 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" = 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
+ [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::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 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"."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::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"."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::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"."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" = 2 AND "inkwell_favorite_items"."owner_type" = 'u' 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.3ms)[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 (3.8ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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 (3.5ms)[0m DELETE FROM "posts";
+ [1m[36m (0.2ms)[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.1ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:47 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:47 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:47.243589' 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-03-13 08:42:47.242567', "updated_at" = '2013-03-13 08:42:47.242567', "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_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:47.247305' 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-03-13 08:42:47.246163', "updated_at" = '2013-03-13 08:42:47.246163', "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.0ms)[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.1ms)[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 (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.2ms)[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.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (3.0ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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.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_followings";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:47 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:47 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:47.287077' 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-03-13 08:42:47.285807', "updated_at" = '2013-03-13 08:42:47.285807', "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_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:47.290283' 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-03-13 08:42:47.291595' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:42:47.288967', "updated_at" = '2013-03-13 08:42:47.288967', "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 Mar 2013 08:42:47 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 Mar 2013 08:42: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 "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00], ["item_id", 2], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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 "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 Mar 2013 08:42:47 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 Mar 2013 08:42: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 "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00], ["item_id", 1], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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 "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00], ["is_reblog", nil], ["item_id", 2], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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 "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00], ["is_reblog", nil], ["item_id", 2], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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 "inkwell_blog_items" ("created_at", "is_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00], ["is_reblog", nil], ["item_id", 1], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:47 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[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 DELETE FROM "inkwell_comments" WHERE "inkwell_comments"."id" IN (2)
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."item_id" IN (2, 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 (2, 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 (2, 1) AND "inkwell_blog_items"."item_type" = 'c'[0m
+ [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" = '[]', "updated_at" = '2013-03-13 08:42:47.302671' 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.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.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.5ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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.0ms)[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_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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.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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:47 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:47 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:47.345658' 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-03-13 08:42:47.344658', "updated_at" = '2013-03-13 08:42:47.344658', "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_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:47.349004' 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-03-13 08:42:47.350287' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:42:47.347638', "updated_at" = '2013-03-13 08:42:47.347638', "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_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:47.353109' 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-03-13 08:42:47.354398' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-03-13 08:42:47.351917', "updated_at" = '2013-03-13 08:42:47.351917', "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_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", 2], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:47.357133' 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-03-13 08:42:47.358641' 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-03-13 08:42:47.359492' WHERE "inkwell_comments"."id" = 2[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 2, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:42:47.355906', "updated_at" = '2013-03-13 08:42:47.355906', "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_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", 3], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5}]', "updated_at" = '2013-03-13 08:42:47.362190' 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-03-13 08:42:47.363900' 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-03-13 08:42:47.364764' WHERE "inkwell_comments"."id" = 3
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 3, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-03-13 08:42:47.361092', "updated_at" = '2013-03-13 08:42:47.361092', "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.2ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6}]', "updated_at" = '2013-03-13 08:42:47.367529' 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.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}]', "updated_at" = '2013-03-13 08:42:47.368868' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:42:47.366283', "updated_at" = '2013-03-13 08:42:47.366283', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 6
+ [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_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", 4], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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[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-03-13 08:42:47.371824' 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-03-13 08:42:47.373260' 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-03-13 08:42:47.374150' 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-03-13 08:42:47.374908' WHERE "inkwell_comments"."id" = 4
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 4, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:42:47.370573', "updated_at" = '2013-03-13 08:42:47.370573', "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_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", 3], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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},{"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-03-13 08:42:47.377764' 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-03-13 08:42:47.379380' 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-03-13 08:42:47.380259' WHERE "inkwell_comments"."id" = 3[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 3, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-03-13 08:42:47.376581', "updated_at" = '2013-03-13 08:42:47.376581', "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_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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},{"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-03-13 08:42:47.383044' 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-03-13 08:42:47.384574' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-03-13 08:42:47.381842', "updated_at" = '2013-03-13 08:42:47.381842', "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_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", 6], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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},{"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-03-13 08:42:47.387589' 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.0ms)[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-03-13 08:42:47.388876' 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-03-13 08:42:47.389695' WHERE "inkwell_comments"."id" = 6[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 6, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:42:47.386199', "updated_at" = '2013-03-13 08:42:47.386199', "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_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", 5], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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},{"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-03-13 08:42:47.392558' 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-03-13 08:42:47.394227' 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-03-13 08:42:47.395051' 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-03-13 08:42:47.396004' WHERE "inkwell_comments"."id" = 5
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 5, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-03-13 08:42:47.391341', "updated_at" = '2013-03-13 08:42:47.391341', "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_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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},{"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-03-13 08:42:47.398936' 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-03-13 08:42:47.400461' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:42:47.397739', "updated_at" = '2013-03-13 08:42:47.397739', "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.1ms)[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-03-13 08:42:47.391341') ORDER BY created_at DESC LIMIT 10
+ [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 (2.8ms)[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 (3.3ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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.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.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_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:47 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:47 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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"."topmost_obj_id" = 1 AND "inkwell_comments"."topmost_obj_type" = 'p'[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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}]', "updated_at" = '2013-03-13 08:42:47.441606' 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-03-13 08:42:47.440422', "updated_at" = '2013-03-13 08:42:47.440422', "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_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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[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-03-13 08:42:47.444279' 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-03-13 08:42:47.445670' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:42:47.443181', "updated_at" = '2013-03-13 08:42:47.443181', "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_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3}]', "updated_at" = '2013-03-13 08:42:47.448518' 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-03-13 08:42:47.449660' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-03-13 08:42:47.447378', "updated_at" = '2013-03-13 08:42:47.447378', "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"."topmost_obj_id" = 1 AND "inkwell_comments"."topmost_obj_type" = 'p'[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 (4.8ms)[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 (3.6ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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 (4.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.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_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:47 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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.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 Mar 2013 08:42:47 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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}]', "updated_at" = '2013-03-13 08:42:47.492296' 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-03-13 08:42:47.490880', "updated_at" = '2013-03-13 08:42:47.490880', "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_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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[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-03-13 08:42:47.494785' 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-03-13 08:42:47.496194' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:42:47.493675', "updated_at" = '2013-03-13 08:42:47.493675', "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.0ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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},{"user_id":2,"comment_id":2},{"user_id":1,"comment_id":3}]', "updated_at" = '2013-03-13 08:42:47.498895' 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-03-13 08:42:47.513296' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-03-13 08:42:47.497839', "updated_at" = '2013-03-13 08:42:47.497839', "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_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", 2], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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[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-03-13 08:42:47.516433' 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", 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-03-13 08:42:47.517831' 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}]', "updated_at" = '2013-03-13 08:42:47.518699' WHERE "inkwell_comments"."id" = 2
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 2, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:42:47.515118', "updated_at" = '2013-03-13 08:42:47.515118', "upper_comments_tree" = '[1,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_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", 3], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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},{"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-03-13 08:42:47.521676' 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}]', "updated_at" = '2013-03-13 08:42:47.523101' 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}]', "updated_at" = '2013-03-13 08:42:47.524074' WHERE "inkwell_comments"."id" = 3[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 3, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-03-13 08:42:47.520530', "updated_at" = '2013-03-13 08:42:47.520530', "upper_comments_tree" = '[1,3]' 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_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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[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-03-13 08:42:47.526979' 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-03-13 08:42:47.528419' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:42:47.525733', "updated_at" = '2013-03-13 08:42:47.525733', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 6[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_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", 4], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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},{"user_id":1,"comment_id":5},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7}]', "updated_at" = '2013-03-13 08:42:47.531499' 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", 4]]
+ [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-03-13 08:42:47.533104' 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},{"user_id":2,"comment_id":7}]', "updated_at" = '2013-03-13 08:42:47.534053' WHERE "inkwell_comments"."id" = 2[0m
+ [1m[35mInkwell::Comment Load (0.0ms)[0m SELECT "inkwell_comments".* FROM "inkwell_comments" WHERE "inkwell_comments"."id" = ? LIMIT 1 [["id", 4]]
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":7}]', "updated_at" = '2013-03-13 08:42:47.535066' WHERE "inkwell_comments"."id" = 4[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 4, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:42:47.530195', "updated_at" = '2013-03-13 08:42:47.530195', "upper_comments_tree" = '[1,2,4]' 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_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", 3], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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},{"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-03-13 08:42:47.538348' 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},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8}]', "updated_at" = '2013-03-13 08:42:47.539603' 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}]', "updated_at" = '2013-03-13 08:42:47.540558' WHERE "inkwell_comments"."id" = 3
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 3, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-03-13 08:42:47.537022', "updated_at" = '2013-03-13 08:42:47.537022', "upper_comments_tree" = '[1,3]' 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.2ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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},{"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-03-13 08:42:47.544003' 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-03-13 08:42:47.545967' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-03-13 08:42:47.542306', "updated_at" = '2013-03-13 08:42:47.542306', "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_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", 6], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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[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-03-13 08:42:47.549046' 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", 6]]
+ [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-03-13 08:42:47.550626' 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", 6]]
+ [1m[35m (0.2ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":10}]', "updated_at" = '2013-03-13 08:42:47.551457' WHERE "inkwell_comments"."id" = 6
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 6, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:42:47.547583', "updated_at" = '2013-03-13 08:42:47.547583', "upper_comments_tree" = '[1,6]' 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_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", 5], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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},{"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-03-13 08:42:47.554542' 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", 5]]
+ [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-03-13 08:42:47.556122' 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},{"user_id":1,"comment_id":11}]', "updated_at" = '2013-03-13 08:42:47.557148' WHERE "inkwell_comments"."id" = 3[0m
+ [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 [1mUPDATE "inkwell_comments" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":11}]', "updated_at" = '2013-03-13 08:42:47.558002' WHERE "inkwell_comments"."id" = 5[0m
+ [1m[35m (0.1ms)[0m UPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 5, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-03-13 08:42:47.553133', "updated_at" = '2013-03-13 08:42:47.553133', "upper_comments_tree" = '[1,3,5]' 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_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", 1], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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[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},{"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-03-13 08:42:47.583590' 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-03-13 08:42:47.586167' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.1ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'Lets You Party Like a Facebook User', "parent_comment_id" = 1, "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:42:47.559599', "updated_at" = '2013-03-13 08:42:47.559599', "upper_comments_tree" = '[1]' WHERE "inkwell_comments"."id" = 12[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", 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", 1]]
+ [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", 1]]
+ [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", 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[35m (0.1ms)[0m rollback transaction
+ [1m[36m (5.1ms)[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 (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 (3.3ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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.7ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.2ms)[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.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.2ms)[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_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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 "users" ("created_at", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:47 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:47 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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}]', "updated_at" = '2013-03-13 08:42:47.633199' 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-03-13 08:42:47.631810', "updated_at" = '2013-03-13 08:42:47.631810', "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 "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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[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-03-13 08:42:47.636007' 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-03-13 08:42:47.634938', "updated_at" = '2013-03-13 08:42:47.634938', "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_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:47.638913' 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-03-13 08:42:47.637769', "updated_at" = '2013-03-13 08:42:47.637769', "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_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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[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-03-13 08:42:47.641540' 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-03-13 08:42:47.640506', "updated_at" = '2013-03-13 08:42:47.640506', "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_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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},{"user_id":2,"comment_id":4},{"user_id":1,"comment_id":5}]', "updated_at" = '2013-03-13 08:42:47.644358' 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-03-13 08:42:47.643095', "updated_at" = '2013-03-13 08:42:47.643095', "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_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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[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-03-13 08:42:47.647182' 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-03-13 08:42:47.645953', "updated_at" = '2013-03-13 08:42:47.645953', "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_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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[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-03-13 08:42:47.649849' 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-03-13 08:42:47.648854', "updated_at" = '2013-03-13 08:42:47.648854', "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_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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.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},{"user_id":2,"comment_id":6},{"user_id":2,"comment_id":7},{"user_id":1,"comment_id":8}]', "updated_at" = '2013-03-13 08:42:47.653020' 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-03-13 08:42:47.651843', "updated_at" = '2013-03-13 08:42:47.651843', "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_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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},{"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-03-13 08:42:47.656594' 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-03-13 08:42:47.654528', "updated_at" = '2013-03-13 08:42:47.654528', "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_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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[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},{"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-03-13 08:42:47.659583' 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-03-13 08:42:47.658192', "updated_at" = '2013-03-13 08:42:47.658192', "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_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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},{"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-03-13 08:42:47.662567' 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-03-13 08:42:47.661096', "updated_at" = '2013-03-13 08:42:47.661096', "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.2ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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[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-03-13 08:42:47.665600' 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-03-13 08:42:47.664243', "updated_at" = '2013-03-13 08:42:47.664243', "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-03-13 08:42:47.661096') 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.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.4ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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 (2.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.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_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:47 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:47 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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.3ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:47.704558' 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-03-13 08:42:47.703187', "updated_at" = '2013-03-13 08:42:47.703187', "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 Mar 2013 08:42:47 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:47 UTC +00:00], ["is_reblog", false], ["item_id", 2], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:42:47 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:47 UTC +00:00], ["is_reblog", false], ["item_id", 3], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:42:47 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:47 UTC +00:00], ["is_reblog", false], ["item_id", 4], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:42:47 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:47 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 Mar 2013 08:42:47 UTC +00:00], ["is_reblog", false], ["item_id", 5], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:42:47 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:47 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 Mar 2013 08:42:47 UTC +00:00], ["is_reblog", false], ["item_id", 6], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:42:47 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:47 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 Mar 2013 08:42:47 UTC +00:00], ["is_reblog", false], ["item_id", 7], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:42:47 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:47 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 Mar 2013 08:42:47 UTC +00:00], ["is_reblog", false], ["item_id", 8], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:47.724037' 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-03-13 08:42:47.722635', "updated_at" = '2013-03-13 08:42:47.722635', "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 "users" ("created_at", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:42:47 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" = 3 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.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 Mar 2013 08:42:47 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "p"], ["owner_id", 3], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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" = '[3]', "updated_at" = '2013-03-13 08:42:47.728174' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 3[0m
+ [1m[35mInkwell::Following Exists (0.0ms)[0m SELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 2 AND "inkwell_followings"."followed_id" = 3 LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_followings" ("created_at", "followed_id", "follower_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00], ["followed_id", 3], ["follower_id", 2], ["updated_at", Wed, 13 Mar 2013 08:42: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 "following_count" = 1, "updated_at" = '2013-03-13 08:42:47.730322' 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 "follower_count" = 1, "updated_at" = '2013-03-13 08:42:47.731004' 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" = 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 Mar 2013 08:42:47 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 Mar 2013 08:42:47 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Exists (0.0ms)[0m SELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 2 AND "inkwell_followings"."followed_id" = 1 LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_followings" ("created_at", "followed_id", "follower_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00], ["followed_id", 1], ["follower_id", 2], ["updated_at", Wed, 13 Mar 2013 08:42: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 "following_count" = 2, "updated_at" = '2013-03-13 08:42:47.735224' 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 "follower_count" = 1, "updated_at" = '2013-03-13 08:42:47.736017' 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" = 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 Mar 2013 08:42:47 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 Mar 2013 08:42:47 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 Mar 2013 08:42:47 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 Mar 2013 08:42:47 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.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 Mar 2013 08:42: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 Mar 2013 08:42:47 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-03-13 08:42:47.741524' 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[36mInkwell::Following Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 2 AND "inkwell_followings"."followed_id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.0ms)[0m DELETE FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 2 AND "inkwell_followings"."followed_id" = 1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "users" SET "following_count" = 1, "updated_at" = '2013-03-13 08:42:47.743811' 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 "follower_count" = 0, "updated_at" = '2013-03-13 08:42:47.744477' WHERE "users"."id" = 1[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-03-13 08:42:47.745747' 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[35mInkwell::Following Exists (0.0ms)[0m SELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 2 AND "inkwell_followings"."followed_id" = 1 LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_followings" ("created_at", "followed_id", "follower_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00], ["followed_id", 1], ["follower_id", 2], ["updated_at", Wed, 13 Mar 2013 08:42: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 "following_count" = 2, "updated_at" = '2013-03-13 08:42:47.748553' 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 "follower_count" = 1, "updated_at" = '2013-03-13 08:42:47.749234' 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" = 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 Mar 2013 08:42:47 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 Mar 2013 08:42:47 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 Mar 2013 08:42:47 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 Mar 2013 08:42:47 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.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 Mar 2013 08:42: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 Mar 2013 08:42:47 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-03-13 08:42:47.754926' 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[35mInkwell::Following Exists (0.0ms)[0m SELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 2 AND "inkwell_followings"."followed_id" = 3 LIMIT 1
+ [1m[36mSQL (0.0ms)[0m [1mDELETE FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 2 AND "inkwell_followings"."followed_id" = 3[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "following_count" = 1, "updated_at" = '2013-03-13 08:42:47.756795' 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 "follower_count" = 0, "updated_at" = '2013-03-13 08:42:47.757496' WHERE "users"."id" = 3
+ [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" = 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-03-13 08:42:47.758776' 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.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.1ms)[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.4ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[0m
+ [1m[35m (4.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.6ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (3.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.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_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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.2ms)[0m DELETE FROM sqlite_sequence where name = 'users';
+ [1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:47 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:47 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:47.798544' 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-03-13 08:42:47.797442', "updated_at" = '2013-03-13 08:42:47.797442', "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 Mar 2013 08:42:47 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:47 UTC +00:00], ["is_reblog", false], ["item_id", 2], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:42:47 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:47 UTC +00:00], ["is_reblog", false], ["item_id", 3], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:42:47 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:47 UTC +00:00], ["is_reblog", false], ["item_id", 4], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 "posts" ("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 Mar 2013 08:42:47 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:47 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 Mar 2013 08:42:47 UTC +00:00], ["is_reblog", false], ["item_id", 5], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:42:47 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:47 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 Mar 2013 08:42:47 UTC +00:00], ["is_reblog", false], ["item_id", 6], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:42:47 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:47 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 Mar 2013 08:42:47 UTC +00:00], ["is_reblog", false], ["item_id", 7], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:42:47 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:47 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 Mar 2013 08:42:47 UTC +00:00], ["is_reblog", false], ["item_id", 8], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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.2ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:42:47 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:47.818160' 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-03-13 08:42:47.817015', "updated_at" = '2013-03-13 08:42:47.817015', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Following Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 1 AND "inkwell_followings"."followed_id" = 2 LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_followings" ("created_at", "followed_id", "follower_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:47 UTC +00:00], ["followed_id", 2], ["follower_id", 1], ["updated_at", Wed, 13 Mar 2013 08:42: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 "following_count" = 1, "updated_at" = '2013-03-13 08:42:47.820796' 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 "follower_count" = 1, "updated_at" = '2013-03-13 08:42:47.821345' WHERE "users"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Load (0.0ms)[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 Mar 2013 08:42:47 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 Mar 2013 08:42:47 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 Mar 2013 08:42:47 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 Mar 2013 08:42:47 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 Mar 2013 08:42:47 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 Mar 2013 08:42:47 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.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 Mar 2013 08:42:47 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 Mar 2013 08:42:47 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.0ms)[0m [1mSELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 1 AND "inkwell_timeline_items"."owner_type" = 'u'[0m
+ [1m[35mInkwell::Following Exists (0.0ms)[0m SELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 1 AND "inkwell_followings"."followed_id" = 2 LIMIT 1
+ [1m[36mSQL (0.0ms)[0m [1mDELETE FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 1 AND "inkwell_followings"."followed_id" = 2[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "users" SET "following_count" = 0, "updated_at" = '2013-03-13 08:42:47.829507' 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 "follower_count" = 0, "updated_at" = '2013-03-13 08:42:47.830186' 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" = 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.0ms)[0m [1mSELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 1 AND "inkwell_timeline_items"."owner_type" = 'u'[0m
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 1
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 1[0m
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 2
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (4.3ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (11.4ms)[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 (6.2ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [1m[36m (7.3ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (6.5ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (310.3ms)[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.1ms)[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.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.1ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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.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.3ms)[0m [1mINSERT INTO "users" ("created_at", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42:48 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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42:48 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", Wed, 13 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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.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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 1
+ [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_comment_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 Mar 2013 08:42:48 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:48.211775' 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-03-13 08:42:48.208748', "updated_at" = '2013-03-13 08:42:48.208748', "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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 2], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 3], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 4], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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.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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:48 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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 5], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:48 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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 6], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 "posts" ("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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:48 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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 7], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:48 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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 8], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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.2ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:42:48 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:48.250560' 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-03-13 08:42:48.249166', "updated_at" = '2013-03-13 08:42:48.249166', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 2
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 1 AND "inkwell_followings"."followed_id" = 2 LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "inkwell_followings" ("created_at", "followed_id", "follower_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00], ["followed_id", 2], ["follower_id", 1], ["updated_at", Wed, 13 Mar 2013 08:42: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 "users" SET "following_count" = 1, "updated_at" = '2013-03-13 08:42:48.254331' 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 "follower_count" = 1, "updated_at" = '2013-03-13 08:42:48.255216' 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" = 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.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 Mar 2013 08:42:48 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 Mar 2013 08:42:48 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.3ms)[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 Mar 2013 08:42:48 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 Mar 2013 08:42:48 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 Mar 2013 08:42:48 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 Mar 2013 08:42:48 UTC +00:00]]
+ [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" = 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 Mar 2013 08:42:48 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 Mar 2013 08:42:48 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[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 2[0m
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 1[0m
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 1
+ [1m[36mInkwell::Following Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 1 AND "inkwell_followings"."followed_id" = 2 LIMIT 1[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "inkwell_timeline_items" WHERE "inkwell_timeline_items"."owner_id" = 1 AND "inkwell_timeline_items"."owner_type" = 'u'
+ [1m[36mInkwell::TimelineItem Load (0.0ms)[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" = 5 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" = 6 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" = 7 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" = 8 AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1
+ [1m[36mInkwell::TimelineItem Load (0.2ms)[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" = 2 AND "inkwell_timeline_items"."item_type" = 'c' 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'
+ [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 rollback transaction
+ [1m[36m (5.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.7ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (2.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.9ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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.0ms)[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.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.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (0.2ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:48 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:48.307584' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.9ms)[0m UPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-03-13 08:42:48.306648', "updated_at" = '2013-03-13 08:42:48.306648', "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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 2], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 1
+ [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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 3], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 1
+ [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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 4], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:48 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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 5], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (22.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", Wed, 13 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:48 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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 6], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:48 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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 7], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:48 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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 8], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:48 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:48.352918' 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-03-13 08:42:48.351600', "updated_at" = '2013-03-13 08:42:48.351600', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Exists (0.0ms)[0m SELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 1 AND "inkwell_followings"."followed_id" = 2 LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_followings" ("created_at", "followed_id", "follower_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00], ["followed_id", 2], ["follower_id", 1], ["updated_at", Wed, 13 Mar 2013 08:42: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 "users" SET "following_count" = 1, "updated_at" = '2013-03-13 08:42:48.355701' 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 "follower_count" = 1, "updated_at" = '2013-03-13 08:42:48.356332' 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" = 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.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 Mar 2013 08:42:48 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 Mar 2013 08:42:48 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 Mar 2013 08:42:48 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 Mar 2013 08:42:48 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 Mar 2013 08:42:48 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 Mar 2013 08:42:48 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" = 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.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 Mar 2013 08:42:48 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 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Following Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 1 AND "inkwell_followings"."followed_id" = 2 LIMIT 1[0m
+ [1m[35mInkwell::Following Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 1 AND "inkwell_followings"."followed_id" = 2 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.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (2.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.0ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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.3ms)[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_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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.0ms)[0m [1mINSERT INTO "users" ("created_at", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:48 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:48.398771' 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-03-13 08:42:48.397553', "updated_at" = '2013-03-13 08:42:48.397553', "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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 2], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 3], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 4], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:48 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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 5], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:48 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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 6], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:48 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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 7], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:48 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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 8], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:48 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:48.418576' 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-03-13 08:42:48.417561', "updated_at" = '2013-03-13 08:42:48.417561', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Following Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 1 AND "inkwell_followings"."followed_id" = 2 LIMIT 1[0m
+ [1m[35mInkwell::Following Exists (0.0ms)[0m SELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 1 AND "inkwell_followings"."followed_id" = 2 LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_followings" ("created_at", "followed_id", "follower_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00], ["followed_id", 2], ["follower_id", 1], ["updated_at", Wed, 13 Mar 2013 08:42: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 "users" SET "following_count" = 1, "updated_at" = '2013-03-13 08:42:48.421395' 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 "follower_count" = 1, "updated_at" = '2013-03-13 08:42:48.422261' 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" = 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.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 Mar 2013 08:42:48 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 Mar 2013 08:42:48 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 Mar 2013 08:42:48 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 Mar 2013 08:42:48 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 Mar 2013 08:42:48 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 Mar 2013 08:42:48 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" = 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 Mar 2013 08:42:48 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 Mar 2013 08:42:48 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[36mInkwell::Following Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 1 AND "inkwell_followings"."followed_id" = 2 LIMIT 1[0m
+ [1m[35mInkwell::Following Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 2 AND "inkwell_followings"."followed_id" = 1 LIMIT 1
+ [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 (2.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 (4.3ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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.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_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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.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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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.0ms)[0m [1mINSERT INTO "users" ("created_at", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:48 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:48.464558' 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-03-13 08:42:48.463320', "updated_at" = '2013-03-13 08:42:48.463320', "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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 2], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 3], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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.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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 4], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:48 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.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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 5], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:48 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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 6], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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.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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:48 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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 7], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:48 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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 8], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:48 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:48.485707' 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-03-13 08:42:48.484430', "updated_at" = '2013-03-13 08:42:48.484430', "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 "users" ("created_at", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:42:48 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" = 3 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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "p"], ["owner_id", 3], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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 "posts" SET "users_ids_who_reblog_it" = '[3]', "updated_at" = '2013-03-13 08:42:48.489787' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 3[0m
+ [1m[35mInkwell::Following Exists (0.0ms)[0m SELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 1 AND "inkwell_followings"."followed_id" = 3 LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_followings" ("created_at", "followed_id", "follower_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00], ["followed_id", 3], ["follower_id", 1], ["updated_at", Wed, 13 Mar 2013 08:42: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 "users" SET "following_count" = 1, "updated_at" = '2013-03-13 08:42:48.491980' 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 "follower_count" = 1, "updated_at" = '2013-03-13 08:42:48.492776' 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" = 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.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.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.3ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [1m[36m (4.5ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (2.9ms)[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_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:48 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:48.530329' 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-03-13 08:42:48.529001', "updated_at" = '2013-03-13 08:42:48.529001', "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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 2], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 3], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 4], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:48 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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 5], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:48 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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 6], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:48 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_reblog", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 7], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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.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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:48 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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 8], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:48 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:48.549303' 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-03-13 08:42:48.548185', "updated_at" = '2013-03-13 08:42:48.548185', "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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:42:48 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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "p"], ["owner_id", 3], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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 "posts" SET "users_ids_who_reblog_it" = '[3]', "updated_at" = '2013-03-13 08:42:48.553224' WHERE "posts"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 3
+ [1m[36mInkwell::Following Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 2 AND "inkwell_followings"."followed_id" = 3 LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_followings" ("created_at", "followed_id", "follower_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00], ["followed_id", 3], ["follower_id", 2], ["updated_at", Wed, 13 Mar 2013 08:42: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 "users" SET "following_count" = 1, "updated_at" = '2013-03-13 08:42:48.555652' 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 "follower_count" = 1, "updated_at" = '2013-03-13 08:42:48.556450' WHERE "users"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::BlogItem Load (0.0ms)[0m [1mSELECT "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[0m
+ [1m[35mPost Load (0.0ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", 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[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 Mar 2013 08:42:48 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 Mar 2013 08:42:48 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[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' LIMIT 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.1ms)[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.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (3.3ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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.1ms)[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.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_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:48 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:48.600025' 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-03-13 08:42:48.598845', "updated_at" = '2013-03-13 08:42:48.598845', "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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 2], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 3], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 4], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:48 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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 5], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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.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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:48 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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 6], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:48 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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 7], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:48 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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 8], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:48 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:48.619242' 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-03-13 08:42:48.618311', "updated_at" = '2013-03-13 08:42:48.618311', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Following Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 1 AND "inkwell_followings"."followed_id" = 1 LIMIT 1[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 (4.3ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (4.4ms)[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_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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 (3.4ms)[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.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_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:48 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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}]', "updated_at" = '2013-03-13 08:42:48.661934' 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-03-13 08:42:48.660759', "updated_at" = '2013-03-13 08:42:48.660759', "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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 2], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 1
+ [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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 3], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 4], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:48 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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 5], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 "posts" ("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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:48 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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 6], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 "posts" ("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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:48 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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 7], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:48 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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 8], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:48 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:48.695912' 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-03-13 08:42:48.694588', "updated_at" = '2013-03-13 08:42:48.694588', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 1 AND "inkwell_followings"."followed_id" = 2 LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_followings" ("created_at", "followed_id", "follower_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00], ["followed_id", 2], ["follower_id", 1], ["updated_at", Wed, 13 Mar 2013 08:42: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 "users" SET "following_count" = 1, "updated_at" = '2013-03-13 08:42:48.698582' 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 "follower_count" = 1, "updated_at" = '2013-03-13 08:42:48.699301' 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" = 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.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 Mar 2013 08:42:48 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 Mar 2013 08:42:48 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 Mar 2013 08:42:48 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 Mar 2013 08:42:48 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.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 Mar 2013 08:42:48 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 Mar 2013 08:42:48 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" = 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 Mar 2013 08:42:48 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 Mar 2013 08:42:48 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"."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[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" = 6 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" = 7 AND "inkwell_timeline_items"."item_type" = 'p' LIMIT 1[0m
+ [1m[35mInkwell::TimelineItem Load (0.0ms)[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" = 8 AND "inkwell_timeline_items"."item_type" = 'p' 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 (4.3ms)[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.7ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[0m
+ [1m[35m (4.0ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.2ms)[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 (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.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.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_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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.1ms)[0m INSERT INTO "users" ("created_at", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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"."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.2ms)[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 (6.3ms)[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 (5.0ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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.1ms)[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.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_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Exists (0.0ms)[0m SELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 2 AND "inkwell_followings"."followed_id" = 1 LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_followings" ("created_at", "followed_id", "follower_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00], ["followed_id", 1], ["follower_id", 2], ["updated_at", Wed, 13 Mar 2013 08:42: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 "users" SET "following_count" = 1, "updated_at" = '2013-03-13 08:42:48.793220' 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 "follower_count" = 1, "updated_at" = '2013-03-13 08:42:48.793969' WHERE "users"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Load (4.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[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 Mar 2013 08:42:48 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 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Following Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 3 AND "inkwell_followings"."followed_id" = 1 LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_followings" ("created_at", "followed_id", "follower_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00], ["followed_id", 1], ["follower_id", 3], ["updated_at", Wed, 13 Mar 2013 08:42: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 "users" SET "following_count" = 1, "updated_at" = '2013-03-13 08:42:48.823264' WHERE "users"."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 "follower_count" = 2, "updated_at" = '2013-03-13 08:42:48.824172' WHERE "users"."id" = 1[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" = 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" = 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 Mar 2013 08:42:48 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 Mar 2013 08:42: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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 2], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 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 Mar 2013 08:42:48 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 Mar 2013 08:42:48 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 Mar 2013 08:42:48 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 Mar 2013 08:42:48 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' 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 (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.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.7ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [1m[36m (3.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.1ms)[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.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_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_1"], ["created_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 2], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_2"], ["created_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 3], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 1
+ [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_3"], ["created_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 4], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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", "morozovm_post_test_body"], ["created_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:48 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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 5], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_4"], ["created_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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.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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 6], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_5"], ["created_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 7], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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" = 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[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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", true], ["item_id", 5], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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 "posts" SET "users_ids_who_reblog_it" = '[1]', "updated_at" = '2013-03-13 08:42:48.881134' WHERE "posts"."id" = 5[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:48 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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 8], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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.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_6"], ["created_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 9], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_7"], ["created_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 10], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 1
+ [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_8"], ["created_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 11], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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", "morozovm_post_test_body_2"], ["created_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:48 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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 12], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_9"], ["created_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 13], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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", "morozovm_post_test_body_3"], ["created_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:48 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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 14], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2
+ [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" = 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[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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", true], ["item_id", 8], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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 "posts" SET "users_ids_who_reblog_it" = '[1]', "updated_at" = '2013-03-13 08:42:48.900102' WHERE "posts"."id" = 8[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", true], ["item_id", 12], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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 "posts" SET "users_ids_who_reblog_it" = '[1]', "updated_at" = '2013-03-13 08:42:48.902633' WHERE "posts"."id" = 12[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 1[0m
+ [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" = 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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", true], ["item_id", 13], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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 "posts" SET "users_ids_who_reblog_it" = '[2]', "updated_at" = '2013-03-13 08:42:48.905048' WHERE "posts"."id" = 13[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2[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.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00], ["item_id", 13], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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 "posts" SET "users_ids_who_favorite_it" = '[2]', "updated_at" = '2013-03-13 08:42:48.907398' 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"."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" = 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.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" = 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.0ms)[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.0ms)[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.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[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.8ms)[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 (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.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.1ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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.2ms)[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.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.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_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:48 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:42:48 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:48.958615' 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-03-13 08:42:48.957449', "updated_at" = '2013-03-13 08:42:48.957449', "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 Mar 2013 08:42:48 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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 "posts" SET "users_ids_who_reblog_it" = '[2]', "updated_at" = '2013-03-13 08:42:48.961753' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2[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-03-13 08:42:48.963396' 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[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2[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" = 'p'
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2[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.1ms)[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.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.0ms)[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_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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.8ms)[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.1ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:48 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:49 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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.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 Mar 2013 08:42:49 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:49 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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.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-03-13 08:42:49.007127' 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-03-13 08:42:49.005901', "updated_at" = '2013-03-13 08:42:49.005901', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Following Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 3 AND "inkwell_followings"."followed_id" = 2 LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_followings" ("created_at", "followed_id", "follower_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["followed_id", 2], ["follower_id", 3], ["updated_at", Wed, 13 Mar 2013 08:42: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 "users" SET "following_count" = 1, "updated_at" = '2013-03-13 08:42:49.009830' WHERE "users"."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 "follower_count" = 1, "updated_at" = '2013-03-13 08:42:49.010535' 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" = 2 AND "inkwell_blog_items"."owner_type" = 'u' ORDER BY created_at DESC LIMIT 10[0m
+ [1m[35mInkwell::Following Exists (0.0ms)[0m SELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 3 AND "inkwell_followings"."followed_id" = 1 LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_followings" ("created_at", "followed_id", "follower_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["followed_id", 1], ["follower_id", 3], ["updated_at", Wed, 13 Mar 2013 08:42: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 "users" SET "following_count" = 2, "updated_at" = '2013-03-13 08:42:49.013040' 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 "follower_count" = 1, "updated_at" = '2013-03-13 08:42:49.013731' 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" = 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 Mar 2013 08:42:49 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 Mar 2013 08:42:49 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 Mar 2013 08:42:49 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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 "posts" SET "users_ids_who_reblog_it" = '[2]', "updated_at" = '2013-03-13 08:42:49.018206' WHERE "posts"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2
+ [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":1,"type":"following"},{"user_id":2,"type":"reblog"}]', "updated_at" = '2013-03-13 08:42:49.019685' 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" = 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.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 (4.4ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (2.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.6ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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 (3.8ms)[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_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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 "users" ("created_at", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:49 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:49 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:49 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:49.059589' 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-03-13 08:42:49.058488', "updated_at" = '2013-03-13 08:42:49.058488', "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 Mar 2013 08:42:49 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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_reblog_it" = '[2]', "updated_at" = '2013-03-13 08:42:49.062938' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2[0m
+ [1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "inkwell_blog_items" WHERE "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."item_type" = 'p'
+ [1m[36m (0.1ms)[0m [1mSELECT 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'[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 (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.0ms)[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.3ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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.7ms)[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.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.1ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:49 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:49 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:42:49 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:49.100659' 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-03-13 08:42:49.099421', "updated_at" = '2013-03-13 08:42:49.099421', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 3 AND "inkwell_followings"."followed_id" = 2 LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_followings" ("created_at", "followed_id", "follower_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["followed_id", 2], ["follower_id", 3], ["updated_at", Wed, 13 Mar 2013 08:42: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 "users" SET "following_count" = 1, "updated_at" = '2013-03-13 08:42:49.103270' 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 "follower_count" = 1, "updated_at" = '2013-03-13 08:42:49.103995' 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" = 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 Mar 2013 08:42:49 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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_reblog_it" = '[2]', "updated_at" = '2013-03-13 08:42:49.106903' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2
+ [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" = '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 Mar 2013 08:42:49 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 Mar 2013 08:42:49 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" = 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 (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.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 (3.8ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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.8ms)[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.3ms)[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.1ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:49 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:49 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:49 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:49.150533' 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-03-13 08:42:49.149446', "updated_at" = '2013-03-13 08:42:49.149446', "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 Mar 2013 08:42:49 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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_reblog_it" = '[2]', "updated_at" = '2013-03-13 08:42:49.154047' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2[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[35m (0.0ms)[0m UPDATE "inkwell_comments" SET "users_ids_who_reblog_it" = '[]', "updated_at" = '2013-03-13 08:42:49.155703' 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"."owner_type" = 'u' AND "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'c'
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2[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::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2[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" = 'c'
+ [1m[36m (0.1ms)[0m [1mSELECT 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'[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.7ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.2ms)[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.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.2ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[0m
+ [1m[35m (6.6ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.3ms)[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 (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.0ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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 (14.2ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:49 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:49 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 1
+ [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_comment_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 Mar 2013 08:42:49 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:49.217581' 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-03-13 08:42:49.216406', "updated_at" = '2013-03-13 08:42:49.216406', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Exists (0.0ms)[0m SELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 3 AND "inkwell_followings"."followed_id" = 2 LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_followings" ("created_at", "followed_id", "follower_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["followed_id", 2], ["follower_id", 3], ["updated_at", Wed, 13 Mar 2013 08:42: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 "users" SET "following_count" = 1, "updated_at" = '2013-03-13 08:42:49.220366' 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.1ms)[0m UPDATE "users" SET "follower_count" = 1, "updated_at" = '2013-03-13 08:42:49.221023' 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" = 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 Mar 2013 08:42:49 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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.8ms)[0m UPDATE "posts" SET "users_ids_who_reblog_it" = '[2]', "updated_at" = '2013-03-13 08:42:49.223793' WHERE "posts"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2
+ [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.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 Mar 2013 08:42:49 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 Mar 2013 08:42:49 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" = 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 (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.3ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.2ms)[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.6ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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.7ms)[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.1ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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.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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:49 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:49 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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.2ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:42:49 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:49.267583' 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-03-13 08:42:49.266262', "updated_at" = '2013-03-13 08:42:49.266262', "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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00]]
+ [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" = 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 Mar 2013 08:42:49 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "p"], ["owner_id", 4], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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 "posts" SET "users_ids_who_reblog_it" = '[4]', "updated_at" = '2013-03-13 08:42:49.271651' WHERE "posts"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 4
+ [1m[36mInkwell::Following Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 2 AND "inkwell_followings"."followed_id" = 4 LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_followings" ("created_at", "followed_id", "follower_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["followed_id", 4], ["follower_id", 2], ["updated_at", Wed, 13 Mar 2013 08:42: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 "users" SET "following_count" = 1, "updated_at" = '2013-03-13 08:42:49.273742' 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 "follower_count" = 1, "updated_at" = '2013-03-13 08:42:49.274416' 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" = 4 AND "inkwell_blog_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", 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[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 Mar 2013 08:42:49 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 Mar 2013 08:42:49 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Following Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 2 AND "inkwell_followings"."followed_id" = 1 LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "inkwell_followings" ("created_at", "followed_id", "follower_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["followed_id", 1], ["follower_id", 2], ["updated_at", Wed, 13 Mar 2013 08:42: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 "users" SET "following_count" = 2, "updated_at" = '2013-03-13 08:42:49.279113' 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 "follower_count" = 1, "updated_at" = '2013-03-13 08:42:49.279984' 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" = 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[35m (0.1ms)[0m UPDATE "inkwell_timeline_items" SET "has_many_sources" = 't', "from_source" = '[{"user_id":4,"type":"reblog"},{"user_id":1,"type":"following"}]', "updated_at" = '2013-03-13 08:42:49.281946' WHERE "inkwell_timeline_items"."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", "talisman_post_test_body"], ["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["user_id", 4], ["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", 4]]
+ [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 Mar 2013 08:42:49 UTC +00:00], ["is_reblog", false], ["item_id", 2], ["item_type", "p"], ["owner_id", 4], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 4
+ [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 Mar 2013 08:42:49 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 Mar 2013 08:42:49 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" = 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.2ms)[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-03-13 08:42:49.288874' 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" = 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[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 4[0m
+ [1m[35mSQL (0.1ms)[0m DELETE 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'
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 4[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-03-13 08:42:49.291212' 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 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.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 (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.7ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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.6ms)[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.1ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:49 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:49 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:49 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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 (3.4ms)[0m [1mUPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":1}]', "updated_at" = '2013-03-13 08:42:49.354887' 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-03-13 08:42:49.332660', "updated_at" = '2013-03-13 08:42:49.332660', "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" = 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 (5.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.2ms)[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.6ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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.8ms)[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_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:49 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:49 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:49 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:49.401640' 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-03-13 08:42:49.400584', "updated_at" = '2013-03-13 08:42:49.400584', "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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:42:49 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", 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" = '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 Mar 2013 08:42:49 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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_reblog_it" = '[2]', "updated_at" = '2013-03-13 08:42:49.406072' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2[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" = 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.5ms)[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 Mar 2013 08:42:49 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "p"], ["owner_id", 4], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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_reblog_it" = '[2,4]', "updated_at" = '2013-03-13 08:42:49.409167' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 4[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.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.1ms)[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.6ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[0m
+ [1m[35m (5.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.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (3.6ms)[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.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_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:49 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:49 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:49 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:49.452352' 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-03-13 08:42:49.451003', "updated_at" = '2013-03-13 08:42:49.451003', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Exists (0.0ms)[0m SELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 1 AND "inkwell_followings"."followed_id" = 2 LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_followings" ("created_at", "followed_id", "follower_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["followed_id", 2], ["follower_id", 1], ["updated_at", Wed, 13 Mar 2013 08:42: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 "users" SET "following_count" = 1, "updated_at" = '2013-03-13 08:42:49.455037' 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 "follower_count" = 1, "updated_at" = '2013-03-13 08:42:49.455811' 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" = 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 Mar 2013 08:42:49 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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 "posts" SET "users_ids_who_reblog_it" = '[2]', "updated_at" = '2013-03-13 08:42:49.458765' WHERE "posts"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2
+ [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 Mar 2013 08:42:49 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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_reblog_it" = '[2]', "updated_at" = '2013-03-13 08:42:49.461448' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2
+ [1m[36m (0.0ms)[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 (4.2ms)[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 (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 (4.7ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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 (3.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.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_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:49 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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.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 Mar 2013 08:42:49 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:49 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:49.502946' 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-03-13 08:42:49.501967', "updated_at" = '2013-03-13 08:42:49.501967', "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 Mar 2013 08:42:49 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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_reblog_it" = '[2]', "updated_at" = '2013-03-13 08:42:49.506488' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2
+ [1m[36m (0.0ms)[0m [1mSELECT 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'[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.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.7ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (2.8ms)[0m DELETE FROM "inkwell_favorite_items";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (3.6ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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.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
+ [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_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:49 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:49 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:49 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:49.542855' 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-03-13 08:42:49.541816', "updated_at" = '2013-03-13 08:42:49.541816', "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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Following Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 4 AND "inkwell_followings"."followed_id" = 2 LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_followings" ("created_at", "followed_id", "follower_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["followed_id", 2], ["follower_id", 4], ["updated_at", Wed, 13 Mar 2013 08:42: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 "users" SET "following_count" = 1, "updated_at" = '2013-03-13 08:42:49.547199' WHERE "users"."id" = 4
+ [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 "follower_count" = 1, "updated_at" = '2013-03-13 08:42:49.548022' 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" = 2 AND "inkwell_blog_items"."owner_type" = 'u' ORDER BY created_at DESC LIMIT 10[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", "morozovm_post_test_body"], ["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:49 UTC +00:00], ["is_reblog", false], ["item_id", 2], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2
+ [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 Mar 2013 08:42:49 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 Mar 2013 08:42:49 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 Mar 2013 08:42:49 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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 "posts" SET "users_ids_who_reblog_it" = '[2]', "updated_at" = '2013-03-13 08:42:49.553937' WHERE "posts"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2
+ [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 Mar 2013 08:42:49 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 Mar 2013 08:42:49 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.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" = '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-03-13 08:42:49.558324' 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[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2[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" = 'p'
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2[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.0ms)[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.9ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.2ms)[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 (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.6ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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.6ms)[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.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_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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.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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:49 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:49 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:42:49 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:49.601911' 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-03-13 08:42:49.600558', "updated_at" = '2013-03-13 08:42:49.600558', "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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Following Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 4 AND "inkwell_followings"."followed_id" = 2 LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_followings" ("created_at", "followed_id", "follower_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["followed_id", 2], ["follower_id", 4], ["updated_at", Wed, 13 Mar 2013 08:42: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 "users" SET "following_count" = 1, "updated_at" = '2013-03-13 08:42:49.605607' WHERE "users"."id" = 4
+ [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 "follower_count" = 1, "updated_at" = '2013-03-13 08:42:49.606282' 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" = 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 Mar 2013 08:42:49 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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_reblog_it" = '[2]', "updated_at" = '2013-03-13 08:42:49.609030' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2[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" = 4 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 Mar 2013 08:42:49 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 Mar 2013 08:42:49 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" = 4 AND "inkwell_timeline_items"."owner_type" = 'u' 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" = 4 AND "inkwell_timeline_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[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-03-13 08:42:49.612893' 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"."owner_type" = 'u' AND "inkwell_blog_items"."item_id" = 1 AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'c'
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2[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::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2[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" = 'c'
+ [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" = 'c'[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (4.7ms)[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 (5.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.6ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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.1ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (4.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.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_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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.4ms)[0m [1mINSERT INTO "users" ("created_at", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:49 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:49 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:49 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:49.659214' 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-03-13 08:42:49.658123', "updated_at" = '2013-03-13 08:42:49.658123', "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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:42: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::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"."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 Mar 2013 08:42:49 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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_reblog_it" = '[2]', "updated_at" = '2013-03-13 08:42:49.663434' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2
+ [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" = 4 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 Mar 2013 08:42:49 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "c"], ["owner_id", 4], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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_reblog_it" = '[2,4]', "updated_at" = '2013-03-13 08:42:49.665998' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 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 (4.3ms)[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 (3.4ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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.2ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (4.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.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_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:42:49 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 Mar 2013 08:42:49 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:49 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:49 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:49.709603' 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-03-13 08:42:49.708452', "updated_at" = '2013-03-13 08:42:49.708452', "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[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"."owner_type" = 'u' AND "inkwell_blog_items"."is_reblog" = 't' AND "inkwell_blog_items"."item_type" = 'c' 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" = '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 Mar 2013 08:42:49 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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 "posts" SET "users_ids_who_reblog_it" = '[2]', "updated_at" = '2013-03-13 08:42:49.713820' WHERE "posts"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2
+ [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"."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 Mar 2013 08:42:49 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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_reblog_it" = '[2]', "updated_at" = '2013-03-13 08:42:49.716404' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2
+ [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[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.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (5.1ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.2ms)[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 (4.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_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[0m
+ [1m[35m (4.6ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (3.8ms)[0m DELETE FROM "posts";
+ [1m[36m (0.3ms)[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.2ms)[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_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:49 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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.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 Mar 2013 08:42:49 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:49 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:49.759591' 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-03-13 08:42:49.758356', "updated_at" = '2013-03-13 08:42:49.758356', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Exists (0.1ms)[0m SELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 3 AND "inkwell_followings"."followed_id" = 2 LIMIT 1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "inkwell_followings" ("created_at", "followed_id", "follower_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["followed_id", 2], ["follower_id", 3], ["updated_at", Wed, 13 Mar 2013 08:42: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 "users" SET "following_count" = 1, "updated_at" = '2013-03-13 08:42:49.762310' 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 "follower_count" = 1, "updated_at" = '2013-03-13 08:42:49.763163' WHERE "users"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::BlogItem Load (0.0ms)[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 Mar 2013 08:42:49 UTC +00:00], ["is_reblog", true], ["item_id", 1], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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 "posts" SET "users_ids_who_reblog_it" = '[2]', "updated_at" = '2013-03-13 08:42:49.766128' WHERE "posts"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::Following Load (0.0ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2
+ [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 Mar 2013 08:42:49 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 Mar 2013 08:42:49 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Following Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "inkwell_followings" WHERE "inkwell_followings"."follower_id" = 3 AND "inkwell_followings"."followed_id" = 1 LIMIT 1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "inkwell_followings" ("created_at", "followed_id", "follower_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:49 UTC +00:00], ["followed_id", 1], ["follower_id", 3], ["updated_at", Wed, 13 Mar 2013 08:42: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 "users" SET "following_count" = 2, "updated_at" = '2013-03-13 08:42:49.769699' WHERE "users"."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 "follower_count" = 1, "updated_at" = '2013-03-13 08:42:49.770414' WHERE "users"."id" = 1[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" = 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" = 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":2,"type":"reblog"},{"user_id":1,"type":"following"}]', "updated_at" = '2013-03-13 08:42:49.772298' 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 (240.9ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.3ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_blog_items';
+ [1m[36m (6.2ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.3ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_comments';
+ [1m[36m (6.1ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.3ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (5.7ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.3ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [1m[36m (6.8ms)[0m [1mDELETE FROM "inkwell_timeline_items";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';
+ [1m[36m (5.5ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (5.9ms)[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.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.1ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42:50 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", Wed, 13 Mar 2013 08:42:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:50 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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.2ms)[0m [1mINSERT INTO "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:42:50 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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.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-03-13 08:42:50.091192' 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-03-13 08:42:50.072961', "updated_at" = '2013-03-13 08:42:50.072961', "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" 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.2ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:50.095294' 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.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" = 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.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 "posts" SET "users_ids_who_favorite_it" = '[]', "updated_at" = '2013-03-13 08:42:50.099634' 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" [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 [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 Mar 2013 08:42:50 UTC +00:00], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:50.103428' 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 Mar 2013 08:42:50 UTC +00:00], ["item_id", 1], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:50.105566' WHERE "posts"."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[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.1ms)[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-03-13 08:42:50.108137' 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 (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.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.1ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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.8ms)[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.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.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_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:50 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:50 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:50.145588' 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-03-13 08:42:50.144395', "updated_at" = '2013-03-13 08:42:50.144395', "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"."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 (3.3ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.3ms)[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 (3.7ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (3.5ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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.4ms)[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.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_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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 "users" ("created_at", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:50 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:50 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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.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-03-13 08:42:50.184558' 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-03-13 08:42:50.183596', "updated_at" = '2013-03-13 08:42:50.183596', "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 Mar 2013 08:42:50 UTC +00:00], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:50.188494' WHERE "posts"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_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.5ms)[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 (4.2ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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.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.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_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:50 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:50 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:50.229665' 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-03-13 08:42:50.228395', "updated_at" = '2013-03-13 08:42:50.228395', "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", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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 (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.6ms)[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.1ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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.8ms)[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_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:50 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:50 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:50.271233' WHERE "posts"."id" = 1[0m
+ [1m[35m (1.0ms)[0m UPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 1, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-03-13 08:42:50.269937', "updated_at" = '2013-03-13 08:42:50.269937', "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 Mar 2013 08:42:50 UTC +00:00], ["item_id", 1], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:50.274953' 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[35mInkwell::FavoriteItem Load (0.1ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items"
+ [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" = 'c' 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'
+ [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", 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" = '[]', "updated_at" = '2013-03-13 08:42:50.277710' 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[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.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 Mar 2013 08:42:50 UTC +00:00], ["item_id", 1], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:50.280421' WHERE "inkwell_comments"."id" = 1
+ [1m[36m (4.6ms)[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.2ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00], ["item_id", 1], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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,2]', "updated_at" = '2013-03-13 08:42:50.309197' 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" [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[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'
+ [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", 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" = '[1]', "updated_at" = '2013-03-13 08:42:50.312078' 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[35mInkwell::FavoriteItem Load (0.0ms)[0m SELECT "inkwell_favorite_items".* FROM "inkwell_favorite_items"
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (3.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.7ms)[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 (4.4ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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.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.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_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:50 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:50 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:50.350922' 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-03-13 08:42:50.349609', "updated_at" = '2013-03-13 08:42:50.349609', "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 (3.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.3ms)[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.4ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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.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.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_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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.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.2ms)[0m INSERT INTO "users" ("created_at", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:50 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:50 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:50.392003' 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-03-13 08:42:50.390118', "updated_at" = '2013-03-13 08:42:50.390118', "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 Mar 2013 08:42:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:50 UTC +00:00], ["is_reblog", false], ["item_id", 2], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 1[0m
+ [1m[35m (0.2ms)[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_comment_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 Mar 2013 08:42:50 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 2], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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", 2]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":2}]', "updated_at" = '2013-03-13 08:42:50.397398' 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-03-13 08:42:50.396282', "updated_at" = '2013-03-13 08:42:50.396282', "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 Mar 2013 08:42:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:50 UTC +00:00], ["is_reblog", false], ["item_id", 3], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:50 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 3], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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", 3]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":3}]', "updated_at" = '2013-03-13 08:42:50.402588' 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-03-13 08:42:50.401454', "updated_at" = '2013-03-13 08:42:50.401454', "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.0ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:42:50 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 3], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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.0ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":3},{"user_id":1,"comment_id":4}]', "updated_at" = '2013-03-13 08:42:50.406119' 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-03-13 08:42:50.404942', "updated_at" = '2013-03-13 08:42:50.404942', "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 Mar 2013 08:42:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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.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 Mar 2013 08:42:50 UTC +00:00], ["is_reblog", false], ["item_id", 4], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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.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 Mar 2013 08:42:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:50 UTC +00:00], ["is_reblog", false], ["item_id", 5], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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.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", Wed, 13 Mar 2013 08:42:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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.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 Mar 2013 08:42:50 UTC +00:00], ["is_reblog", false], ["item_id", 6], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:50 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 6], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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", 6]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":5}]', "updated_at" = '2013-03-13 08:42:50.416293' WHERE "posts"."id" = 6
+ [1m[36m (0.0ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 6, "topmost_obj_type" = 'p', "user_id" = 1, "created_at" = '2013-03-13 08:42:50.415239', "updated_at" = '2013-03-13 08:42:50.415239', "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_comment_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 Mar 2013 08:42:50 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 6], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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", 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-03-13 08:42:50.418873' 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-03-13 08:42:50.417716', "updated_at" = '2013-03-13 08:42:50.417716', "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_comment_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 Mar 2013 08:42:50 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 6], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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", 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-03-13 08:42:50.421552' 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-03-13 08:42:50.420420', "updated_at" = '2013-03-13 08:42:50.420420', "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_comment_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 Mar 2013 08:42:50 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 6], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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", 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-03-13 08:42:50.424451' WHERE "posts"."id" = 6
+ [1m[36m (0.0ms)[0m [1mUPDATE "inkwell_comments" SET "body" = 'salkar_comment_body', "topmost_obj_id" = 6, "topmost_obj_type" = 'p', "user_id" = 2, "created_at" = '2013-03-13 08:42:50.423055', "updated_at" = '2013-03-13 08:42:50.423055', "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.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 Mar 2013 08:42:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:50 UTC +00:00], ["is_reblog", false], ["item_id", 7], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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" = 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.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 Mar 2013 08:42:50 UTC +00:00], ["item_id", 2], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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.0ms)[0m UPDATE "posts" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-03-13 08:42:50.429613' 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 Mar 2013 08:42:50 UTC +00:00], ["item_id", 2], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:50.431663' 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 Mar 2013 08:42:50 UTC +00:00], ["item_id", 3], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:50.433646' 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 Mar 2013 08:42:50 UTC +00:00], ["item_id", 3], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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 "inkwell_comments" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-03-13 08:42:50.435898' 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.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 Mar 2013 08:42:50 UTC +00:00], ["item_id", 4], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:50.437984' WHERE "inkwell_comments"."id" = 4
+ [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" = '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 Mar 2013 08:42:50 UTC +00:00], ["item_id", 4], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:50.440061' 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 Mar 2013 08:42:50 UTC +00:00], ["item_id", 5], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:50.442217' 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 Mar 2013 08:42:50 UTC +00:00], ["item_id", 6], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:50.444162' 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 Mar 2013 08:42:50 UTC +00:00], ["item_id", 5], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:50.446129' 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 Mar 2013 08:42:50 UTC +00:00], ["item_id", 6], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:50.448714' 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.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 Mar 2013 08:42:50 UTC +00:00], ["item_id", 7], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:50.450710' 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"."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 Mar 2013 08:42:50 UTC +00:00], ["item_id", 8], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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 "inkwell_comments" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-03-13 08:42:50.452906' 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 Mar 2013 08:42:50 UTC +00:00], ["item_id", 7], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:50.454949' 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 Mar 2013 08:42:50 UTC +00:00], ["item_id", 7], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:50.456914' 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 Mar 2013 08:42:50 UTC +00:00], ["item_id", 3], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:50.458961' 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 Mar 2013 08:42:50 UTC +00:00], ["is_reblog", true], ["item_id", 7], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:50.461237' WHERE "inkwell_comments"."id" = 7[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2[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" = '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 Mar 2013 08:42:50 UTC +00:00], ["is_reblog", true], ["item_id", 7], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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_reblog_it" = '[2]', "updated_at" = '2013-03-13 08:42:50.463941' WHERE "posts"."id" = 7[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2[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.0ms)[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.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"."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.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"."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" = 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.0ms)[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.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" = '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.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.1ms)[0m DELETE FROM "inkwell_comments";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_comments';[0m
+ [1m[35m (3.0ms)[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_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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.0ms)[0m DELETE FROM "posts";
+ [1m[36m (0.2ms)[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_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:50 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:50 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:50.512800' 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-03-13 08:42:50.511594', "updated_at" = '2013-03-13 08:42:50.511594', "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 Mar 2013 08:42:50 UTC +00:00], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:50.515684' 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"."item_type" = 'p' 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" [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"."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 Mar 2013 08:42:50 UTC +00:00], ["item_id", 1], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:50.518687' 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"."item_type" = 'p' 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" [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.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.8ms)[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.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';[0m
+ [1m[35m (3.9ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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 (4.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
+ [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_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:50 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:50 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:50.559840' 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-03-13 08:42:50.558577', "updated_at" = '2013-03-13 08:42:50.558577', "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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:42:50 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"."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 Mar 2013 08:42:50 UTC +00:00], ["item_id", 1], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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.0ms)[0m UPDATE "posts" SET "users_ids_who_favorite_it" = '[2]', "updated_at" = '2013-03-13 08:42:50.564026' WHERE "posts"."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" = '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.1ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00], ["item_id", 1], ["item_type", "p"], ["owner_id", 3], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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" = '[2,3]', "updated_at" = '2013-03-13 08:42:50.566097' 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 (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.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 (4.1ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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.4ms)[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.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_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:50 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:50 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:50.602161' 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-03-13 08:42:50.600997', "updated_at" = '2013-03-13 08:42:50.600997', "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"."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.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.3ms)[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.7ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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.4ms)[0m [1mDELETE FROM "posts";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'posts';
+ [1m[36m (3.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.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_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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.1ms)[0m [1mINSERT INTO "users" ("created_at", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:50 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:50 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:50.639494' 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-03-13 08:42:50.638297', "updated_at" = '2013-03-13 08:42:50.638297', "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 Mar 2013 08:42:50 UTC +00:00], ["item_id", 1], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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.4ms)[0m [1mUPDATE "inkwell_comments" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-03-13 08:42:50.642284' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (3.6ms)[0m DELETE FROM "inkwell_blog_items";
+ [1m[36m (0.2ms)[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.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.6ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[0m
+ [1m[35m (4.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.3ms)[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.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_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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 "users" ("created_at", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:50 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:50 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:50.698349' 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-03-13 08:42:50.697008', "updated_at" = '2013-03-13 08:42:50.697008', "upper_comments_tree" = '[]' WHERE "inkwell_comments"."id" = 1[0m
+ [1m[35m (0.1ms)[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" 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" = 'c' 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" = '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.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.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.1ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[0m
+ [1m[35m (4.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.1ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (5.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.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_followings";[0m
+ [1m[35m (0.0ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:50 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:50 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:50.743462' 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-03-13 08:42:50.742010', "updated_at" = '2013-03-13 08:42:50.742010', "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 Mar 2013 08:42:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:50 UTC +00:00], ["is_reblog", false], ["item_id", 2], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:50 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 2], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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", 2]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":2}]', "updated_at" = '2013-03-13 08:42:50.749325' 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-03-13 08:42:50.748029', "updated_at" = '2013-03-13 08:42:50.748029', "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 Mar 2013 08:42:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:50 UTC +00:00], ["is_reblog", false], ["item_id", 3], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:50 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 3], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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", 3]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":2,"comment_id":3}]', "updated_at" = '2013-03-13 08:42:50.754529' 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-03-13 08:42:50.753383', "updated_at" = '2013-03-13 08:42:50.753383', "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.2ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:42:50 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 3], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:50.757439' 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-03-13 08:42:50.756375', "updated_at" = '2013-03-13 08:42:50.756375', "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.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 Mar 2013 08:42:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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.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 Mar 2013 08:42:50 UTC +00:00], ["is_reblog", false], ["item_id", 4], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_id" = 2[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 "posts" ("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 Mar 2013 08:42:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:50 UTC +00:00], ["is_reblog", false], ["item_id", 5], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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 Mar 2013 08:42:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:50 UTC +00:00], ["is_reblog", false], ["item_id", 6], ["item_type", "p"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:50 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 6], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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", 6]]
+ [1m[35m (0.1ms)[0m UPDATE "posts" SET "users_ids_who_comment_it" = '[{"user_id":1,"comment_id":5}]', "updated_at" = '2013-03-13 08:42:50.768403' 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-03-13 08:42:50.767483', "updated_at" = '2013-03-13 08:42:50.767483', "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.2ms)[0m INSERT INTO "inkwell_comments" ("body", "created_at", "parent_comment_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 Mar 2013 08:42:50 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 6], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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", 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-03-13 08:42:50.771268' 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-03-13 08:42:50.770042', "updated_at" = '2013-03-13 08:42:50.770042', "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_comment_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 Mar 2013 08:42:50 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 6], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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", 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-03-13 08:42:50.774604' 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-03-13 08:42:50.773351', "updated_at" = '2013-03-13 08:42:50.773351', "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_comment_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 Mar 2013 08:42:50 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 6], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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", 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-03-13 08:42:50.777984' 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-03-13 08:42:50.776558', "updated_at" = '2013-03-13 08:42:50.776558', "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", Wed, 13 Mar 2013 08:42:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:50 UTC +00:00], ["is_reblog", false], ["item_id", 7], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.0ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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" = 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.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 Mar 2013 08:42:50 UTC +00:00], ["item_id", 2], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:50.783856' WHERE "posts"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mInkwell::FavoriteItem Load (24.4ms)[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.1ms)[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 Mar 2013 08:42:50 UTC +00:00], ["item_id", 2], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:50.811680' 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 Mar 2013 08:42:50 UTC +00:00], ["item_id", 3], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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.7ms)[0m UPDATE "posts" SET "users_ids_who_favorite_it" = '[1]', "updated_at" = '2013-03-13 08:42:50.813957' 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.0ms)[0m INSERT INTO "inkwell_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00], ["item_id", 3], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:50.816811' 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.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 Mar 2013 08:42:50 UTC +00:00], ["item_id", 4], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:50.818894' 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 Mar 2013 08:42:50 UTC +00:00], ["item_id", 4], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:50.821000' 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 Mar 2013 08:42:50 UTC +00:00], ["item_id", 5], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:50.823125' 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 Mar 2013 08:42:50 UTC +00:00], ["item_id", 6], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:50.825200' 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 Mar 2013 08:42:50 UTC +00:00], ["item_id", 5], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:50.827283' 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 Mar 2013 08:42:50 UTC +00:00], ["item_id", 6], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:50.829370' 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 Mar 2013 08:42:50 UTC +00:00], ["item_id", 7], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:50.831386' 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"."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 Mar 2013 08:42:50 UTC +00:00], ["item_id", 8], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:50.833354' 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 Mar 2013 08:42:50 UTC +00:00], ["item_id", 7], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:50.835389' WHERE "posts"."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"."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" = 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[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" = 8 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"."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"."owner_id" = 1 AND "inkwell_favorite_items"."owner_type" = 'u' AND (created_at < '2013-03-13 08:42:50.832660') 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", 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[36mPost Load (0.0ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."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", 2]]
+ [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' 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' 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" = 'c' LIMIT 1[0m
+ [1m[35mInkwell::FavoriteItem Load (0.0ms)[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-03-13 08:42:50.832660') 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", 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[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' 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' LIMIT 1
+ [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.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.6ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.3ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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.6ms)[0m DELETE FROM "posts";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (3.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_followings";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:50 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00]]
+ [1m[36mInkwell::Following Load (0.1ms)[0m [1mSELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:50 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:50.887171' 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-03-13 08:42:50.885965', "updated_at" = '2013-03-13 08:42:50.885965', "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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Talisman"], ["updated_at", Wed, 13 Mar 2013 08:42:50 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 Mar 2013 08:42:50 UTC +00:00], ["item_id", 1], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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" = '[2]', "updated_at" = '2013-03-13 08:42:50.891452' 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" = 3 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 Mar 2013 08:42:50 UTC +00:00], ["item_id", 1], ["item_type", "c"], ["owner_id", 3], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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" = '[2,3]', "updated_at" = '2013-03-13 08:42:50.893569' 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.9ms)[0m [1mDELETE FROM "inkwell_blog_items";[0m
+ [1m[35m (0.2ms)[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 (4.3ms)[0m [1mDELETE FROM "inkwell_favorite_items";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_favorite_items';
+ [1m[36m (3.9ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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.0ms)[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.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_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:50 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:50 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:50.934707' 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-03-13 08:42:50.933361', "updated_at" = '2013-03-13 08:42:50.933361', "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" 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 Mar 2013 08:42:50 UTC +00:00], ["item_id", 1], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:50.937650' 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 Mar 2013 08:42:50 UTC +00:00], ["item_id", 1], ["item_type", "c"], ["owner_id", 2], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42: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,2]', "updated_at" = '2013-03-13 08:42:50.940779' 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 (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 (4.0ms)[0m [1mDELETE FROM "inkwell_comments";[0m
+ [1m[35m (0.2ms)[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.6ms)[0m [1mDELETE FROM "inkwell_followings";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'inkwell_followings';
+ [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 (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.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_followings";
+ [1m[36m (0.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Salkar"], ["updated_at", Wed, 13 Mar 2013 08:42: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", "follower_count", "following_count", "nick", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00], ["follower_count", 0], ["following_count", 0], ["nick", "Morozovm"], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:50 UTC +00:00], ["title", nil], ["updated_at", Wed, 13 Mar 2013 08:42: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 Mar 2013 08:42:50 UTC +00:00], ["is_reblog", false], ["item_id", 1], ["item_type", "p"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00]]
+ [1m[35mInkwell::Following Load (0.1ms)[0m SELECT "inkwell_followings".* FROM "inkwell_followings" WHERE "inkwell_followings"."followed_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_comment_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 Mar 2013 08:42:50 UTC +00:00], ["parent_comment_id", nil], ["topmost_obj_id", 1], ["topmost_obj_type", "p"], ["updated_at", Wed, 13 Mar 2013 08:42: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-03-13 08:42:50.983361' 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-03-13 08:42:50.982153', "updated_at" = '2013-03-13 08:42:50.982153', "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_favorite_items" ("created_at", "item_id", "item_type", "owner_id", "owner_type", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00], ["item_id", 1], ["item_type", "c"], ["owner_id", 1], ["owner_type", "u"], ["updated_at", Wed, 13 Mar 2013 08:42:50 UTC +00:00]]
+ [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.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 (4.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 (4.7ms)[0m DELETE FROM "inkwell_followings";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_followings';[0m
+ [1m[35m (5.9ms)[0m DELETE FROM "inkwell_timeline_items";
+ [1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'inkwell_timeline_items';[0m
+ [1m[35m (227.7ms)[0m DELETE FROM "posts";
+ [1m[36m (0.5ms)[0m [1mDELETE FROM sqlite_sequence where name = 'posts';[0m
+ [1m[35m (52.6ms)[0m DELETE FROM "users";
+ [1m[36m (0.3ms)[0m [1mDELETE FROM sqlite_sequence where name = 'users';[0m