poodle-rb 0.1.8 → 0.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19447,3 +19447,1251 @@ Processing by ProfilePicturesController#new as JS
19447
19447
  Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.1ms)
19448
19448
   (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
19449
19449
   (0.4ms) rollback transaction
19450
+  (0.4ms) begin transaction
19451
+  (0.1ms) SAVEPOINT active_record_1
19452
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19453
+  (0.0ms) SAVEPOINT active_record_1
19454
+  (0.1ms) SAVEPOINT active_record_2
19455
+ 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"]]
19456
+  (0.1ms) RELEASE SAVEPOINT active_record_2
19457
+ Processing by ProfilePicturesController#new as JS
19458
+ Parameters: {"image_type"=>"Image::ProfilePicture", "imageable_type"=>"User", "imageable_id"=>"1"}
19459
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
19460
+ Rendered profile_pictures/new.js.erb (0.5ms)
19461
+ Completed 200 OK in 113ms (Views: 81.0ms | ActiveRecord: 0.3ms)
19462
+  (26.3ms) ROLLBACK TO SAVEPOINT active_record_1
19463
+  (0.6ms) rollback transaction
19464
+  (0.1ms) begin transaction
19465
+  (0.0ms) SAVEPOINT active_record_1
19466
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19467
+  (0.0ms) SAVEPOINT active_record_1
19468
+  (0.1ms) SAVEPOINT active_record_2
19469
+ 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"]]
19470
+  (0.0ms) RELEASE SAVEPOINT active_record_2
19471
+ Processing by ProfilePicturesController#create as HTML
19472
+ 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"}
19473
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
19474
+  (0.1ms) SAVEPOINT active_record_2
19475
+ 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"]]
19476
+  (0.1ms) RELEASE SAVEPOINT active_record_2
19477
+ Rendered profile_pictures/create.html.erb within layouts/poodle/image_upload (1.0ms)
19478
+ Completed 200 OK in 323ms (Views: 28.7ms | ActiveRecord: 28.4ms)
19479
+  (0.1ms) SELECT COUNT(*) FROM "images"
19480
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
19481
+  (0.8ms) rollback transaction
19482
+  (0.1ms) begin transaction
19483
+  (0.0ms) SAVEPOINT active_record_1
19484
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19485
+  (0.0ms) SAVEPOINT active_record_1
19486
+  (0.0ms) SAVEPOINT active_record_2
19487
+ 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"]]
19488
+  (0.0ms) RELEASE SAVEPOINT active_record_2
19489
+  (0.1ms) SAVEPOINT active_record_2
19490
+ 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"]]
19491
+  (0.1ms) RELEASE SAVEPOINT active_record_2
19492
+ 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"]]
19493
+ Processing by ProfilePicturesController#edit as JS
19494
+ Parameters: {"image_type"=>"Image::ProfilePicture", "imageable_type"=>"User", "imageable_id"=>"1", "id"=>"1"}
19495
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
19496
+ Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 1]]
19497
+ Rendered profile_pictures/edit.js.erb (0.4ms)
19498
+ Completed 200 OK in 24ms (Views: 23.2ms | ActiveRecord: 0.2ms)
19499
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
19500
+  (0.9ms) rollback transaction
19501
+  (0.1ms) begin transaction
19502
+  (0.0ms) SAVEPOINT active_record_1
19503
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19504
+  (0.0ms) SAVEPOINT active_record_1
19505
+  (0.0ms) SAVEPOINT active_record_2
19506
+ 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"]]
19507
+  (0.0ms) RELEASE SAVEPOINT active_record_2
19508
+  (0.1ms) SAVEPOINT active_record_2
19509
+ 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"]]
19510
+  (0.1ms) RELEASE SAVEPOINT active_record_2
19511
+ 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"]]
19512
+ Processing by ProfilePicturesController#update as HTML
19513
+ 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"}
19514
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
19515
+ Image::ProfilePicture Load (0.0ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 1]]
19516
+  (0.1ms) SAVEPOINT active_record_2
19517
+ Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 1]]
19518
+ 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]]
19519
+  (0.1ms) RELEASE SAVEPOINT active_record_2
19520
+ Rendered profile_pictures/update.html.erb within layouts/poodle/image_upload (0.5ms)
19521
+ Completed 200 OK in 55ms (Views: 2.4ms | ActiveRecord: 0.5ms)
19522
+  (0.1ms) SELECT COUNT(*) FROM "images"
19523
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
19524
+  (0.8ms) rollback transaction
19525
+  (0.1ms) begin transaction
19526
+  (0.0ms) SAVEPOINT active_record_1
19527
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19528
+  (0.0ms) SAVEPOINT active_record_1
19529
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
19530
+  (0.0ms) rollback transaction
19531
+  (0.1ms) begin transaction
19532
+  (0.0ms) SAVEPOINT active_record_1
19533
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19534
+  (0.0ms) SAVEPOINT active_record_1
19535
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
19536
+  (0.0ms) rollback transaction
19537
+  (0.0ms) begin transaction
19538
+  (0.0ms) SAVEPOINT active_record_1
19539
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19540
+  (0.0ms) SAVEPOINT active_record_1
19541
+  (0.0ms) SAVEPOINT active_record_2
19542
+ 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"]]
19543
+  (0.0ms) RELEASE SAVEPOINT active_record_2
19544
+ 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"]]
19545
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
19546
+  (0.5ms) rollback transaction
19547
+  (0.1ms) begin transaction
19548
+  (0.0ms) SAVEPOINT active_record_1
19549
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19550
+  (0.0ms) SAVEPOINT active_record_1
19551
+  (0.1ms) SAVEPOINT active_record_2
19552
+ 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"]]
19553
+  (0.0ms) RELEASE SAVEPOINT active_record_2
19554
+ 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"]]
19555
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
19556
+  (0.5ms) rollback transaction
19557
+  (0.0ms) begin transaction
19558
+  (0.0ms) SAVEPOINT active_record_1
19559
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19560
+  (0.0ms) SAVEPOINT active_record_1
19561
+  (0.0ms) SAVEPOINT active_record_2
19562
+ 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"]]
19563
+  (0.0ms) RELEASE SAVEPOINT active_record_2
19564
+ 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"]]
19565
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
19566
+  (0.5ms) rollback transaction
19567
+  (0.1ms) begin transaction
19568
+  (0.0ms) SAVEPOINT active_record_1
19569
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19570
+  (0.0ms) SAVEPOINT active_record_1
19571
+  (0.0ms) SAVEPOINT active_record_2
19572
+ 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"]]
19573
+  (0.0ms) RELEASE SAVEPOINT active_record_2
19574
+  (0.1ms) SAVEPOINT active_record_2
19575
+ 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"]]
19576
+  (0.1ms) RELEASE SAVEPOINT active_record_2
19577
+ 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"]]
19578
+  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1
19579
+  (1.2ms) rollback transaction
19580
+  (0.1ms) begin transaction
19581
+  (0.0ms) SAVEPOINT active_record_1
19582
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19583
+  (0.0ms) SAVEPOINT active_record_1
19584
+  (0.0ms) SAVEPOINT active_record_2
19585
+ 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"]]
19586
+  (0.0ms) RELEASE SAVEPOINT active_record_2
19587
+  (0.1ms) SAVEPOINT active_record_2
19588
+ 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"]]
19589
+  (0.1ms) RELEASE SAVEPOINT active_record_2
19590
+ 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"]]
19591
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
19592
+  (0.7ms) rollback transaction
19593
+  (0.1ms) begin transaction
19594
+  (0.0ms) SAVEPOINT active_record_1
19595
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19596
+  (0.0ms) SAVEPOINT active_record_1
19597
+  (0.1ms) SAVEPOINT active_record_2
19598
+ 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"]]
19599
+  (0.1ms) RELEASE SAVEPOINT active_record_2
19600
+ 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"]]
19601
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
19602
+  (0.5ms) rollback transaction
19603
+  (0.0ms) begin transaction
19604
+  (0.0ms) SAVEPOINT active_record_1
19605
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19606
+  (0.0ms) SAVEPOINT active_record_1
19607
+  (0.0ms) SAVEPOINT active_record_2
19608
+ 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"]]
19609
+  (0.1ms) RELEASE SAVEPOINT active_record_2
19610
+  (0.1ms) SAVEPOINT active_record_2
19611
+ 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"]]
19612
+  (0.1ms) RELEASE SAVEPOINT active_record_2
19613
+ 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"]]
19614
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
19615
+  (0.9ms) rollback transaction
19616
+  (0.1ms) begin transaction
19617
+  (0.0ms) SAVEPOINT active_record_1
19618
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19619
+  (0.0ms) SAVEPOINT active_record_1
19620
+  (0.0ms) SAVEPOINT active_record_2
19621
+ 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"]]
19622
+  (0.0ms) RELEASE SAVEPOINT active_record_2
19623
+ 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"]]
19624
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
19625
+  (0.5ms) rollback transaction
19626
+  (0.1ms) begin transaction
19627
+  (0.0ms) SAVEPOINT active_record_1
19628
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19629
+  (0.0ms) SAVEPOINT active_record_1
19630
+  (0.1ms) SAVEPOINT active_record_2
19631
+ 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"]]
19632
+  (0.1ms) RELEASE SAVEPOINT active_record_2
19633
+  (0.1ms) SAVEPOINT active_record_2
19634
+ 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"]]
19635
+  (0.1ms) RELEASE SAVEPOINT active_record_2
19636
+ 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"]]
19637
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
19638
+  (0.7ms) rollback transaction
19639
+  (0.1ms) begin transaction
19640
+  (0.0ms) SAVEPOINT active_record_1
19641
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19642
+  (0.0ms) SAVEPOINT active_record_1
19643
+  (0.0ms) SAVEPOINT active_record_2
19644
+ 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"]]
19645
+  (0.0ms) RELEASE SAVEPOINT active_record_2
19646
+ 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"]]
19647
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
19648
+  (0.5ms) rollback transaction
19649
+  (0.1ms) begin transaction
19650
+  (0.0ms) SAVEPOINT active_record_1
19651
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19652
+  (0.0ms) SAVEPOINT active_record_1
19653
+  (0.0ms) SAVEPOINT active_record_2
19654
+ 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"]]
19655
+  (0.1ms) RELEASE SAVEPOINT active_record_2
19656
+ 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"]]
19657
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
19658
+  (0.5ms) rollback transaction
19659
+  (0.1ms) begin transaction
19660
+  (0.1ms) SAVEPOINT active_record_1
19661
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19662
+  (0.0ms) SAVEPOINT active_record_1
19663
+  (0.0ms) SAVEPOINT active_record_2
19664
+ 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"]]
19665
+  (0.0ms) RELEASE SAVEPOINT active_record_2
19666
+  (0.1ms) SAVEPOINT active_record_2
19667
+ 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"]]
19668
+  (0.1ms) RELEASE SAVEPOINT active_record_2
19669
+ 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"]]
19670
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
19671
+  (0.7ms) rollback transaction
19672
+  (0.1ms) begin transaction
19673
+  (0.1ms) SAVEPOINT active_record_1
19674
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19675
+  (0.0ms) SAVEPOINT active_record_1
19676
+  (0.0ms) SAVEPOINT active_record_2
19677
+ 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"]]
19678
+  (0.0ms) RELEASE SAVEPOINT active_record_2
19679
+ 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"]]
19680
+  (0.1ms) SAVEPOINT active_record_2
19681
+ 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"]]
19682
+  (0.1ms) RELEASE SAVEPOINT active_record_2
19683
+  (0.1ms) SAVEPOINT active_record_2
19684
+ 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"]]
19685
+  (0.1ms) RELEASE SAVEPOINT active_record_2
19686
+ 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"]]
19687
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
19688
+  (0.9ms) rollback transaction
19689
+  (0.1ms) begin transaction
19690
+  (0.0ms) SAVEPOINT active_record_1
19691
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19692
+  (0.0ms) SAVEPOINT active_record_1
19693
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
19694
+  (0.0ms) rollback transaction
19695
+  (0.1ms) begin transaction
19696
+  (0.1ms) SAVEPOINT active_record_1
19697
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19698
+  (0.0ms) SAVEPOINT active_record_1
19699
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
19700
+  (0.0ms) rollback transaction
19701
+  (0.0ms) begin transaction
19702
+  (0.0ms) SAVEPOINT active_record_1
19703
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19704
+  (0.0ms) SAVEPOINT active_record_1
19705
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
19706
+  (0.0ms) rollback transaction
19707
+  (0.0ms) begin transaction
19708
+  (0.0ms) SAVEPOINT active_record_1
19709
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19710
+  (0.1ms) SAVEPOINT active_record_1
19711
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
19712
+  (0.0ms) rollback transaction
19713
+  (0.0ms) begin transaction
19714
+  (0.0ms) SAVEPOINT active_record_1
19715
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19716
+  (0.0ms) SAVEPOINT active_record_1
19717
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
19718
+  (0.0ms) rollback transaction
19719
+  (0.1ms) begin transaction
19720
+  (0.0ms) SAVEPOINT active_record_1
19721
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19722
+  (0.0ms) SAVEPOINT active_record_1
19723
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
19724
+  (0.1ms) rollback transaction
19725
+  (0.1ms) begin transaction
19726
+  (0.0ms) SAVEPOINT active_record_1
19727
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19728
+  (0.0ms) SAVEPOINT active_record_1
19729
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
19730
+  (0.0ms) rollback transaction
19731
+  (0.1ms) begin transaction
19732
+  (0.0ms) SAVEPOINT active_record_1
19733
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19734
+  (0.0ms) SAVEPOINT active_record_1
19735
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
19736
+  (0.0ms) rollback transaction
19737
+  (0.0ms) begin transaction
19738
+  (0.0ms) SAVEPOINT active_record_1
19739
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19740
+  (0.0ms) SAVEPOINT active_record_1
19741
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
19742
+  (0.0ms) rollback transaction
19743
+  (0.0ms) begin transaction
19744
+  (0.0ms) SAVEPOINT active_record_1
19745
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19746
+  (0.0ms) SAVEPOINT active_record_1
19747
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
19748
+  (0.0ms) rollback transaction
19749
+  (0.1ms) begin transaction
19750
+  (0.1ms) SAVEPOINT active_record_1
19751
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19752
+  (0.0ms) SAVEPOINT active_record_1
19753
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
19754
+  (0.0ms) rollback transaction
19755
+  (0.0ms) begin transaction
19756
+  (0.1ms) SAVEPOINT active_record_1
19757
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19758
+  (0.0ms) SAVEPOINT active_record_1
19759
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
19760
+  (0.0ms) rollback transaction
19761
+  (0.0ms) begin transaction
19762
+  (0.0ms) SAVEPOINT active_record_1
19763
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19764
+  (0.0ms) SAVEPOINT active_record_1
19765
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
19766
+  (0.0ms) rollback transaction
19767
+  (0.0ms) begin transaction
19768
+  (0.1ms) SAVEPOINT active_record_1
19769
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19770
+  (0.1ms) SAVEPOINT active_record_1
19771
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
19772
+  (0.1ms) rollback transaction
19773
+  (0.1ms) begin transaction
19774
+  (0.2ms) SAVEPOINT active_record_1
19775
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19776
+  (0.1ms) SAVEPOINT active_record_1
19777
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
19778
+  (0.0ms) rollback transaction
19779
+  (0.1ms) begin transaction
19780
+  (0.0ms) SAVEPOINT active_record_1
19781
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19782
+  (0.0ms) SAVEPOINT active_record_1
19783
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
19784
+  (0.0ms) rollback transaction
19785
+  (0.1ms) begin transaction
19786
+  (0.1ms) SAVEPOINT active_record_1
19787
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19788
+  (0.1ms) SAVEPOINT active_record_1
19789
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
19790
+  (0.1ms) rollback transaction
19791
+  (0.1ms) begin transaction
19792
+  (0.0ms) SAVEPOINT active_record_1
19793
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19794
+  (0.1ms) SAVEPOINT active_record_1
19795
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
19796
+  (0.1ms) rollback transaction
19797
+  (0.1ms) begin transaction
19798
+  (0.0ms) SAVEPOINT active_record_1
19799
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19800
+  (0.0ms) SAVEPOINT active_record_1
19801
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
19802
+  (0.0ms) rollback transaction
19803
+  (0.0ms) begin transaction
19804
+  (0.0ms) SAVEPOINT active_record_1
19805
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19806
+  (0.0ms) SAVEPOINT active_record_1
19807
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
19808
+  (0.0ms) rollback transaction
19809
+  (0.4ms) begin transaction
19810
+  (0.1ms) SAVEPOINT active_record_1
19811
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19812
+  (0.0ms) SAVEPOINT active_record_1
19813
+  (0.1ms) SAVEPOINT active_record_2
19814
+ 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"]]
19815
+  (0.1ms) RELEASE SAVEPOINT active_record_2
19816
+  (0.1ms) SAVEPOINT active_record_2
19817
+ 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"]]
19818
+  (0.1ms) RELEASE SAVEPOINT active_record_2
19819
+ 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"]]
19820
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
19821
+  (0.9ms) rollback transaction
19822
+  (0.1ms) begin transaction
19823
+  (0.1ms) SAVEPOINT active_record_1
19824
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19825
+  (0.0ms) SAVEPOINT active_record_1
19826
+  (0.0ms) SAVEPOINT active_record_2
19827
+ 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"]]
19828
+  (0.1ms) RELEASE SAVEPOINT active_record_2
19829
+ 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"]]
19830
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
19831
+  (0.6ms) rollback transaction
19832
+  (0.1ms) begin transaction
19833
+  (0.0ms) SAVEPOINT active_record_1
19834
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19835
+  (0.0ms) SAVEPOINT active_record_1
19836
+  (0.0ms) SAVEPOINT active_record_2
19837
+ 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"]]
19838
+  (0.1ms) RELEASE SAVEPOINT active_record_2
19839
+ 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"]]
19840
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
19841
+  (0.5ms) rollback transaction
19842
+  (0.1ms) begin transaction
19843
+  (0.0ms) SAVEPOINT active_record_1
19844
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19845
+  (0.0ms) SAVEPOINT active_record_1
19846
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
19847
+  (0.0ms) rollback transaction
19848
+  (0.1ms) begin transaction
19849
+  (0.0ms) SAVEPOINT active_record_1
19850
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19851
+  (0.1ms) SAVEPOINT active_record_1
19852
+  (0.1ms) SAVEPOINT active_record_2
19853
+ 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"]]
19854
+  (0.0ms) RELEASE SAVEPOINT active_record_2
19855
+ 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"]]
19856
+  (0.1ms) SAVEPOINT active_record_2
19857
+ 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"]]
19858
+  (0.1ms) RELEASE SAVEPOINT active_record_2
19859
+  (0.1ms) SAVEPOINT active_record_2
19860
+ 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"]]
19861
+  (0.1ms) RELEASE SAVEPOINT active_record_2
19862
+ 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"]]
19863
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
19864
+  (0.9ms) rollback transaction
19865
+  (0.1ms) begin transaction
19866
+  (0.0ms) SAVEPOINT active_record_1
19867
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19868
+  (0.0ms) SAVEPOINT active_record_1
19869
+  (0.0ms) SAVEPOINT active_record_2
19870
+ 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"]]
19871
+  (0.0ms) RELEASE SAVEPOINT active_record_2
19872
+  (0.1ms) SAVEPOINT active_record_2
19873
+ 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"]]
19874
+  (0.1ms) RELEASE SAVEPOINT active_record_2
19875
+ 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"]]
19876
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
19877
+  (0.8ms) rollback transaction
19878
+  (0.1ms) begin transaction
19879
+  (0.0ms) SAVEPOINT active_record_1
19880
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19881
+  (0.0ms) SAVEPOINT active_record_1
19882
+  (0.0ms) SAVEPOINT active_record_2
19883
+ 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"]]
19884
+  (0.0ms) RELEASE SAVEPOINT active_record_2
19885
+ 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"]]
19886
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
19887
+  (0.4ms) rollback transaction
19888
+  (0.1ms) begin transaction
19889
+  (0.0ms) SAVEPOINT active_record_1
19890
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19891
+  (0.0ms) SAVEPOINT active_record_1
19892
+  (0.1ms) SAVEPOINT active_record_2
19893
+ 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"]]
19894
+  (0.0ms) RELEASE SAVEPOINT active_record_2
19895
+ 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"]]
19896
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
19897
+  (0.4ms) rollback transaction
19898
+  (0.1ms) begin transaction
19899
+  (0.0ms) SAVEPOINT active_record_1
19900
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19901
+  (0.0ms) SAVEPOINT active_record_1
19902
+  (0.0ms) SAVEPOINT active_record_2
19903
+ 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"]]
19904
+  (0.0ms) RELEASE SAVEPOINT active_record_2
19905
+  (0.1ms) SAVEPOINT active_record_2
19906
+ 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"]]
19907
+  (0.1ms) RELEASE SAVEPOINT active_record_2
19908
+ 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"]]
19909
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
19910
+  (1.1ms) rollback transaction
19911
+  (0.1ms) begin transaction
19912
+  (0.0ms) SAVEPOINT active_record_1
19913
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19914
+  (0.0ms) SAVEPOINT active_record_1
19915
+  (0.0ms) SAVEPOINT active_record_2
19916
+ 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"]]
19917
+  (0.1ms) RELEASE SAVEPOINT active_record_2
19918
+ 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"]]
19919
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
19920
+  (0.5ms) rollback transaction
19921
+  (0.1ms) begin transaction
19922
+  (0.0ms) SAVEPOINT active_record_1
19923
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19924
+  (0.0ms) SAVEPOINT active_record_1
19925
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
19926
+  (0.0ms) rollback transaction
19927
+  (0.0ms) begin transaction
19928
+  (0.1ms) SAVEPOINT active_record_1
19929
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19930
+  (0.0ms) SAVEPOINT active_record_1
19931
+  (0.1ms) SAVEPOINT active_record_2
19932
+ 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"]]
19933
+  (0.1ms) RELEASE SAVEPOINT active_record_2
19934
+  (0.1ms) SAVEPOINT active_record_2
19935
+ 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"]]
19936
+  (0.1ms) RELEASE SAVEPOINT active_record_2
19937
+ 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"]]
19938
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
19939
+  (0.7ms) rollback transaction
19940
+  (0.1ms) begin transaction
19941
+  (0.0ms) SAVEPOINT active_record_1
19942
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19943
+  (0.0ms) SAVEPOINT active_record_1
19944
+  (0.0ms) SAVEPOINT active_record_2
19945
+ 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"]]
19946
+  (0.0ms) RELEASE SAVEPOINT active_record_2
19947
+  (0.1ms) SAVEPOINT active_record_2
19948
+ 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"]]
19949
+  (0.1ms) RELEASE SAVEPOINT active_record_2
19950
+ 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"]]
19951
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
19952
+  (0.9ms) rollback transaction
19953
+  (0.1ms) begin transaction
19954
+  (0.0ms) SAVEPOINT active_record_1
19955
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19956
+  (0.0ms) SAVEPOINT active_record_1
19957
+  (0.0ms) SAVEPOINT active_record_2
19958
+ 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"]]
19959
+  (0.0ms) RELEASE SAVEPOINT active_record_2
19960
+ 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"]]
19961
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
19962
+  (0.5ms) rollback transaction
19963
+  (0.1ms) begin transaction
19964
+  (0.0ms) SAVEPOINT active_record_1
19965
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19966
+  (0.0ms) SAVEPOINT active_record_1
19967
+  (0.0ms) SAVEPOINT active_record_2
19968
+ 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"]]
19969
+  (0.1ms) RELEASE SAVEPOINT active_record_2
19970
+ User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT 1
19971
+ 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"]]
19972
+ 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"]]
19973
+  (12.4ms) ROLLBACK TO SAVEPOINT active_record_1
19974
+  (0.4ms) rollback transaction
19975
+  (0.3ms) begin transaction
19976
+  (0.1ms) SAVEPOINT active_record_1
19977
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19978
+  (0.0ms) SAVEPOINT active_record_1
19979
+  (0.1ms) SAVEPOINT active_record_2
19980
+ 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"]]
19981
+  (0.1ms) RELEASE SAVEPOINT active_record_2
19982
+ 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"]]
19983
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
19984
+  (0.5ms) rollback transaction
19985
+  (0.1ms) begin transaction
19986
+  (0.0ms) SAVEPOINT active_record_1
19987
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19988
+  (0.0ms) SAVEPOINT active_record_1
19989
+  (0.0ms) SAVEPOINT active_record_2
19990
+ 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"]]
19991
+  (0.0ms) RELEASE SAVEPOINT active_record_2
19992
+  (0.1ms) SAVEPOINT active_record_2
19993
+ 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"]]
19994
+  (0.1ms) RELEASE SAVEPOINT active_record_2
19995
+ 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"]]
19996
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
19997
+  (0.8ms) rollback transaction
19998
+  (0.1ms) begin transaction
19999
+  (0.0ms) SAVEPOINT active_record_1
20000
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20001
+  (0.0ms) SAVEPOINT active_record_1
20002
+  (0.1ms) SAVEPOINT active_record_2
20003
+ 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"]]
20004
+  (0.1ms) RELEASE SAVEPOINT active_record_2
20005
+ 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"]]
20006
+  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1
20007
+  (0.7ms) rollback transaction
20008
+  (0.1ms) begin transaction
20009
+  (0.1ms) SAVEPOINT active_record_1
20010
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20011
+  (0.0ms) SAVEPOINT active_record_1
20012
+  (0.0ms) SAVEPOINT active_record_2
20013
+ 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"]]
20014
+  (0.1ms) RELEASE SAVEPOINT active_record_2
20015
+  (0.1ms) SAVEPOINT active_record_2
20016
+ 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"]]
20017
+  (0.1ms) RELEASE SAVEPOINT active_record_2
20018
+ 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"]]
20019
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
20020
+  (0.8ms) rollback transaction
20021
+  (0.1ms) begin transaction
20022
+  (0.0ms) SAVEPOINT active_record_1
20023
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20024
+  (0.0ms) SAVEPOINT active_record_1
20025
+  (0.0ms) SAVEPOINT active_record_2
20026
+ 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"]]
20027
+  (0.1ms) RELEASE SAVEPOINT active_record_2
20028
+ 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"]]
20029
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
20030
+  (0.5ms) rollback transaction
20031
+  (0.1ms) begin transaction
20032
+  (0.0ms) SAVEPOINT active_record_1
20033
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20034
+  (0.0ms) SAVEPOINT active_record_1
20035
+  (0.0ms) SAVEPOINT active_record_2
20036
+ 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"]]
20037
+  (0.0ms) RELEASE SAVEPOINT active_record_2
20038
+  (0.1ms) SAVEPOINT active_record_2
20039
+ 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"]]
20040
+  (0.1ms) RELEASE SAVEPOINT active_record_2
20041
+ 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"]]
20042
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
20043
+  (0.8ms) rollback transaction
20044
+  (0.1ms) begin transaction
20045
+  (0.0ms) SAVEPOINT active_record_1
20046
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20047
+  (0.0ms) SAVEPOINT active_record_1
20048
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
20049
+  (0.2ms) rollback transaction
20050
+  (0.1ms) begin transaction
20051
+  (0.0ms) SAVEPOINT active_record_1
20052
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20053
+  (0.0ms) SAVEPOINT active_record_1
20054
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
20055
+  (0.0ms) rollback transaction
20056
+  (0.0ms) begin transaction
20057
+  (0.0ms) SAVEPOINT active_record_1
20058
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20059
+  (0.0ms) SAVEPOINT active_record_1
20060
+  (0.1ms) SAVEPOINT active_record_2
20061
+ 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"]]
20062
+  (0.1ms) RELEASE SAVEPOINT active_record_2
20063
+ 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"]]
20064
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
20065
+  (0.5ms) rollback transaction
20066
+  (0.1ms) begin transaction
20067
+  (0.0ms) SAVEPOINT active_record_1
20068
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20069
+  (0.0ms) SAVEPOINT active_record_1
20070
+  (0.0ms) SAVEPOINT active_record_2
20071
+ 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"]]
20072
+  (0.0ms) RELEASE SAVEPOINT active_record_2
20073
+  (0.1ms) SAVEPOINT active_record_2
20074
+ 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"]]
20075
+  (0.1ms) RELEASE SAVEPOINT active_record_2
20076
+ 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"]]
20077
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
20078
+  (0.9ms) rollback transaction
20079
+  (0.1ms) begin transaction
20080
+  (0.0ms) SAVEPOINT active_record_1
20081
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20082
+  (0.0ms) SAVEPOINT active_record_1
20083
+  (0.1ms) SAVEPOINT active_record_2
20084
+ 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"]]
20085
+  (0.0ms) RELEASE SAVEPOINT active_record_2
20086
+ 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"]]
20087
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
20088
+  (0.5ms) rollback transaction
20089
+  (0.1ms) begin transaction
20090
+  (0.0ms) SAVEPOINT active_record_1
20091
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20092
+  (0.0ms) SAVEPOINT active_record_1
20093
+  (0.0ms) SAVEPOINT active_record_2
20094
+ 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"]]
20095
+  (0.1ms) RELEASE SAVEPOINT active_record_2
20096
+ 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"]]
20097
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
20098
+  (0.5ms) rollback transaction
20099
+  (0.1ms) begin transaction
20100
+  (0.0ms) SAVEPOINT active_record_1
20101
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20102
+  (0.0ms) SAVEPOINT active_record_1
20103
+  (0.0ms) SAVEPOINT active_record_2
20104
+ 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"]]
20105
+  (0.0ms) RELEASE SAVEPOINT active_record_2
20106
+ 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"]]
20107
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
20108
+  (0.6ms) rollback transaction
20109
+  (0.1ms) begin transaction
20110
+  (0.0ms) SAVEPOINT active_record_1
20111
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20112
+  (0.0ms) SAVEPOINT active_record_1
20113
+  (0.0ms) SAVEPOINT active_record_2
20114
+ 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"]]
20115
+  (0.0ms) RELEASE SAVEPOINT active_record_2
20116
+ 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"]]
20117
+  (0.1ms) SAVEPOINT active_record_2
20118
+ 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"]]
20119
+  (0.0ms) RELEASE SAVEPOINT active_record_2
20120
+  (0.1ms) SAVEPOINT active_record_2
20121
+ 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"]]
20122
+  (0.1ms) RELEASE SAVEPOINT active_record_2
20123
+ 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"]]
20124
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
20125
+  (0.8ms) rollback transaction
20126
+  (0.1ms) begin transaction
20127
+  (0.1ms) SAVEPOINT active_record_1
20128
+  (0.1ms) RELEASE SAVEPOINT active_record_1
20129
+  (0.0ms) SAVEPOINT active_record_1
20130
+  (0.0ms) SAVEPOINT active_record_2
20131
+ 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"]]
20132
+  (0.0ms) RELEASE SAVEPOINT active_record_2
20133
+  (0.1ms) SAVEPOINT active_record_2
20134
+ 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"]]
20135
+  (0.1ms) RELEASE SAVEPOINT active_record_2
20136
+ 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"]]
20137
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
20138
+  (0.8ms) rollback transaction
20139
+  (0.5ms) begin transaction
20140
+  (0.1ms) SAVEPOINT active_record_1
20141
+  (0.1ms) RELEASE SAVEPOINT active_record_1
20142
+  (0.0ms) SAVEPOINT active_record_1
20143
+  (0.1ms) SAVEPOINT active_record_2
20144
+ 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"]]
20145
+  (0.1ms) RELEASE SAVEPOINT active_record_2
20146
+  (0.1ms) SAVEPOINT active_record_2
20147
+ 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"]]
20148
+  (0.1ms) RELEASE SAVEPOINT active_record_2
20149
+ 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"]]
20150
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
20151
+  (43.1ms) rollback transaction
20152
+  (0.1ms) begin transaction
20153
+  (0.1ms) SAVEPOINT active_record_1
20154
+  (0.1ms) RELEASE SAVEPOINT active_record_1
20155
+  (0.1ms) SAVEPOINT active_record_1
20156
+  (0.1ms) SAVEPOINT active_record_2
20157
+ 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"]]
20158
+  (0.1ms) RELEASE SAVEPOINT active_record_2
20159
+ 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"]]
20160
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
20161
+  (0.5ms) rollback transaction
20162
+  (0.1ms) begin transaction
20163
+  (0.1ms) SAVEPOINT active_record_1
20164
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20165
+  (0.0ms) SAVEPOINT active_record_1
20166
+  (0.0ms) SAVEPOINT active_record_2
20167
+ 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"]]
20168
+  (0.0ms) RELEASE SAVEPOINT active_record_2
20169
+  (0.1ms) SAVEPOINT active_record_2
20170
+ 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"]]
20171
+  (0.1ms) RELEASE SAVEPOINT active_record_2
20172
+ 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"]]
20173
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
20174
+  (0.8ms) rollback transaction
20175
+  (0.1ms) begin transaction
20176
+  (0.0ms) SAVEPOINT active_record_1
20177
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20178
+  (0.0ms) SAVEPOINT active_record_1
20179
+  (0.0ms) SAVEPOINT active_record_2
20180
+ 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"]]
20181
+  (0.0ms) RELEASE SAVEPOINT active_record_2
20182
+ 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"]]
20183
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
20184
+  (0.5ms) rollback transaction
20185
+  (0.1ms) begin transaction
20186
+  (0.0ms) SAVEPOINT active_record_1
20187
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20188
+  (0.0ms) SAVEPOINT active_record_1
20189
+  (0.0ms) SAVEPOINT active_record_2
20190
+ 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"]]
20191
+  (0.1ms) RELEASE SAVEPOINT active_record_2
20192
+ 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"]]
20193
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
20194
+  (0.5ms) rollback transaction
20195
+  (0.1ms) begin transaction
20196
+  (0.0ms) SAVEPOINT active_record_1
20197
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20198
+  (0.0ms) SAVEPOINT active_record_1
20199
+  (0.0ms) SAVEPOINT active_record_2
20200
+ 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"]]
20201
+  (0.1ms) RELEASE SAVEPOINT active_record_2
20202
+  (0.1ms) SAVEPOINT active_record_2
20203
+ 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"]]
20204
+  (0.1ms) RELEASE SAVEPOINT active_record_2
20205
+ 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"]]
20206
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
20207
+  (0.9ms) rollback transaction
20208
+  (0.1ms) begin transaction
20209
+  (0.0ms) SAVEPOINT active_record_1
20210
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20211
+  (0.0ms) SAVEPOINT active_record_1
20212
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
20213
+  (0.0ms) rollback transaction
20214
+  (0.1ms) begin transaction
20215
+  (0.1ms) SAVEPOINT active_record_1
20216
+  (0.1ms) RELEASE SAVEPOINT active_record_1
20217
+  (0.0ms) SAVEPOINT active_record_1
20218
+  (0.0ms) SAVEPOINT active_record_2
20219
+ 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"]]
20220
+  (0.1ms) RELEASE SAVEPOINT active_record_2
20221
+ 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"]]
20222
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
20223
+  (0.5ms) rollback transaction
20224
+  (0.1ms) begin transaction
20225
+  (0.0ms) SAVEPOINT active_record_1
20226
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20227
+  (0.0ms) SAVEPOINT active_record_1
20228
+  (0.1ms) SAVEPOINT active_record_2
20229
+ 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"]]
20230
+  (0.0ms) RELEASE SAVEPOINT active_record_2
20231
+  (0.1ms) SAVEPOINT active_record_2
20232
+ 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"]]
20233
+  (0.1ms) RELEASE SAVEPOINT active_record_2
20234
+ 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"]]
20235
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
20236
+  (0.8ms) rollback transaction
20237
+  (0.1ms) begin transaction
20238
+  (0.0ms) SAVEPOINT active_record_1
20239
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20240
+  (0.0ms) SAVEPOINT active_record_1
20241
+  (0.0ms) SAVEPOINT active_record_2
20242
+ 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"]]
20243
+  (0.0ms) RELEASE SAVEPOINT active_record_2
20244
+ 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"]]
20245
+  (0.1ms) SAVEPOINT active_record_2
20246
+ 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"]]
20247
+  (0.0ms) RELEASE SAVEPOINT active_record_2
20248
+  (0.1ms) SAVEPOINT active_record_2
20249
+ 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"]]
20250
+  (0.1ms) RELEASE SAVEPOINT active_record_2
20251
+ 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"]]
20252
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
20253
+  (0.7ms) rollback transaction
20254
+  (0.1ms) begin transaction
20255
+  (0.0ms) SAVEPOINT active_record_1
20256
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20257
+  (0.0ms) SAVEPOINT active_record_1
20258
+  (0.1ms) SAVEPOINT active_record_2
20259
+ 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"]]
20260
+  (0.1ms) RELEASE SAVEPOINT active_record_2
20261
+ 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"]]
20262
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
20263
+  (1.0ms) rollback transaction
20264
+  (0.1ms) begin transaction
20265
+  (0.0ms) SAVEPOINT active_record_1
20266
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20267
+  (0.0ms) SAVEPOINT active_record_1
20268
+  (0.0ms) SAVEPOINT active_record_2
20269
+ 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"]]
20270
+  (0.0ms) RELEASE SAVEPOINT active_record_2
20271
+  (0.1ms) SAVEPOINT active_record_2
20272
+ 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"]]
20273
+  (0.1ms) RELEASE SAVEPOINT active_record_2
20274
+ 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"]]
20275
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
20276
+  (0.7ms) rollback transaction
20277
+  (0.1ms) begin transaction
20278
+  (0.0ms) SAVEPOINT active_record_1
20279
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20280
+  (0.0ms) SAVEPOINT active_record_1
20281
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
20282
+  (0.0ms) rollback transaction
20283
+  (0.1ms) begin transaction
20284
+  (0.0ms) SAVEPOINT active_record_1
20285
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20286
+  (0.0ms) SAVEPOINT active_record_1
20287
+  (0.0ms) SAVEPOINT active_record_2
20288
+ 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"]]
20289
+  (0.0ms) RELEASE SAVEPOINT active_record_2
20290
+ 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"]]
20291
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
20292
+  (0.5ms) rollback transaction
20293
+  (0.1ms) begin transaction
20294
+  (0.0ms) SAVEPOINT active_record_1
20295
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20296
+  (0.0ms) SAVEPOINT active_record_1
20297
+  (0.0ms) SAVEPOINT active_record_2
20298
+ 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"]]
20299
+  (0.0ms) RELEASE SAVEPOINT active_record_2
20300
+ 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"]]
20301
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
20302
+  (0.4ms) rollback transaction
20303
+  (0.5ms) begin transaction
20304
+  (0.1ms) SAVEPOINT active_record_1
20305
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20306
+  (0.0ms) SAVEPOINT active_record_1
20307
+  (0.1ms) SAVEPOINT active_record_2
20308
+ 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"]]
20309
+  (0.1ms) RELEASE SAVEPOINT active_record_2
20310
+ 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"]]
20311
+  (9.8ms) ROLLBACK TO SAVEPOINT active_record_1
20312
+  (0.5ms) rollback transaction
20313
+  (0.4ms) begin transaction
20314
+  (0.1ms) SAVEPOINT active_record_1
20315
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20316
+  (0.0ms) SAVEPOINT active_record_1
20317
+  (0.1ms) SAVEPOINT active_record_2
20318
+ 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"]]
20319
+  (0.1ms) RELEASE SAVEPOINT active_record_2
20320
+  (0.1ms) SAVEPOINT active_record_2
20321
+ 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"]]
20322
+  (0.1ms) RELEASE SAVEPOINT active_record_2
20323
+ 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"]]
20324
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
20325
+  (0.9ms) rollback transaction
20326
+  (0.3ms) begin transaction
20327
+  (0.1ms) SAVEPOINT active_record_1
20328
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20329
+  (0.0ms) SAVEPOINT active_record_1
20330
+  (0.1ms) SAVEPOINT active_record_2
20331
+ 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"]]
20332
+  (0.1ms) RELEASE SAVEPOINT active_record_2
20333
+  (0.1ms) SAVEPOINT active_record_2
20334
+ 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"]]
20335
+  (0.1ms) RELEASE SAVEPOINT active_record_2
20336
+ 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"]]
20337
+  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1
20338
+  (0.9ms) rollback transaction
20339
+  (0.3ms) begin transaction
20340
+  (0.1ms) SAVEPOINT active_record_1
20341
+  (0.1ms) RELEASE SAVEPOINT active_record_1
20342
+  (0.0ms) SAVEPOINT active_record_1
20343
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
20344
+  (0.0ms) rollback transaction
20345
+  (0.1ms) begin transaction
20346
+  (0.0ms) SAVEPOINT active_record_1
20347
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20348
+  (0.0ms) SAVEPOINT active_record_1
20349
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
20350
+  (0.0ms) rollback transaction
20351
+  (0.0ms) begin transaction
20352
+  (0.0ms) SAVEPOINT active_record_1
20353
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20354
+  (0.0ms) SAVEPOINT active_record_1
20355
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
20356
+  (0.0ms) rollback transaction
20357
+  (0.0ms) begin transaction
20358
+  (0.0ms) SAVEPOINT active_record_1
20359
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20360
+  (0.0ms) SAVEPOINT active_record_1
20361
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
20362
+  (0.0ms) rollback transaction
20363
+  (0.0ms) begin transaction
20364
+  (0.0ms) SAVEPOINT active_record_1
20365
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20366
+  (0.0ms) SAVEPOINT active_record_1
20367
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
20368
+  (0.0ms) rollback transaction
20369
+  (0.1ms) begin transaction
20370
+  (0.0ms) SAVEPOINT active_record_1
20371
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20372
+  (0.0ms) SAVEPOINT active_record_1
20373
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
20374
+  (0.0ms) rollback transaction
20375
+  (0.0ms) begin transaction
20376
+  (0.0ms) SAVEPOINT active_record_1
20377
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20378
+  (0.0ms) SAVEPOINT active_record_1
20379
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
20380
+  (0.0ms) rollback transaction
20381
+  (0.0ms) begin transaction
20382
+  (0.1ms) SAVEPOINT active_record_1
20383
+  (0.1ms) RELEASE SAVEPOINT active_record_1
20384
+  (0.0ms) SAVEPOINT active_record_1
20385
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
20386
+  (0.0ms) rollback transaction
20387
+  (0.1ms) begin transaction
20388
+  (0.0ms) SAVEPOINT active_record_1
20389
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20390
+  (0.0ms) SAVEPOINT active_record_1
20391
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
20392
+  (0.0ms) rollback transaction
20393
+  (0.0ms) begin transaction
20394
+  (0.0ms) SAVEPOINT active_record_1
20395
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20396
+  (0.0ms) SAVEPOINT active_record_1
20397
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
20398
+  (0.0ms) rollback transaction
20399
+  (0.1ms) begin transaction
20400
+  (0.0ms) SAVEPOINT active_record_1
20401
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20402
+  (0.0ms) SAVEPOINT active_record_1
20403
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
20404
+  (0.1ms) rollback transaction
20405
+  (0.1ms) begin transaction
20406
+  (0.1ms) SAVEPOINT active_record_1
20407
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20408
+  (0.0ms) SAVEPOINT active_record_1
20409
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
20410
+  (0.0ms) rollback transaction
20411
+  (0.0ms) begin transaction
20412
+  (0.0ms) SAVEPOINT active_record_1
20413
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20414
+  (0.0ms) SAVEPOINT active_record_1
20415
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
20416
+  (0.0ms) rollback transaction
20417
+  (2.2ms) begin transaction
20418
+  (1.1ms) SAVEPOINT active_record_1
20419
+  (0.1ms) RELEASE SAVEPOINT active_record_1
20420
+  (0.0ms) SAVEPOINT active_record_1
20421
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
20422
+  (0.1ms) rollback transaction
20423
+  (0.1ms) begin transaction
20424
+  (0.0ms) SAVEPOINT active_record_1
20425
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20426
+  (0.0ms) SAVEPOINT active_record_1
20427
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
20428
+  (0.0ms) rollback transaction
20429
+  (0.0ms) begin transaction
20430
+  (0.0ms) SAVEPOINT active_record_1
20431
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20432
+  (0.0ms) SAVEPOINT active_record_1
20433
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
20434
+  (0.0ms) rollback transaction
20435
+  (0.1ms) begin transaction
20436
+  (0.0ms) SAVEPOINT active_record_1
20437
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20438
+  (0.0ms) SAVEPOINT active_record_1
20439
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
20440
+  (0.0ms) rollback transaction
20441
+  (0.0ms) begin transaction
20442
+  (0.0ms) SAVEPOINT active_record_1
20443
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20444
+  (0.0ms) SAVEPOINT active_record_1
20445
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
20446
+  (0.0ms) rollback transaction
20447
+  (0.1ms) begin transaction
20448
+  (0.0ms) SAVEPOINT active_record_1
20449
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20450
+  (0.0ms) SAVEPOINT active_record_1
20451
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
20452
+  (0.1ms) rollback transaction
20453
+  (0.1ms) begin transaction
20454
+  (0.0ms) SAVEPOINT active_record_1
20455
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20456
+  (0.0ms) SAVEPOINT active_record_1
20457
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
20458
+  (0.0ms) rollback transaction
20459
+  (0.1ms) begin transaction
20460
+  (0.0ms) SAVEPOINT active_record_1
20461
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20462
+  (0.0ms) SAVEPOINT active_record_1
20463
+  (0.1ms) SAVEPOINT active_record_2
20464
+ 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"]]
20465
+  (0.0ms) RELEASE SAVEPOINT active_record_2
20466
+ 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"]]
20467
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
20468
+  (0.5ms) rollback transaction
20469
+  (0.1ms) begin transaction
20470
+  (0.1ms) SAVEPOINT active_record_1
20471
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20472
+  (0.0ms) SAVEPOINT active_record_1
20473
+  (0.0ms) SAVEPOINT active_record_2
20474
+ 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"]]
20475
+  (0.1ms) RELEASE SAVEPOINT active_record_2
20476
+  (0.1ms) SAVEPOINT active_record_2
20477
+ 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"]]
20478
+  (0.1ms) RELEASE SAVEPOINT active_record_2
20479
+ 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"]]
20480
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
20481
+  (0.9ms) rollback transaction
20482
+  (0.1ms) begin transaction
20483
+  (0.0ms) SAVEPOINT active_record_1
20484
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20485
+  (0.0ms) SAVEPOINT active_record_1
20486
+  (0.0ms) SAVEPOINT active_record_2
20487
+ 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"]]
20488
+  (0.0ms) RELEASE SAVEPOINT active_record_2
20489
+  (0.1ms) SAVEPOINT active_record_2
20490
+ 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"]]
20491
+  (0.1ms) RELEASE SAVEPOINT active_record_2
20492
+ 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"]]
20493
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
20494
+  (0.9ms) rollback transaction
20495
+  (0.1ms) begin transaction
20496
+  (0.0ms) SAVEPOINT active_record_1
20497
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20498
+  (0.0ms) SAVEPOINT active_record_1
20499
+  (0.1ms) SAVEPOINT active_record_2
20500
+ 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"]]
20501
+  (0.0ms) RELEASE SAVEPOINT active_record_2
20502
+ 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"]]
20503
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
20504
+  (0.4ms) rollback transaction
20505
+  (0.1ms) begin transaction
20506
+  (0.0ms) SAVEPOINT active_record_1
20507
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20508
+  (0.0ms) SAVEPOINT active_record_1
20509
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
20510
+  (0.0ms) rollback transaction
20511
+  (0.1ms) begin transaction
20512
+  (0.0ms) SAVEPOINT active_record_1
20513
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20514
+  (0.0ms) SAVEPOINT active_record_1
20515
+  (0.0ms) SAVEPOINT active_record_2
20516
+ 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"]]
20517
+  (0.1ms) RELEASE SAVEPOINT active_record_2
20518
+  (0.1ms) SAVEPOINT active_record_2
20519
+ 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"]]
20520
+  (0.1ms) RELEASE SAVEPOINT active_record_2
20521
+ 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"]]
20522
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
20523
+  (1.0ms) rollback transaction
20524
+  (0.1ms) begin transaction
20525
+  (0.1ms) SAVEPOINT active_record_1
20526
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20527
+  (0.0ms) SAVEPOINT active_record_1
20528
+  (0.0ms) SAVEPOINT active_record_2
20529
+ 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"]]
20530
+  (0.0ms) RELEASE SAVEPOINT active_record_2
20531
+ 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"]]
20532
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
20533
+  (0.5ms) rollback transaction
20534
+  (0.1ms) begin transaction
20535
+  (0.0ms) SAVEPOINT active_record_1
20536
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20537
+  (0.0ms) SAVEPOINT active_record_1
20538
+  (0.0ms) SAVEPOINT active_record_2
20539
+ 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"]]
20540
+  (0.0ms) RELEASE SAVEPOINT active_record_2
20541
+ 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"]]
20542
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
20543
+  (0.5ms) rollback transaction
20544
+  (0.1ms) begin transaction
20545
+  (0.0ms) SAVEPOINT active_record_1
20546
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20547
+  (0.0ms) SAVEPOINT active_record_1
20548
+  (0.0ms) SAVEPOINT active_record_2
20549
+ 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"]]
20550
+  (0.0ms) RELEASE SAVEPOINT active_record_2
20551
+ 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"]]
20552
+  (0.1ms) SAVEPOINT active_record_2
20553
+ 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"]]
20554
+  (0.1ms) RELEASE SAVEPOINT active_record_2
20555
+  (0.1ms) SAVEPOINT active_record_2
20556
+ 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"]]
20557
+  (0.1ms) RELEASE SAVEPOINT active_record_2
20558
+ 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"]]
20559
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
20560
+  (0.9ms) rollback transaction
20561
+  (0.1ms) begin transaction
20562
+  (0.0ms) SAVEPOINT active_record_1
20563
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20564
+  (0.0ms) SAVEPOINT active_record_1
20565
+  (0.0ms) SAVEPOINT active_record_2
20566
+ 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"]]
20567
+  (0.0ms) RELEASE SAVEPOINT active_record_2
20568
+  (0.1ms) SAVEPOINT active_record_2
20569
+ 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"]]
20570
+  (0.1ms) RELEASE SAVEPOINT active_record_2
20571
+ 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"]]
20572
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
20573
+  (0.9ms) rollback transaction
20574
+  (0.1ms) begin transaction
20575
+  (0.0ms) SAVEPOINT active_record_1
20576
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20577
+  (0.0ms) SAVEPOINT active_record_1
20578
+  (0.0ms) SAVEPOINT active_record_2
20579
+ 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"]]
20580
+  (0.0ms) RELEASE SAVEPOINT active_record_2
20581
+ 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"]]
20582
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
20583
+  (0.8ms) rollback transaction
20584
+  (0.1ms) begin transaction
20585
+  (0.0ms) SAVEPOINT active_record_1
20586
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20587
+  (0.0ms) SAVEPOINT active_record_1
20588
+  (0.0ms) SAVEPOINT active_record_2
20589
+ 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"]]
20590
+  (0.0ms) RELEASE SAVEPOINT active_record_2
20591
+ 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"]]
20592
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
20593
+  (0.6ms) rollback transaction
20594
+  (0.1ms) begin transaction
20595
+  (0.0ms) SAVEPOINT active_record_1
20596
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20597
+  (0.0ms) SAVEPOINT active_record_1
20598
+  (0.0ms) SAVEPOINT active_record_2
20599
+ 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"]]
20600
+  (0.0ms) RELEASE SAVEPOINT active_record_2
20601
+  (0.1ms) SAVEPOINT active_record_2
20602
+ 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"]]
20603
+  (0.1ms) RELEASE SAVEPOINT active_record_2
20604
+ 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"]]
20605
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
20606
+  (0.8ms) rollback transaction
20607
+  (0.1ms) begin transaction
20608
+  (0.0ms) SAVEPOINT active_record_1
20609
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20610
+  (0.0ms) SAVEPOINT active_record_1
20611
+  (0.1ms) SAVEPOINT active_record_2
20612
+ 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"]]
20613
+  (0.0ms) RELEASE SAVEPOINT active_record_2
20614
+ 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"]]
20615
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
20616
+  (0.5ms) rollback transaction
20617
+  (0.1ms) begin transaction
20618
+  (0.0ms) SAVEPOINT active_record_1
20619
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20620
+  (0.0ms) SAVEPOINT active_record_1
20621
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
20622
+  (0.0ms) rollback transaction
20623
+  (0.1ms) begin transaction
20624
+  (0.0ms) SAVEPOINT active_record_1
20625
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20626
+  (0.0ms) SAVEPOINT active_record_1
20627
+  (0.0ms) SAVEPOINT active_record_2
20628
+ 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"]]
20629
+  (0.0ms) RELEASE SAVEPOINT active_record_2
20630
+ Processing by ProfilePicturesController#create as HTML
20631
+ 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"}
20632
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
20633
+  (0.1ms) SAVEPOINT active_record_2
20634
+ 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"]]
20635
+  (0.1ms) RELEASE SAVEPOINT active_record_2
20636
+ Rendered profile_pictures/create.html.erb within layouts/poodle/image_upload (0.6ms)
20637
+ Completed 200 OK in 131ms (Views: 30.5ms | ActiveRecord: 0.8ms)
20638
+  (0.1ms) SELECT COUNT(*) FROM "images"
20639
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
20640
+  (0.9ms) rollback transaction
20641
+  (0.1ms) begin transaction
20642
+  (0.1ms) SAVEPOINT active_record_1
20643
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20644
+  (0.0ms) SAVEPOINT active_record_1
20645
+  (0.0ms) SAVEPOINT active_record_2
20646
+ 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"]]
20647
+  (0.1ms) RELEASE SAVEPOINT active_record_2
20648
+  (0.1ms) SAVEPOINT active_record_2
20649
+ 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"]]
20650
+  (0.1ms) RELEASE SAVEPOINT active_record_2
20651
+ 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"]]
20652
+ Processing by ProfilePicturesController#update as HTML
20653
+ 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"}
20654
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
20655
+ Image::ProfilePicture Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 1]]
20656
+  (0.1ms) SAVEPOINT active_record_2
20657
+ Image::ProfilePicture Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 1]]
20658
+ 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]]
20659
+  (0.1ms) RELEASE SAVEPOINT active_record_2
20660
+ Rendered profile_pictures/update.html.erb within layouts/poodle/image_upload (0.6ms)
20661
+ Completed 200 OK in 50ms (Views: 2.2ms | ActiveRecord: 0.6ms)
20662
+  (0.1ms) SELECT COUNT(*) FROM "images"
20663
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
20664
+  (0.8ms) rollback transaction
20665
+  (0.1ms) begin transaction
20666
+  (0.0ms) SAVEPOINT active_record_1
20667
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20668
+  (0.0ms) SAVEPOINT active_record_1
20669
+  (0.0ms) SAVEPOINT active_record_2
20670
+ 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"]]
20671
+  (0.0ms) RELEASE SAVEPOINT active_record_2
20672
+  (0.1ms) SAVEPOINT active_record_2
20673
+ 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"]]
20674
+  (0.1ms) RELEASE SAVEPOINT active_record_2
20675
+ 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"]]
20676
+ Processing by ProfilePicturesController#edit as JS
20677
+ Parameters: {"image_type"=>"Image::ProfilePicture", "imageable_type"=>"User", "imageable_id"=>"1", "id"=>"1"}
20678
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
20679
+ Image::ProfilePicture Load (0.0ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 1]]
20680
+ Rendered profile_pictures/edit.js.erb (0.5ms)
20681
+ Completed 200 OK in 25ms (Views: 23.6ms | ActiveRecord: 0.1ms)
20682
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
20683
+  (1.2ms) rollback transaction
20684
+  (0.1ms) begin transaction
20685
+  (0.1ms) SAVEPOINT active_record_1
20686
+  (0.1ms) RELEASE SAVEPOINT active_record_1
20687
+  (0.1ms) SAVEPOINT active_record_1
20688
+  (0.1ms) SAVEPOINT active_record_2
20689
+ 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"]]
20690
+  (0.1ms) RELEASE SAVEPOINT active_record_2
20691
+ Processing by ProfilePicturesController#new as JS
20692
+ Parameters: {"image_type"=>"Image::ProfilePicture", "imageable_type"=>"User", "imageable_id"=>"1"}
20693
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
20694
+ Rendered profile_pictures/new.js.erb (0.4ms)
20695
+ Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.1ms)
20696
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
20697
+  (0.5ms) rollback transaction