spec/dummy/log/test.log in poodle-rb-0.1.8 vs spec/dummy/log/test.log in poodle-rb-0.1.9

- old
+ new

@@ -19445,5 +19445,1253 @@ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] Rendered profile_pictures/new.js.erb (0.4ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.1ms)  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.4ms) rollback transaction +  (0.4ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.8ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-09 06:29:25.001200"], ["updated_at", "2015-04-09 06:29:25.001200"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 +Processing by ProfilePicturesController#new as JS + Parameters: {"image_type"=>"Image::ProfilePicture", "imageable_type"=>"User", "imageable_id"=>"1"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Rendered profile_pictures/new.js.erb (0.5ms) +Completed 200 OK in 113ms (Views: 81.0ms | ActiveRecord: 0.3ms) +  (26.3ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-09 06:29:25.329202"], ["updated_at", "2015-04-09 06:29:25.329202"]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +Processing by ProfilePicturesController#create as HTML + Parameters: {"image"=>#<Rack::Test::UploadedFile:0x007fbd6730cf38 @content_type="image/jpg", @original_filename="test.jpg", @tempfile=#<Tempfile:/var/folders/s1/_3h4h96n4w37msyfhzkwz4yr0000gn/T/test.jpg20150409-88186-1um6lvc>>, "image_type"=>"Image::ProfilePicture", "imageable_type"=>"User", "imageable_id"=>"1"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] +  (0.1ms) SAVEPOINT active_record_2 + SQL (28.1ms) INSERT INTO "images" ("imageable_id", "imageable_type", "image", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["imageable_id", 1], ["imageable_type", "User"], ["image", "test.jpg"], ["created_at", "2015-04-09 06:29:25.591900"], ["updated_at", "2015-04-09 06:29:25.591900"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Rendered profile_pictures/create.html.erb within layouts/poodle/image_upload (1.0ms) +Completed 200 OK in 323ms (Views: 28.7ms | ActiveRecord: 28.4ms) +  (0.1ms) SELECT COUNT(*) FROM "images" +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.8ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-09 06:29:25.660397"], ["updated_at", "2015-04-09 06:29:25.660397"]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.6ms) INSERT INTO "images" ("image", "imageable_id", "imageable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["image", "test.jpg"], ["imageable_id", 1], ["imageable_type", "User"], ["created_at", "2015-04-09 06:29:25.702706"], ["updated_at", "2015-04-09 06:29:25.702706"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +Processing by ProfilePicturesController#edit as JS + Parameters: {"image_type"=>"Image::ProfilePicture", "imageable_type"=>"User", "imageable_id"=>"1", "id"=>"1"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 1]] + Rendered profile_pictures/edit.js.erb (0.4ms) +Completed 200 OK in 24ms (Views: 23.2ms | ActiveRecord: 0.2ms) +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.9ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-09 06:29:25.777447"], ["updated_at", "2015-04-09 06:29:25.777447"]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "images" ("image", "imageable_id", "imageable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["image", "test.jpg"], ["imageable_id", 1], ["imageable_type", "User"], ["created_at", "2015-04-09 06:29:25.825259"], ["updated_at", "2015-04-09 06:29:25.825259"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +Processing by ProfilePicturesController#update as HTML + Parameters: {"image"=>#<Rack::Test::UploadedFile:0x007fbd6749aad0 @content_type="image/jpg", @original_filename="test.jpg", @tempfile=#<Tempfile:/var/folders/s1/_3h4h96n4w37msyfhzkwz4yr0000gn/T/test.jpg20150409-88186-1egd62g>>, "image_type"=>"Image::ProfilePicture", "imageable_type"=>"User", "imageable_id"=>"1", "id"=>"1"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Image::ProfilePicture Load (0.0ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 1]] +  (0.1ms) SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 1]] + SQL (0.2ms) UPDATE "images" SET "image" = ?, "updated_at" = ? WHERE "images"."id" = ? [["image", "test.jpg"], ["updated_at", "2015-04-09 06:29:25.878137"], ["id", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Rendered profile_pictures/update.html.erb within layouts/poodle/image_upload (0.5ms) +Completed 200 OK in 55ms (Views: 2.4ms | ActiveRecord: 0.5ms) +  (0.1ms) SELECT COUNT(*) FROM "images" +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.8ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-09 06:29:25.899012"], ["updated_at", "2015-04-09 06:29:25.899012"]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.0ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-09 06:29:25.937744"], ["updated_at", "2015-04-09 06:29:25.937744"]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-09 06:29:25.943641"], ["updated_at", "2015-04-09 06:29:25.943641"]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.0ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Some Name"], ["created_at", "2015-04-09 06:29:25.948895"], ["updated_at", "2015-04-09 06:29:25.948895"]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.6ms) INSERT INTO "images" ("image", "imageable_id", "imageable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["image", "test.jpg"], ["imageable_id", 1], ["imageable_type", "User"], ["created_at", "2015-04-09 06:29:26.001559"], ["updated_at", "2015-04-09 06:29:26.001559"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 +  (1.2ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Some Name"], ["created_at", "2015-04-09 06:29:26.014254"], ["updated_at", "2015-04-09 06:29:26.014254"]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "images" ("image", "imageable_id", "imageable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["image", "test.jpg"], ["imageable_id", 1], ["imageable_type", "User"], ["created_at", "2015-04-09 06:29:26.058178"], ["updated_at", "2015-04-09 06:29:26.058178"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.7ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-09 06:29:26.069334"], ["updated_at", "2015-04-09 06:29:26.069334"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.5ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Some Name"], ["created_at", "2015-04-09 06:29:26.075638"], ["updated_at", "2015-04-09 06:29:26.075638"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.6ms) INSERT INTO "images" ("image", "imageable_id", "imageable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["image", "test.jpg"], ["imageable_id", 1], ["imageable_type", "User"], ["created_at", "2015-04-09 06:29:26.120086"], ["updated_at", "2015-04-09 06:29:26.120086"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.9ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-09 06:29:26.131829"], ["updated_at", "2015-04-09 06:29:26.131829"]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.0ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Some Name"], ["created_at", "2015-04-09 06:29:26.137581"], ["updated_at", "2015-04-09 06:29:26.137581"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.4ms) INSERT INTO "images" ("image", "imageable_id", "imageable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["image", "test.jpg"], ["imageable_id", 1], ["imageable_type", "User"], ["created_at", "2015-04-09 06:29:26.181329"], ["updated_at", "2015-04-09 06:29:26.181329"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.7ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-09 06:29:26.192684"], ["updated_at", "2015-04-09 06:29:26.192684"]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.0ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-09 06:29:26.199913"], ["updated_at", "2015-04-09 06:29:26.199913"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Some Name"], ["created_at", "2015-04-09 06:29:26.243791"], ["updated_at", "2015-04-09 06:29:26.243791"]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.4ms) INSERT INTO "images" ("image", "imageable_id", "imageable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["image", "test.jpg"], ["imageable_id", 1], ["imageable_type", "User"], ["created_at", "2015-04-09 06:29:26.288853"], ["updated_at", "2015-04-09 06:29:26.288853"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.7ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-09 06:29:26.298583"], ["updated_at", "2015-04-09 06:29:26.298583"]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Some Name"], ["created_at", "2015-04-09 06:29:26.302115"], ["updated_at", "2015-04-09 06:29:26.302115"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.2ms) INSERT INTO "images" ("image", "imageable_id", "imageable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["image", "test.jpg"], ["imageable_id", 2], ["imageable_type", "User"], ["created_at", "2015-04-09 06:29:26.345832"], ["updated_at", "2015-04-09 06:29:26.345832"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 2], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.9ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.2ms) SAVEPOINT active_record_1 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.4ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.8ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Some Name"], ["created_at", "2015-04-09 06:35:48.038593"], ["updated_at", "2015-04-09 06:35:48.038593"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + SQL (16.8ms) INSERT INTO "images" ("image", "imageable_id", "imageable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["image", "test.jpg"], ["imageable_id", 1], ["imageable_type", "User"], ["created_at", "2015-04-09 06:35:48.338570"], ["updated_at", "2015-04-09 06:35:48.338570"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.9ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-09 06:35:48.451093"], ["updated_at", "2015-04-09 06:35:48.451093"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.0ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-09 06:35:48.457988"], ["updated_at", "2015-04-09 06:35:48.457988"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-09 06:35:48.467392"], ["updated_at", "2015-04-09 06:35:48.467392"]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.0ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Some Name"], ["created_at", "2015-04-09 06:35:48.520372"], ["updated_at", "2015-04-09 06:35:48.520372"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.2ms) INSERT INTO "images" ("image", "imageable_id", "imageable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["image", "test.jpg"], ["imageable_id", 2], ["imageable_type", "User"], ["created_at", "2015-04-09 06:35:48.563472"], ["updated_at", "2015-04-09 06:35:48.563472"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 2], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.9ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Some Name"], ["created_at", "2015-04-09 06:35:48.574628"], ["updated_at", "2015-04-09 06:35:48.574628"]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "images" ("image", "imageable_id", "imageable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["image", "test.jpg"], ["imageable_id", 1], ["imageable_type", "User"], ["created_at", "2015-04-09 06:35:48.617067"], ["updated_at", "2015-04-09 06:35:48.617067"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.8ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-09 06:35:48.626778"], ["updated_at", "2015-04-09 06:35:48.626778"]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.0ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-09 06:35:48.633123"], ["updated_at", "2015-04-09 06:35:48.633123"]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Some Name"], ["created_at", "2015-04-09 06:35:48.640938"], ["updated_at", "2015-04-09 06:35:48.640938"]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "images" ("image", "imageable_id", "imageable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["image", "test.jpg"], ["imageable_id", 1], ["imageable_type", "User"], ["created_at", "2015-04-09 06:35:48.686495"], ["updated_at", "2015-04-09 06:35:48.686495"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (1.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-09 06:35:48.696767"], ["updated_at", "2015-04-09 06:35:48.696767"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Some Name"], ["created_at", "2015-04-09 06:35:48.705460"], ["updated_at", "2015-04-09 06:35:48.705460"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.4ms) INSERT INTO "images" ("image", "imageable_id", "imageable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["image", "test.jpg"], ["imageable_id", 1], ["imageable_type", "User"], ["created_at", "2015-04-09 06:35:48.749814"], ["updated_at", "2015-04-09 06:35:48.749814"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.7ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Some Name"], ["created_at", "2015-04-09 06:35:48.760043"], ["updated_at", "2015-04-09 06:35:48.760043"]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "images" ("image", "imageable_id", "imageable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["image", "test.jpg"], ["imageable_id", 1], ["imageable_type", "User"], ["created_at", "2015-04-09 06:35:48.806633"], ["updated_at", "2015-04-09 06:35:48.806633"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.9ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-09 06:35:48.817738"], ["updated_at", "2015-04-09 06:35:48.817738"]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-09 06:35:48.823319"], ["updated_at", "2015-04-09 06:35:48.823319"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT 1 + Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] + Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (12.4ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.3ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_2 + SQL (19.9ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-09 06:38:47.803530"], ["updated_at", "2015-04-09 06:38:47.803530"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.6ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Some Name"], ["created_at", "2015-04-09 06:38:47.938573"], ["updated_at", "2015-04-09 06:38:47.938573"]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + SQL (1.2ms) INSERT INTO "images" ("image", "imageable_id", "imageable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["image", "test.jpg"], ["imageable_id", 1], ["imageable_type", "User"], ["created_at", "2015-04-09 06:38:48.076485"], ["updated_at", "2015-04-09 06:38:48.076485"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.8ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-09 06:38:48.117203"], ["updated_at", "2015-04-09 06:38:48.117203"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.7ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Some Name"], ["created_at", "2015-04-09 06:38:55.580287"], ["updated_at", "2015-04-09 06:38:55.580287"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "images" ("image", "imageable_id", "imageable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["image", "test.jpg"], ["imageable_id", 1], ["imageable_type", "User"], ["created_at", "2015-04-09 06:38:55.627069"], ["updated_at", "2015-04-09 06:38:55.627069"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.8ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-09 06:38:55.637765"], ["updated_at", "2015-04-09 06:38:55.637765"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.0ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Some Name"], ["created_at", "2015-04-09 06:38:55.643339"], ["updated_at", "2015-04-09 06:38:55.643339"]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.4ms) INSERT INTO "images" ("image", "imageable_id", "imageable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["image", "test.jpg"], ["imageable_id", 1], ["imageable_type", "User"], ["created_at", "2015-04-09 06:38:55.686306"], ["updated_at", "2015-04-09 06:38:55.686306"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.8ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.2ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-09 06:38:55.704309"], ["updated_at", "2015-04-09 06:38:55.704309"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Some Name"], ["created_at", "2015-04-09 06:38:55.710469"], ["updated_at", "2015-04-09 06:38:55.710469"]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.4ms) INSERT INTO "images" ("image", "imageable_id", "imageable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["image", "test.jpg"], ["imageable_id", 1], ["imageable_type", "User"], ["created_at", "2015-04-09 06:38:55.754453"], ["updated_at", "2015-04-09 06:38:55.754453"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.9ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-09 06:38:55.765594"], ["updated_at", "2015-04-09 06:38:55.765594"]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.0ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-09 06:38:55.772465"], ["updated_at", "2015-04-09 06:38:55.772465"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.0ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-09 06:38:55.779081"], ["updated_at", "2015-04-09 06:38:55.779081"]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-09 06:38:55.812919"], ["updated_at", "2015-04-09 06:38:55.812919"]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.0ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Some Name"], ["created_at", "2015-04-09 06:38:55.817334"], ["updated_at", "2015-04-09 06:38:55.817334"]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT INTO "images" ("image", "imageable_id", "imageable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["image", "test.jpg"], ["imageable_id", 2], ["imageable_type", "User"], ["created_at", "2015-04-09 06:38:55.863366"], ["updated_at", "2015-04-09 06:38:55.863366"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 2], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.8ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Some Name"], ["created_at", "2015-04-09 06:38:55.873071"], ["updated_at", "2015-04-09 06:38:55.873071"]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.4ms) INSERT INTO "images" ("image", "imageable_id", "imageable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["image", "test.jpg"], ["imageable_id", 1], ["imageable_type", "User"], ["created_at", "2015-04-09 06:38:55.914368"], ["updated_at", "2015-04-09 06:38:55.914368"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.8ms) rollback transaction +  (0.5ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Some Name"], ["created_at", "2015-04-09 06:40:32.670967"], ["updated_at", "2015-04-09 06:40:32.670967"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + SQL (1.2ms) INSERT INTO "images" ("image", "imageable_id", "imageable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["image", "test.jpg"], ["imageable_id", 1], ["imageable_type", "User"], ["created_at", "2015-04-09 06:40:33.010549"], ["updated_at", "2015-04-09 06:40:33.010549"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (43.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.7ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-09 06:40:33.080930"], ["updated_at", "2015-04-09 06:40:33.080930"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Some Name"], ["created_at", "2015-04-09 06:40:33.088498"], ["updated_at", "2015-04-09 06:40:33.088498"]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.4ms) INSERT INTO "images" ("image", "imageable_id", "imageable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["image", "test.jpg"], ["imageable_id", 1], ["imageable_type", "User"], ["created_at", "2015-04-09 06:40:33.129754"], ["updated_at", "2015-04-09 06:40:33.129754"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.8ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-09 06:40:33.140277"], ["updated_at", "2015-04-09 06:40:33.140277"]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.0ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-09 06:40:33.146079"], ["updated_at", "2015-04-09 06:40:33.146079"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.0ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Some Name"], ["created_at", "2015-04-09 06:40:33.151899"], ["updated_at", "2015-04-09 06:40:33.151899"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.5ms) INSERT INTO "images" ("image", "imageable_id", "imageable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["image", "test.jpg"], ["imageable_id", 1], ["imageable_type", "User"], ["created_at", "2015-04-09 06:40:33.196060"], ["updated_at", "2015-04-09 06:40:33.196060"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.9ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-09 06:40:33.210963"], ["updated_at", "2015-04-09 06:40:33.210963"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Some Name"], ["created_at", "2015-04-09 06:40:33.217107"], ["updated_at", "2015-04-09 06:40:33.217107"]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.4ms) INSERT INTO "images" ("image", "imageable_id", "imageable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["image", "test.jpg"], ["imageable_id", 1], ["imageable_type", "User"], ["created_at", "2015-04-09 06:40:33.260531"], ["updated_at", "2015-04-09 06:40:33.260531"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.8ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-09 06:40:33.272778"], ["updated_at", "2015-04-09 06:40:33.272778"]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.0ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Some Name"], ["created_at", "2015-04-09 06:40:33.277421"], ["updated_at", "2015-04-09 06:40:33.277421"]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT INTO "images" ("image", "imageable_id", "imageable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["image", "test.jpg"], ["imageable_id", 2], ["imageable_type", "User"], ["created_at", "2015-04-09 06:40:33.320893"], ["updated_at", "2015-04-09 06:40:33.320893"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 2], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.7ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-09 06:40:33.330449"], ["updated_at", "2015-04-09 06:40:33.330449"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.0ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (1.0ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Some Name"], ["created_at", "2015-04-09 06:40:33.337266"], ["updated_at", "2015-04-09 06:40:33.337266"]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.5ms) INSERT INTO "images" ("image", "imageable_id", "imageable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["image", "test.jpg"], ["imageable_id", 1], ["imageable_type", "User"], ["created_at", "2015-04-09 06:40:33.378979"], ["updated_at", "2015-04-09 06:40:33.378979"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.7ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-09 06:40:33.392189"], ["updated_at", "2015-04-09 06:40:33.392189"]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.0ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-09 06:40:33.399509"], ["updated_at", "2015-04-09 06:40:33.399509"]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.0ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.5ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_2 + SQL (1.2ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-09 06:41:23.178417"], ["updated_at", "2015-04-09 06:41:23.178417"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (17.2ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (9.8ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.4ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_2 + SQL (42.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Some Name"], ["created_at", "2015-04-09 06:45:17.593962"], ["updated_at", "2015-04-09 06:45:17.593962"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + SQL (38.6ms) INSERT INTO "images" ("image", "imageable_id", "imageable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["image", "test.jpg"], ["imageable_id", 1], ["imageable_type", "User"], ["created_at", "2015-04-09 06:45:18.097411"], ["updated_at", "2015-04-09 06:45:18.097411"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.9ms) rollback transaction +  (0.3ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.5ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Some Name"], ["created_at", "2015-04-09 06:45:39.080650"], ["updated_at", "2015-04-09 06:45:39.080650"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + SQL (1.5ms) INSERT INTO "images" ("image", "imageable_id", "imageable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["image", "test.jpg"], ["imageable_id", 1], ["imageable_type", "User"], ["created_at", "2015-04-09 06:45:39.143354"], ["updated_at", "2015-04-09 06:45:39.143354"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.9ms) rollback transaction +  (0.3ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (2.2ms) begin transaction +  (1.1ms) SAVEPOINT active_record_1 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-09 06:45:50.578187"], ["updated_at", "2015-04-09 06:45:50.578187"]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Some Name"], ["created_at", "2015-04-09 06:45:50.597857"], ["updated_at", "2015-04-09 06:45:50.597857"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + SQL (1.2ms) INSERT INTO "images" ("image", "imageable_id", "imageable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["image", "test.jpg"], ["imageable_id", 1], ["imageable_type", "User"], ["created_at", "2015-04-09 06:45:50.651454"], ["updated_at", "2015-04-09 06:45:50.651454"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.9ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Some Name"], ["created_at", "2015-04-09 06:45:50.663522"], ["updated_at", "2015-04-09 06:45:50.663522"]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.4ms) INSERT INTO "images" ("image", "imageable_id", "imageable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["image", "test.jpg"], ["imageable_id", 1], ["imageable_type", "User"], ["created_at", "2015-04-09 06:45:50.706992"], ["updated_at", "2015-04-09 06:45:50.706992"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.9ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-09 06:45:50.718266"], ["updated_at", "2015-04-09 06:45:50.718266"]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.0ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Some Name"], ["created_at", "2015-04-09 06:45:50.726548"], ["updated_at", "2015-04-09 06:45:50.726548"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.4ms) INSERT INTO "images" ("image", "imageable_id", "imageable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["image", "test.jpg"], ["imageable_id", 1], ["imageable_type", "User"], ["created_at", "2015-04-09 06:45:50.768638"], ["updated_at", "2015-04-09 06:45:50.768638"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (1.0ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-09 06:45:50.779459"], ["updated_at", "2015-04-09 06:45:50.779459"]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.0ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-09 06:45:50.786164"], ["updated_at", "2015-04-09 06:45:50.786164"]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-09 06:45:50.792629"], ["updated_at", "2015-04-09 06:45:50.792629"]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.0ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Some Name"], ["created_at", "2015-04-09 06:45:50.827279"], ["updated_at", "2015-04-09 06:45:50.827279"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT INTO "images" ("image", "imageable_id", "imageable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["image", "test.jpg"], ["imageable_id", 2], ["imageable_type", "User"], ["created_at", "2015-04-09 06:45:50.870332"], ["updated_at", "2015-04-09 06:45:50.870332"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 2], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.9ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Some Name"], ["created_at", "2015-04-09 06:45:50.879604"], ["updated_at", "2015-04-09 06:45:50.879604"]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.4ms) INSERT INTO "images" ("image", "imageable_id", "imageable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["image", "test.jpg"], ["imageable_id", 1], ["imageable_type", "User"], ["created_at", "2015-04-09 06:45:50.920995"], ["updated_at", "2015-04-09 06:45:50.920995"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.9ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-09 06:45:50.930710"], ["updated_at", "2015-04-09 06:45:50.930710"]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.8ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-09 06:45:50.937790"], ["updated_at", "2015-04-09 06:45:50.937790"]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.0ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.6ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Some Name"], ["created_at", "2015-04-09 06:45:50.944394"], ["updated_at", "2015-04-09 06:45:50.944394"]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "images" ("image", "imageable_id", "imageable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["image", "test.jpg"], ["imageable_id", 1], ["imageable_type", "User"], ["created_at", "2015-04-09 06:45:50.989641"], ["updated_at", "2015-04-09 06:45:50.989641"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.8ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-09 06:45:50.999380"], ["updated_at", "2015-04-09 06:45:50.999380"]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.0ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-09 06:45:51.007418"], ["updated_at", "2015-04-09 06:45:51.007418"]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +Processing by ProfilePicturesController#create as HTML + Parameters: {"image"=>#<Rack::Test::UploadedFile:0x007f82c2cc3818 @content_type="image/jpg", @original_filename="test.jpg", @tempfile=#<Tempfile:/var/folders/s1/_3h4h96n4w37msyfhzkwz4yr0000gn/T/test.jpg20150409-88900-192poc7>>, "image_type"=>"Image::ProfilePicture", "imageable_type"=>"User", "imageable_id"=>"1"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.5ms) INSERT INTO "images" ("imageable_id", "imageable_type", "image", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["imageable_id", 1], ["imageable_type", "User"], ["image", "test.jpg"], ["created_at", "2015-04-09 06:45:51.138991"], ["updated_at", "2015-04-09 06:45:51.138991"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Rendered profile_pictures/create.html.erb within layouts/poodle/image_upload (0.6ms) +Completed 200 OK in 131ms (Views: 30.5ms | ActiveRecord: 0.8ms) +  (0.1ms) SELECT COUNT(*) FROM "images" +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.9ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-09 06:45:51.181273"], ["updated_at", "2015-04-09 06:45:51.181273"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.4ms) INSERT INTO "images" ("image", "imageable_id", "imageable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["image", "test.jpg"], ["imageable_id", 1], ["imageable_type", "User"], ["created_at", "2015-04-09 06:45:51.224406"], ["updated_at", "2015-04-09 06:45:51.224406"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +Processing by ProfilePicturesController#update as HTML + Parameters: {"image"=>#<Rack::Test::UploadedFile:0x007f82c536e990 @content_type="image/jpg", @original_filename="test.jpg", @tempfile=#<Tempfile:/var/folders/s1/_3h4h96n4w37msyfhzkwz4yr0000gn/T/test.jpg20150409-88900-j3uo0e>>, "image_type"=>"Image::ProfilePicture", "imageable_type"=>"User", "imageable_id"=>"1", "id"=>"1"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Image::ProfilePicture Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 1]] +  (0.1ms) SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 1]] + SQL (0.2ms) UPDATE "images" SET "image" = ?, "updated_at" = ? WHERE "images"."id" = ? [["image", "test.jpg"], ["updated_at", "2015-04-09 06:45:51.274240"], ["id", 1]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Rendered profile_pictures/update.html.erb within layouts/poodle/image_upload (0.6ms) +Completed 200 OK in 50ms (Views: 2.2ms | ActiveRecord: 0.6ms) +  (0.1ms) SELECT COUNT(*) FROM "images" +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.8ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-09 06:45:51.286705"], ["updated_at", "2015-04-09 06:45:51.286705"]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.4ms) INSERT INTO "images" ("image", "imageable_id", "imageable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["image", "test.jpg"], ["imageable_id", 1], ["imageable_type", "User"], ["created_at", "2015-04-09 06:45:51.328795"], ["updated_at", "2015-04-09 06:45:51.328795"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 + Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]] +Processing by ProfilePicturesController#edit as JS + Parameters: {"image_type"=>"Image::ProfilePicture", "imageable_type"=>"User", "imageable_id"=>"1", "id"=>"1"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Image::ProfilePicture Load (0.0ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 1]] + Rendered profile_pictures/edit.js.erb (0.5ms) +Completed 200 OK in 25ms (Views: 23.6ms | ActiveRecord: 0.1ms) +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (1.2ms) rollback transaction +  (0.1ms) begin transaction +  (0.1ms) SAVEPOINT active_record_1 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-09 06:45:51.368627"], ["updated_at", "2015-04-09 06:45:51.368627"]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 +Processing by ProfilePicturesController#new as JS + Parameters: {"image_type"=>"Image::ProfilePicture", "imageable_type"=>"User", "imageable_id"=>"1"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Rendered profile_pictures/new.js.erb (0.4ms) +Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.1ms) +  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.5ms) rollback transaction