strong_form 0.0.5 → 0.0.6

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.
@@ -26551,3 +26551,4247 @@ Processing by BaseController#nested_form_gem as HTML
26551
26551
  Rendered base/nested_form_gem.html.haml within layouts/application (3.3ms)
26552
26552
  Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms)
26553
26553
   (0.0ms) rollback transaction
26554
+ ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
26555
+  (0.7ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "street" varchar, "city" varchar, "country" varchar, "description" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
26556
+  (0.6ms) CREATE TABLE "tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "description" text, "taggable_id" integer, "taggable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
26557
+  (0.6ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
26558
+  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
26559
+  (0.0ms) select sqlite_version(*)
26560
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
26561
+  (0.1ms) SELECT version FROM "schema_migrations"
26562
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
26563
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626095843')
26564
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
26565
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
26566
+  (0.1ms) begin transaction
26567
+  (0.1ms) rollback transaction
26568
+  (0.0ms) begin transaction
26569
+  (0.0ms) rollback transaction
26570
+  (0.1ms) begin transaction
26571
+  (0.0ms) rollback transaction
26572
+  (0.0ms) begin transaction
26573
+  (0.0ms) rollback transaction
26574
+  (0.0ms) begin transaction
26575
+  (0.0ms) rollback transaction
26576
+  (0.0ms) begin transaction
26577
+ Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
26578
+ Processing by BaseController#fields_for_explicit as HTML
26579
+ Rendered base/_user_fields.html.haml (2.9ms)
26580
+ Rendered base/_address_fields.html.haml (2.6ms)
26581
+ Rendered base/_tag_fields.html.haml (1.1ms)
26582
+ Rendered base/fields_for_explicit.html.haml within layouts/application (15.4ms)
26583
+ Completed 200 OK in 157ms (Views: 126.9ms | ActiveRecord: 0.5ms)
26584
+  (0.1ms) rollback transaction
26585
+  (0.0ms) begin transaction
26586
+ Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
26587
+ Processing by BaseController#fields_for_explicit as HTML
26588
+ Rendered base/_user_fields.html.haml (0.4ms)
26589
+ Rendered base/_address_fields.html.haml (0.5ms)
26590
+ Rendered base/_tag_fields.html.haml (0.2ms)
26591
+ Rendered base/fields_for_explicit.html.haml within layouts/application (2.3ms)
26592
+ Completed 200 OK in 5ms (Views: 3.3ms | ActiveRecord: 0.0ms)
26593
+  (0.0ms) rollback transaction
26594
+  (0.0ms) begin transaction
26595
+ Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
26596
+ Processing by BaseController#fields_for_explicit as HTML
26597
+ Rendered base/_user_fields.html.haml (0.4ms)
26598
+ Rendered base/_address_fields.html.haml (0.4ms)
26599
+ Rendered base/_tag_fields.html.haml (0.2ms)
26600
+ Rendered base/fields_for_explicit.html.haml within layouts/application (2.0ms)
26601
+ Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
26602
+  (0.0ms) rollback transaction
26603
+  (0.0ms) begin transaction
26604
+ Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
26605
+ Processing by BaseController#fields_for_explicit as HTML
26606
+ Rendered base/_user_fields.html.haml (0.3ms)
26607
+ Rendered base/_address_fields.html.haml (0.4ms)
26608
+ Rendered base/_tag_fields.html.haml (0.2ms)
26609
+ Rendered base/fields_for_explicit.html.haml within layouts/application (1.9ms)
26610
+ Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)
26611
+  (0.0ms) rollback transaction
26612
+  (0.0ms) begin transaction
26613
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
26614
+ Processing by BaseController#basic_form as HTML
26615
+ Rendered base/_user_fields.html.haml (0.7ms)
26616
+ Rendered base/basic_form.html.haml within layouts/application (3.5ms)
26617
+ Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
26618
+  (0.1ms) rollback transaction
26619
+  (0.0ms) begin transaction
26620
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
26621
+ Processing by BaseController#basic_form as HTML
26622
+ Rendered base/_user_fields.html.haml (0.4ms)
26623
+ Rendered base/basic_form.html.haml within layouts/application (1.0ms)
26624
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
26625
+  (0.0ms) rollback transaction
26626
+  (0.0ms) begin transaction
26627
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
26628
+ Processing by BaseController#basic_form as HTML
26629
+ Rendered base/_user_fields.html.haml (0.3ms)
26630
+ Rendered base/basic_form.html.haml within layouts/application (0.7ms)
26631
+ Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
26632
+  (0.0ms) rollback transaction
26633
+  (0.0ms) begin transaction
26634
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
26635
+ Processing by BaseController#basic_form as HTML
26636
+ Rendered base/_user_fields.html.haml (0.3ms)
26637
+ Rendered base/basic_form.html.haml within layouts/application (0.6ms)
26638
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
26639
+  (0.0ms) rollback transaction
26640
+  (0.0ms) begin transaction
26641
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
26642
+ Processing by BaseController#basic_form as HTML
26643
+ Rendered base/_user_fields.html.haml (0.3ms)
26644
+ Rendered base/basic_form.html.haml within layouts/application (0.7ms)
26645
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
26646
+  (0.0ms) rollback transaction
26647
+  (0.0ms) begin transaction
26648
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
26649
+ Processing by BaseController#basic_form as HTML
26650
+ Rendered base/_user_fields.html.haml (0.4ms)
26651
+ Rendered base/basic_form.html.haml within layouts/application (0.8ms)
26652
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
26653
+  (0.1ms) rollback transaction
26654
+  (0.1ms) begin transaction
26655
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
26656
+ Processing by BaseController#basic_form as HTML
26657
+ Rendered base/_user_fields.html.haml (0.4ms)
26658
+ Rendered base/basic_form.html.haml within layouts/application (1.1ms)
26659
+ Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
26660
+  (0.1ms) rollback transaction
26661
+  (0.0ms) begin transaction
26662
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
26663
+ Processing by BaseController#basic_form as HTML
26664
+ Rendered base/_user_fields.html.haml (0.3ms)
26665
+ Rendered base/basic_form.html.haml within layouts/application (0.8ms)
26666
+ Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
26667
+  (0.1ms) rollback transaction
26668
+  (0.1ms) begin transaction
26669
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
26670
+ Processing by BaseController#deep_fields_for as HTML
26671
+ Rendered base/_user_fields.html.haml (0.4ms)
26672
+ Rendered base/_tag_fields.html.haml (0.2ms)
26673
+ Rendered base/_address_fields.html.haml (0.7ms)
26674
+ Rendered base/_tag_fields.html.haml (0.2ms)
26675
+ Rendered base/deep_fields_for.html.haml within layouts/application (3.3ms)
26676
+ Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.0ms)
26677
+  (0.1ms) rollback transaction
26678
+  (0.0ms) begin transaction
26679
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
26680
+ Processing by BaseController#deep_fields_for as HTML
26681
+ Rendered base/_user_fields.html.haml (0.5ms)
26682
+ Rendered base/_tag_fields.html.haml (0.2ms)
26683
+ Rendered base/_address_fields.html.haml (0.7ms)
26684
+ Rendered base/_tag_fields.html.haml (0.2ms)
26685
+ Rendered base/deep_fields_for.html.haml within layouts/application (2.5ms)
26686
+ Completed 200 OK in 6ms (Views: 3.8ms | ActiveRecord: 0.0ms)
26687
+  (0.1ms) rollback transaction
26688
+  (0.0ms) begin transaction
26689
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
26690
+ Processing by BaseController#deep_fields_for as HTML
26691
+ Rendered base/_user_fields.html.haml (0.3ms)
26692
+ Rendered base/_tag_fields.html.haml (0.2ms)
26693
+ Rendered base/_address_fields.html.haml (0.6ms)
26694
+ Rendered base/_tag_fields.html.haml (0.1ms)
26695
+ Rendered base/deep_fields_for.html.haml within layouts/application (2.0ms)
26696
+ Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)
26697
+  (0.0ms) rollback transaction
26698
+  (0.0ms) begin transaction
26699
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
26700
+ Processing by BaseController#deep_fields_for as HTML
26701
+ Rendered base/_user_fields.html.haml (0.3ms)
26702
+ Rendered base/_tag_fields.html.haml (0.2ms)
26703
+ Rendered base/_address_fields.html.haml (0.6ms)
26704
+ Rendered base/_tag_fields.html.haml (0.1ms)
26705
+ Rendered base/deep_fields_for.html.haml within layouts/application (2.1ms)
26706
+ Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
26707
+  (0.0ms) rollback transaction
26708
+  (0.0ms) begin transaction
26709
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
26710
+ Processing by BaseController#nested_form_gem as HTML
26711
+ Rendered base/_user_fields.html.haml (0.3ms)
26712
+ Rendered base/_address_fields.html.haml (1.5ms)
26713
+ Rendered base/_address_fields.html.haml (0.6ms)
26714
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.9ms)
26715
+ Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.0ms)
26716
+  (0.1ms) rollback transaction
26717
+  (0.0ms) begin transaction
26718
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
26719
+ Processing by BaseController#nested_form_gem as HTML
26720
+ Rendered base/_user_fields.html.haml (0.3ms)
26721
+ Rendered base/_address_fields.html.haml (0.6ms)
26722
+ Rendered base/_address_fields.html.haml (0.5ms)
26723
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.6ms)
26724
+ Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.0ms)
26725
+  (0.1ms) rollback transaction
26726
+  (0.0ms) begin transaction
26727
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
26728
+ Processing by BaseController#nested_form_gem as HTML
26729
+ Rendered base/_user_fields.html.haml (0.4ms)
26730
+ Rendered base/_address_fields.html.haml (0.6ms)
26731
+ Rendered base/_address_fields.html.haml (0.6ms)
26732
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.0ms)
26733
+ Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.0ms)
26734
+  (0.0ms) rollback transaction
26735
+  (0.0ms) begin transaction
26736
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
26737
+ Processing by BaseController#nested_form_gem as HTML
26738
+ Rendered base/_user_fields.html.haml (0.3ms)
26739
+ Rendered base/_address_fields.html.haml (0.6ms)
26740
+ Rendered base/_address_fields.html.haml (0.5ms)
26741
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.5ms)
26742
+ Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
26743
+  (0.0ms) rollback transaction
26744
+  (0.0ms) begin transaction
26745
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
26746
+ Processing by BaseController#nested_form_gem as HTML
26747
+ Rendered base/_user_fields.html.haml (0.4ms)
26748
+ Rendered base/_address_fields.html.haml (0.6ms)
26749
+ Rendered base/_address_fields.html.haml (0.6ms)
26750
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.0ms)
26751
+ Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms)
26752
+  (0.1ms) rollback transaction
26753
+  (0.0ms) begin transaction
26754
+ Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
26755
+ Processing by BaseController#nested_form_gem as HTML
26756
+ Parameters: {"inline_link_to_add"=>"true"}
26757
+ Rendered base/_user_fields.html.haml (0.4ms)
26758
+ Rendered base/_address_fields.html.haml (0.6ms)
26759
+ Rendered base/_address_fields.html.haml (0.5ms)
26760
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.8ms)
26761
+ Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
26762
+  (0.0ms) rollback transaction
26763
+  (0.0ms) begin transaction
26764
+ Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
26765
+ Processing by BaseController#nested_form_gem as HTML
26766
+ Parameters: {"inline_link_to_add"=>"true"}
26767
+ Rendered base/_user_fields.html.haml (0.4ms)
26768
+ Rendered base/_address_fields.html.haml (0.6ms)
26769
+ Rendered base/_address_fields.html.haml (0.5ms)
26770
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.7ms)
26771
+ Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.0ms)
26772
+  (0.1ms) rollback transaction
26773
+  (0.0ms) begin transaction
26774
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
26775
+ Processing by BaseController#nested_form_gem as HTML
26776
+ Rendered base/_user_fields.html.haml (0.3ms)
26777
+ Rendered base/_address_fields.html.haml (0.5ms)
26778
+ Rendered base/_address_fields.html.haml (0.4ms)
26779
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.4ms)
26780
+ Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)
26781
+  (0.0ms) rollback transaction
26782
+  (0.0ms) begin transaction
26783
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
26784
+ Processing by BaseController#nested_form_gem as HTML
26785
+ Rendered base/_user_fields.html.haml (0.3ms)
26786
+ Rendered base/_address_fields.html.haml (0.4ms)
26787
+ Rendered base/nested_form_gem.html.haml within layouts/application (1.5ms)
26788
+ Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
26789
+  (0.1ms) rollback transaction
26790
+  (0.0ms) begin transaction
26791
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
26792
+ Processing by BaseController#nested_form_gem as HTML
26793
+ Rendered base/_user_fields.html.haml (0.5ms)
26794
+ Rendered base/_address_fields.html.haml (0.6ms)
26795
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.3ms)
26796
+ Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
26797
+  (0.1ms) rollback transaction
26798
+  (0.0ms) begin transaction
26799
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
26800
+ Processing by BaseController#nested_form_gem as HTML
26801
+ Rendered base/_user_fields.html.haml (0.4ms)
26802
+ Rendered base/_address_fields.html.haml (0.5ms)
26803
+ Rendered base/nested_form_gem.html.haml within layouts/application (1.8ms)
26804
+ Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
26805
+  (0.0ms) rollback transaction
26806
+  (0.0ms) begin transaction
26807
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
26808
+ Processing by BaseController#nested_form_gem as HTML
26809
+ Rendered base/_user_fields.html.haml (0.4ms)
26810
+ Rendered base/_address_fields.html.haml (0.7ms)
26811
+ Rendered base/_address_fields.html.haml (0.6ms)
26812
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.0ms)
26813
+ Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.0ms)
26814
+  (0.1ms) rollback transaction
26815
+  (0.0ms) begin transaction
26816
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
26817
+ Processing by BaseController#nested_form_gem as HTML
26818
+ Rendered base/_user_fields.html.haml (0.3ms)
26819
+ Rendered base/_address_fields.html.haml (0.6ms)
26820
+ Rendered base/_address_fields.html.haml (0.5ms)
26821
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.6ms)
26822
+ Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
26823
+  (0.0ms) rollback transaction
26824
+  (0.0ms) begin transaction
26825
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
26826
+ Processing by BaseController#nested_form_gem as HTML
26827
+ Rendered base/_user_fields.html.haml (0.3ms)
26828
+ Rendered base/_address_fields.html.haml (0.6ms)
26829
+ Rendered base/_address_fields.html.haml (0.5ms)
26830
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.6ms)
26831
+ Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
26832
+  (0.0ms) rollback transaction
26833
+  (0.0ms) begin transaction
26834
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
26835
+ Processing by BaseController#nested_form_gem as HTML
26836
+ Rendered base/_user_fields.html.haml (0.6ms)
26837
+ Rendered base/_address_fields.html.haml (1.0ms)
26838
+ Rendered base/_address_fields.html.haml (0.8ms)
26839
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.1ms)
26840
+ Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms)
26841
+  (0.1ms) rollback transaction
26842
+  (0.0ms) begin transaction
26843
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
26844
+ Processing by BaseController#nested_form_gem as HTML
26845
+ Rendered base/_user_fields.html.haml (0.5ms)
26846
+ Rendered base/_address_fields.html.haml (0.9ms)
26847
+ Rendered base/_address_fields.html.haml (0.6ms)
26848
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.0ms)
26849
+ Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms)
26850
+  (0.0ms) rollback transaction
26851
+  (0.0ms) begin transaction
26852
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
26853
+ Processing by BaseController#nested_form_gem as HTML
26854
+ Rendered base/_user_fields.html.haml (0.5ms)
26855
+ Rendered base/_address_fields.html.haml (1.0ms)
26856
+ Rendered base/_address_fields.html.haml (1.0ms)
26857
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.6ms)
26858
+ Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.0ms)
26859
+  (0.1ms) rollback transaction
26860
+  (0.0ms) begin transaction
26861
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
26862
+ Processing by BaseController#nested_form_gem as HTML
26863
+ Rendered base/_user_fields.html.haml (0.6ms)
26864
+ Rendered base/_address_fields.html.haml (1.0ms)
26865
+ Rendered base/_address_fields.html.haml (1.1ms)
26866
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.7ms)
26867
+ Completed 200 OK in 9ms (Views: 6.3ms | ActiveRecord: 0.0ms)
26868
+  (0.1ms) rollback transaction
26869
+  (0.0ms) begin transaction
26870
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
26871
+ Processing by BaseController#fields_for as HTML
26872
+ Rendered base/_user_fields.html.haml (0.5ms)
26873
+ Rendered base/_address_fields.html.haml (0.6ms)
26874
+ Rendered base/_tag_fields.html.haml (0.2ms)
26875
+ Rendered base/fields_for.html.haml within layouts/application (4.2ms)
26876
+ Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.0ms)
26877
+  (0.3ms) rollback transaction
26878
+  (0.0ms) begin transaction
26879
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
26880
+ Processing by BaseController#fields_for as HTML
26881
+ Rendered base/_user_fields.html.haml (0.6ms)
26882
+ Rendered base/_address_fields.html.haml (0.6ms)
26883
+ Rendered base/_tag_fields.html.haml (0.2ms)
26884
+ Rendered base/fields_for.html.haml within layouts/application (2.6ms)
26885
+ Completed 200 OK in 6ms (Views: 3.9ms | ActiveRecord: 0.0ms)
26886
+  (0.1ms) rollback transaction
26887
+  (0.0ms) begin transaction
26888
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
26889
+ Processing by BaseController#fields_for as HTML
26890
+ Rendered base/_user_fields.html.haml (0.6ms)
26891
+ Rendered base/_address_fields.html.haml (0.6ms)
26892
+ Rendered base/_tag_fields.html.haml (0.2ms)
26893
+ Rendered base/fields_for.html.haml within layouts/application (2.5ms)
26894
+ Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.0ms)
26895
+  (0.0ms) rollback transaction
26896
+  (0.1ms) begin transaction
26897
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
26898
+ Processing by BaseController#fields_for as HTML
26899
+ Rendered base/_user_fields.html.haml (0.4ms)
26900
+ Rendered base/_address_fields.html.haml (0.5ms)
26901
+ Rendered base/_tag_fields.html.haml (0.2ms)
26902
+ Rendered base/fields_for.html.haml within layouts/application (2.2ms)
26903
+ Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)
26904
+  (0.0ms) rollback transaction
26905
+  (0.0ms) begin transaction
26906
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
26907
+ Processing by BaseController#fields_for as HTML
26908
+ Rendered base/_user_fields.html.haml (0.4ms)
26909
+ Rendered base/_address_fields.html.haml (0.8ms)
26910
+ Rendered base/_tag_fields.html.haml (0.2ms)
26911
+ Rendered base/fields_for.html.haml within layouts/application (2.6ms)
26912
+ Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
26913
+  (0.1ms) rollback transaction
26914
+  (0.0ms) begin transaction
26915
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
26916
+ Processing by BaseController#fields_for as HTML
26917
+ Rendered base/_user_fields.html.haml (1.0ms)
26918
+ Rendered base/_address_fields.html.haml (1.1ms)
26919
+ Rendered base/_tag_fields.html.haml (0.3ms)
26920
+ Rendered base/fields_for.html.haml within layouts/application (3.7ms)
26921
+ Completed 200 OK in 7ms (Views: 5.2ms | ActiveRecord: 0.0ms)
26922
+  (0.1ms) rollback transaction
26923
+  (0.1ms) begin transaction
26924
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
26925
+ Processing by BaseController#fields_for as HTML
26926
+ Rendered base/_user_fields.html.haml (0.8ms)
26927
+ Rendered base/_address_fields.html.haml (0.6ms)
26928
+ Rendered base/_tag_fields.html.haml (0.2ms)
26929
+ Rendered base/fields_for.html.haml within layouts/application (2.9ms)
26930
+ Completed 200 OK in 6ms (Views: 4.0ms | ActiveRecord: 0.0ms)
26931
+  (0.0ms) rollback transaction
26932
+  (0.0ms) begin transaction
26933
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
26934
+ Processing by BaseController#fields_for as HTML
26935
+ Rendered base/_user_fields.html.haml (0.4ms)
26936
+ Rendered base/_address_fields.html.haml (1.1ms)
26937
+ Rendered base/_tag_fields.html.haml (0.3ms)
26938
+ Rendered base/fields_for.html.haml within layouts/application (2.9ms)
26939
+ Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.0ms)
26940
+  (0.0ms) rollback transaction
26941
+  (0.0ms) begin transaction
26942
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
26943
+ Processing by BaseController#fields_for as HTML
26944
+ Rendered base/_user_fields.html.haml (0.8ms)
26945
+ Rendered base/_address_fields.html.haml (1.3ms)
26946
+ Rendered base/_tag_fields.html.haml (0.6ms)
26947
+ Rendered base/fields_for.html.haml within layouts/application (4.0ms)
26948
+ Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.0ms)
26949
+  (0.1ms) rollback transaction
26950
+  (0.0ms) begin transaction
26951
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
26952
+ Processing by BaseController#fields_for as HTML
26953
+ Rendered base/_user_fields.html.haml (0.5ms)
26954
+ Rendered base/_address_fields.html.haml (0.8ms)
26955
+ Rendered base/_tag_fields.html.haml (0.8ms)
26956
+ Rendered base/fields_for.html.haml within layouts/application (3.8ms)
26957
+ Completed 200 OK in 7ms (Views: 5.5ms | ActiveRecord: 0.0ms)
26958
+  (0.1ms) rollback transaction
26959
+  (0.0ms) begin transaction
26960
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:04:45 +0100
26961
+ Processing by BaseController#fields_for as HTML
26962
+ Rendered base/_user_fields.html.haml (0.9ms)
26963
+ Rendered base/_address_fields.html.haml (1.0ms)
26964
+ Rendered base/_tag_fields.html.haml (0.2ms)
26965
+ Rendered base/fields_for.html.haml within layouts/application (4.6ms)
26966
+ Completed 200 OK in 8ms (Views: 6.0ms | ActiveRecord: 0.0ms)
26967
+  (0.1ms) rollback transaction
26968
+  (0.0ms) begin transaction
26969
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:04:46 +0100
26970
+ Processing by BaseController#fields_for as HTML
26971
+ Rendered base/_user_fields.html.haml (0.5ms)
26972
+ Rendered base/_address_fields.html.haml (0.7ms)
26973
+ Rendered base/_tag_fields.html.haml (0.3ms)
26974
+ Rendered base/fields_for.html.haml within layouts/application (2.5ms)
26975
+ Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.0ms)
26976
+  (0.0ms) rollback transaction
26977
+  (0.2ms) begin transaction
26978
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:04:46 +0100
26979
+ Processing by BaseController#fields_for as HTML
26980
+ Rendered base/_user_fields.html.haml (0.4ms)
26981
+ Rendered base/_address_fields.html.haml (1.0ms)
26982
+ Rendered base/_tag_fields.html.haml (0.5ms)
26983
+ Rendered base/fields_for.html.haml within layouts/application (3.7ms)
26984
+ Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms)
26985
+  (0.1ms) rollback transaction
26986
+  (0.0ms) begin transaction
26987
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:04:46 +0100
26988
+ Processing by BaseController#fields_for as HTML
26989
+ Rendered base/_user_fields.html.haml (0.5ms)
26990
+ Rendered base/_address_fields.html.haml (0.7ms)
26991
+ Rendered base/_tag_fields.html.haml (0.2ms)
26992
+ Rendered base/fields_for.html.haml within layouts/application (3.0ms)
26993
+ Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms)
26994
+  (0.0ms) rollback transaction
26995
+  (0.0ms) begin transaction
26996
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:04:46 +0100
26997
+ Processing by BaseController#fields_for as HTML
26998
+ Rendered base/_user_fields.html.haml (0.7ms)
26999
+ Rendered base/_address_fields.html.haml (0.7ms)
27000
+ Rendered base/_tag_fields.html.haml (0.4ms)
27001
+ Rendered base/fields_for.html.haml within layouts/application (3.2ms)
27002
+ Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
27003
+  (0.0ms) rollback transaction
27004
+  (0.0ms) begin transaction
27005
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:04:46 +0100
27006
+ Processing by BaseController#fields_for as HTML
27007
+ Rendered base/_user_fields.html.haml (0.9ms)
27008
+ Rendered base/_address_fields.html.haml (0.8ms)
27009
+ Rendered base/_tag_fields.html.haml (0.6ms)
27010
+ Rendered base/fields_for.html.haml within layouts/application (3.4ms)
27011
+ Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.0ms)
27012
+  (0.1ms) rollback transaction
27013
+  (0.0ms) begin transaction
27014
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:04:46 +0100
27015
+ Processing by BaseController#fields_for as HTML
27016
+ Rendered base/_user_fields.html.haml (0.4ms)
27017
+ Rendered base/_address_fields.html.haml (1.3ms)
27018
+ Rendered base/_tag_fields.html.haml (0.3ms)
27019
+ Rendered base/fields_for.html.haml within layouts/application (4.5ms)
27020
+ Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.0ms)
27021
+  (0.1ms) rollback transaction
27022
+  (0.0ms) begin transaction
27023
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:04:46 +0100
27024
+ Processing by BaseController#fields_for as HTML
27025
+ Rendered base/_user_fields.html.haml (0.7ms)
27026
+ Rendered base/_address_fields.html.haml (0.9ms)
27027
+ Rendered base/_tag_fields.html.haml (0.2ms)
27028
+ Rendered base/fields_for.html.haml within layouts/application (3.0ms)
27029
+ Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.0ms)
27030
+  (0.3ms) rollback transaction
27031
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
27032
+  (2.6ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "street" varchar, "city" varchar, "country" varchar, "description" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
27033
+  (0.6ms) CREATE TABLE "tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "description" text, "taggable_id" integer, "taggable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
27034
+  (0.6ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
27035
+  (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
27036
+  (0.0ms) select sqlite_version(*)
27037
+  (0.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
27038
+  (0.1ms) SELECT version FROM "schema_migrations"
27039
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
27040
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626095843')
27041
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
27042
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
27043
+  (0.1ms) begin transaction
27044
+ Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
27045
+ Processing by BaseController#fields_for_explicit as HTML
27046
+ Rendered base/_user_fields.html.haml (8.9ms)
27047
+ Rendered base/fields_for_explicit.html.haml within layouts/application (14.6ms)
27048
+ Completed 500 Internal Server Error in 47ms (ActiveRecord: 0.5ms)
27049
+  (0.1ms) rollback transaction
27050
+  (0.1ms) begin transaction
27051
+ Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
27052
+ Processing by BaseController#fields_for_explicit as HTML
27053
+ Rendered base/_user_fields.html.haml (2.2ms)
27054
+ Rendered base/fields_for_explicit.html.haml within layouts/application (2.6ms)
27055
+ Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
27056
+  (0.0ms) rollback transaction
27057
+  (0.0ms) begin transaction
27058
+ Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
27059
+ Processing by BaseController#fields_for_explicit as HTML
27060
+ Rendered base/_user_fields.html.haml (1.7ms)
27061
+ Rendered base/fields_for_explicit.html.haml within layouts/application (2.1ms)
27062
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
27063
+  (0.0ms) rollback transaction
27064
+  (0.1ms) begin transaction
27065
+ Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
27066
+ Processing by BaseController#fields_for_explicit as HTML
27067
+ Rendered base/_user_fields.html.haml (1.7ms)
27068
+ Rendered base/fields_for_explicit.html.haml within layouts/application (2.0ms)
27069
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
27070
+  (0.0ms) rollback transaction
27071
+  (0.1ms) begin transaction
27072
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
27073
+ Processing by BaseController#fields_for as HTML
27074
+ Rendered base/_user_fields.html.haml (1.5ms)
27075
+ Rendered base/fields_for.html.haml within layouts/application (2.6ms)
27076
+ Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)
27077
+  (0.1ms) rollback transaction
27078
+  (0.1ms) begin transaction
27079
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
27080
+ Processing by BaseController#fields_for as HTML
27081
+ Rendered base/_user_fields.html.haml (1.4ms)
27082
+ Rendered base/fields_for.html.haml within layouts/application (1.7ms)
27083
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
27084
+  (0.0ms) rollback transaction
27085
+  (0.0ms) begin transaction
27086
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
27087
+ Processing by BaseController#fields_for as HTML
27088
+ Rendered base/_user_fields.html.haml (1.6ms)
27089
+ Rendered base/fields_for.html.haml within layouts/application (1.9ms)
27090
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
27091
+  (0.1ms) rollback transaction
27092
+  (0.0ms) begin transaction
27093
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
27094
+ Processing by BaseController#fields_for as HTML
27095
+ Rendered base/_user_fields.html.haml (1.5ms)
27096
+ Rendered base/fields_for.html.haml within layouts/application (1.8ms)
27097
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
27098
+  (0.0ms) rollback transaction
27099
+  (0.0ms) begin transaction
27100
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
27101
+ Processing by BaseController#fields_for as HTML
27102
+ Rendered base/_user_fields.html.haml (1.5ms)
27103
+ Rendered base/fields_for.html.haml within layouts/application (1.8ms)
27104
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
27105
+  (0.0ms) rollback transaction
27106
+  (0.0ms) begin transaction
27107
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
27108
+ Processing by BaseController#fields_for as HTML
27109
+ Rendered base/_user_fields.html.haml (1.5ms)
27110
+ Rendered base/fields_for.html.haml within layouts/application (1.8ms)
27111
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
27112
+  (0.0ms) rollback transaction
27113
+  (0.0ms) begin transaction
27114
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
27115
+ Processing by BaseController#fields_for as HTML
27116
+ Rendered base/_user_fields.html.haml (1.7ms)
27117
+ Rendered base/fields_for.html.haml within layouts/application (2.1ms)
27118
+ Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
27119
+  (0.1ms) rollback transaction
27120
+  (0.0ms) begin transaction
27121
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
27122
+ Processing by BaseController#fields_for as HTML
27123
+ Rendered base/_user_fields.html.haml (2.2ms)
27124
+ Rendered base/fields_for.html.haml within layouts/application (2.5ms)
27125
+ Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
27126
+  (0.1ms) rollback transaction
27127
+  (0.0ms) begin transaction
27128
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
27129
+ Processing by BaseController#fields_for as HTML
27130
+ Rendered base/_user_fields.html.haml (1.6ms)
27131
+ Rendered base/fields_for.html.haml within layouts/application (1.9ms)
27132
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
27133
+  (0.0ms) rollback transaction
27134
+  (0.0ms) begin transaction
27135
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
27136
+ Processing by BaseController#fields_for as HTML
27137
+ Rendered base/_user_fields.html.haml (1.5ms)
27138
+ Rendered base/fields_for.html.haml within layouts/application (1.8ms)
27139
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
27140
+  (0.0ms) rollback transaction
27141
+  (0.0ms) begin transaction
27142
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
27143
+ Processing by BaseController#fields_for as HTML
27144
+ Rendered base/_user_fields.html.haml (1.6ms)
27145
+ Rendered base/fields_for.html.haml within layouts/application (1.9ms)
27146
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
27147
+  (0.1ms) rollback transaction
27148
+  (0.0ms) begin transaction
27149
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
27150
+ Processing by BaseController#fields_for as HTML
27151
+ Rendered base/_user_fields.html.haml (1.8ms)
27152
+ Rendered base/fields_for.html.haml within layouts/application (2.2ms)
27153
+ Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
27154
+  (0.1ms) rollback transaction
27155
+  (0.0ms) begin transaction
27156
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
27157
+ Processing by BaseController#fields_for as HTML
27158
+ Rendered base/_user_fields.html.haml (1.9ms)
27159
+ Rendered base/fields_for.html.haml within layouts/application (2.3ms)
27160
+ Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
27161
+  (0.0ms) rollback transaction
27162
+  (0.0ms) begin transaction
27163
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
27164
+ Processing by BaseController#fields_for as HTML
27165
+ Rendered base/_user_fields.html.haml (1.6ms)
27166
+ Rendered base/fields_for.html.haml within layouts/application (2.0ms)
27167
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
27168
+  (0.0ms) rollback transaction
27169
+  (0.0ms) begin transaction
27170
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
27171
+ Processing by BaseController#fields_for as HTML
27172
+ Rendered base/_user_fields.html.haml (1.8ms)
27173
+ Rendered base/fields_for.html.haml within layouts/application (2.1ms)
27174
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
27175
+  (0.0ms) rollback transaction
27176
+  (0.0ms) begin transaction
27177
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
27178
+ Processing by BaseController#fields_for as HTML
27179
+ Rendered base/_user_fields.html.haml (1.6ms)
27180
+ Rendered base/fields_for.html.haml within layouts/application (1.9ms)
27181
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
27182
+  (0.0ms) rollback transaction
27183
+  (0.0ms) begin transaction
27184
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
27185
+ Processing by BaseController#fields_for as HTML
27186
+ Rendered base/_user_fields.html.haml (1.5ms)
27187
+ Rendered base/fields_for.html.haml within layouts/application (1.7ms)
27188
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
27189
+  (0.0ms) rollback transaction
27190
+  (0.0ms) begin transaction
27191
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
27192
+ Processing by BaseController#fields_for as HTML
27193
+ Rendered base/_user_fields.html.haml (1.6ms)
27194
+ Rendered base/fields_for.html.haml within layouts/application (1.9ms)
27195
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
27196
+  (0.0ms) rollback transaction
27197
+  (0.0ms) begin transaction
27198
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
27199
+ Processing by BaseController#nested_form_gem as HTML
27200
+ Rendered base/_user_fields.html.haml (1.5ms)
27201
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.9ms)
27202
+ Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
27203
+  (0.0ms) rollback transaction
27204
+  (0.0ms) begin transaction
27205
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
27206
+ Processing by BaseController#nested_form_gem as HTML
27207
+ Rendered base/_user_fields.html.haml (2.0ms)
27208
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.3ms)
27209
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
27210
+  (0.1ms) rollback transaction
27211
+  (0.0ms) begin transaction
27212
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
27213
+ Processing by BaseController#nested_form_gem as HTML
27214
+ Rendered base/_user_fields.html.haml (1.8ms)
27215
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.4ms)
27216
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
27217
+  (0.0ms) rollback transaction
27218
+  (0.0ms) begin transaction
27219
+ Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
27220
+ Processing by BaseController#nested_form_gem as HTML
27221
+ Parameters: {"inline_link_to_add"=>"true"}
27222
+ Rendered base/_user_fields.html.haml (1.5ms)
27223
+ Rendered base/nested_form_gem.html.haml within layouts/application (1.8ms)
27224
+ Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
27225
+  (0.0ms) rollback transaction
27226
+  (0.0ms) begin transaction
27227
+ Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
27228
+ Processing by BaseController#nested_form_gem as HTML
27229
+ Parameters: {"inline_link_to_add"=>"true"}
27230
+ Rendered base/_user_fields.html.haml (1.4ms)
27231
+ Rendered base/nested_form_gem.html.haml within layouts/application (1.7ms)
27232
+ Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
27233
+  (0.0ms) rollback transaction
27234
+  (0.0ms) begin transaction
27235
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
27236
+ Processing by BaseController#nested_form_gem as HTML
27237
+ Rendered base/_user_fields.html.haml (1.4ms)
27238
+ Rendered base/nested_form_gem.html.haml within layouts/application (1.7ms)
27239
+ Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
27240
+  (0.0ms) rollback transaction
27241
+  (0.0ms) begin transaction
27242
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
27243
+ Processing by BaseController#nested_form_gem as HTML
27244
+ Rendered base/_user_fields.html.haml (1.6ms)
27245
+ Rendered base/nested_form_gem.html.haml within layouts/application (1.9ms)
27246
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
27247
+  (0.0ms) rollback transaction
27248
+  (0.0ms) begin transaction
27249
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
27250
+ Processing by BaseController#nested_form_gem as HTML
27251
+ Rendered base/_user_fields.html.haml (1.5ms)
27252
+ Rendered base/nested_form_gem.html.haml within layouts/application (1.8ms)
27253
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
27254
+  (0.0ms) rollback transaction
27255
+  (0.0ms) begin transaction
27256
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
27257
+ Processing by BaseController#nested_form_gem as HTML
27258
+ Rendered base/_user_fields.html.haml (1.6ms)
27259
+ Rendered base/nested_form_gem.html.haml within layouts/application (1.9ms)
27260
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
27261
+  (0.1ms) rollback transaction
27262
+  (0.0ms) begin transaction
27263
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
27264
+ Processing by BaseController#nested_form_gem as HTML
27265
+ Rendered base/_user_fields.html.haml (2.4ms)
27266
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.8ms)
27267
+ Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
27268
+  (0.1ms) rollback transaction
27269
+  (0.1ms) begin transaction
27270
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
27271
+ Processing by BaseController#nested_form_gem as HTML
27272
+ Rendered base/_user_fields.html.haml (1.7ms)
27273
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.0ms)
27274
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
27275
+  (0.0ms) rollback transaction
27276
+  (0.0ms) begin transaction
27277
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
27278
+ Processing by BaseController#nested_form_gem as HTML
27279
+ Rendered base/_user_fields.html.haml (1.7ms)
27280
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.0ms)
27281
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
27282
+  (0.0ms) rollback transaction
27283
+  (0.1ms) begin transaction
27284
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
27285
+ Processing by BaseController#nested_form_gem as HTML
27286
+ Rendered base/_user_fields.html.haml (1.7ms)
27287
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.0ms)
27288
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
27289
+  (0.1ms) rollback transaction
27290
+  (0.0ms) begin transaction
27291
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
27292
+ Processing by BaseController#nested_form_gem as HTML
27293
+ Rendered base/_user_fields.html.haml (1.5ms)
27294
+ Rendered base/nested_form_gem.html.haml within layouts/application (1.7ms)
27295
+ Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
27296
+  (0.0ms) rollback transaction
27297
+  (0.0ms) begin transaction
27298
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
27299
+ Processing by BaseController#nested_form_gem as HTML
27300
+ Rendered base/_user_fields.html.haml (1.6ms)
27301
+ Rendered base/nested_form_gem.html.haml within layouts/application (1.9ms)
27302
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
27303
+  (0.0ms) rollback transaction
27304
+  (0.0ms) begin transaction
27305
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
27306
+ Processing by BaseController#nested_form_gem as HTML
27307
+ Rendered base/_user_fields.html.haml (1.9ms)
27308
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.3ms)
27309
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
27310
+  (0.0ms) rollback transaction
27311
+  (0.0ms) begin transaction
27312
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
27313
+ Processing by BaseController#nested_form_gem as HTML
27314
+ Rendered base/_user_fields.html.haml (1.5ms)
27315
+ Rendered base/nested_form_gem.html.haml within layouts/application (1.9ms)
27316
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
27317
+  (0.0ms) rollback transaction
27318
+  (0.0ms) begin transaction
27319
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
27320
+ Processing by BaseController#nested_form_gem as HTML
27321
+ Rendered base/_user_fields.html.haml (1.6ms)
27322
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.0ms)
27323
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
27324
+  (0.1ms) rollback transaction
27325
+  (0.0ms) begin transaction
27326
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
27327
+ Processing by BaseController#deep_fields_for as HTML
27328
+ Rendered base/_user_fields.html.haml (2.7ms)
27329
+ Rendered base/deep_fields_for.html.haml within layouts/application (4.2ms)
27330
+ Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms)
27331
+  (0.1ms) rollback transaction
27332
+  (0.1ms) begin transaction
27333
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
27334
+ Processing by BaseController#deep_fields_for as HTML
27335
+ Rendered base/_user_fields.html.haml (1.6ms)
27336
+ Rendered base/deep_fields_for.html.haml within layouts/application (1.9ms)
27337
+ Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
27338
+  (0.0ms) rollback transaction
27339
+  (0.0ms) begin transaction
27340
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
27341
+ Processing by BaseController#deep_fields_for as HTML
27342
+ Rendered base/_user_fields.html.haml (1.5ms)
27343
+ Rendered base/deep_fields_for.html.haml within layouts/application (1.8ms)
27344
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
27345
+  (0.0ms) rollback transaction
27346
+  (0.0ms) begin transaction
27347
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
27348
+ Processing by BaseController#deep_fields_for as HTML
27349
+ Rendered base/_user_fields.html.haml (1.7ms)
27350
+ Rendered base/deep_fields_for.html.haml within layouts/application (2.1ms)
27351
+ Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
27352
+  (0.0ms) rollback transaction
27353
+  (0.1ms) begin transaction
27354
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
27355
+ Processing by BaseController#basic_form as HTML
27356
+ Rendered base/_user_fields.html.haml (1.4ms)
27357
+ Rendered base/basic_form.html.haml within layouts/application (2.3ms)
27358
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
27359
+  (0.0ms) rollback transaction
27360
+  (0.0ms) begin transaction
27361
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
27362
+ Processing by BaseController#basic_form as HTML
27363
+ Rendered base/_user_fields.html.haml (1.4ms)
27364
+ Rendered base/basic_form.html.haml within layouts/application (1.6ms)
27365
+ Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
27366
+  (0.0ms) rollback transaction
27367
+  (0.0ms) begin transaction
27368
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
27369
+ Processing by BaseController#basic_form as HTML
27370
+ Rendered base/_user_fields.html.haml (1.5ms)
27371
+ Rendered base/basic_form.html.haml within layouts/application (1.8ms)
27372
+ Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
27373
+  (0.0ms) rollback transaction
27374
+  (0.0ms) begin transaction
27375
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
27376
+ Processing by BaseController#basic_form as HTML
27377
+ Rendered base/_user_fields.html.haml (1.7ms)
27378
+ Rendered base/basic_form.html.haml within layouts/application (2.3ms)
27379
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
27380
+  (0.1ms) rollback transaction
27381
+  (0.0ms) begin transaction
27382
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
27383
+ Processing by BaseController#basic_form as HTML
27384
+ Rendered base/_user_fields.html.haml (1.4ms)
27385
+ Rendered base/basic_form.html.haml within layouts/application (1.6ms)
27386
+ Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
27387
+  (0.0ms) rollback transaction
27388
+  (0.0ms) begin transaction
27389
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
27390
+ Processing by BaseController#basic_form as HTML
27391
+ Rendered base/_user_fields.html.haml (1.3ms)
27392
+ Rendered base/basic_form.html.haml within layouts/application (1.5ms)
27393
+ Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
27394
+  (0.0ms) rollback transaction
27395
+  (0.0ms) begin transaction
27396
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
27397
+ Processing by BaseController#basic_form as HTML
27398
+ Rendered base/_user_fields.html.haml (1.3ms)
27399
+ Rendered base/basic_form.html.haml within layouts/application (1.5ms)
27400
+ Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
27401
+  (0.0ms) rollback transaction
27402
+  (0.1ms) begin transaction
27403
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:06:44 +0100
27404
+ Processing by BaseController#basic_form as HTML
27405
+ Rendered base/_user_fields.html.haml (1.3ms)
27406
+ Rendered base/basic_form.html.haml within layouts/application (1.5ms)
27407
+ Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
27408
+  (0.0ms) rollback transaction
27409
+  (0.0ms) begin transaction
27410
+  (0.0ms) rollback transaction
27411
+  (0.0ms) begin transaction
27412
+  (0.0ms) rollback transaction
27413
+  (0.0ms) begin transaction
27414
+  (0.0ms) rollback transaction
27415
+  (0.0ms) begin transaction
27416
+  (0.1ms) rollback transaction
27417
+  (0.0ms) begin transaction
27418
+  (0.0ms) rollback transaction
27419
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
27420
+  (2.9ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "street" varchar, "city" varchar, "country" varchar, "description" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
27421
+  (0.9ms) CREATE TABLE "tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "description" text, "taggable_id" integer, "taggable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
27422
+  (0.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "roles" varchar) 
27423
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
27424
+  (0.1ms) select sqlite_version(*)
27425
+  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
27426
+  (0.1ms) SELECT version FROM "schema_migrations"
27427
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20151116150723')
27428
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626095843')
27429
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
27430
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
27431
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
27432
+  (0.1ms) begin transaction
27433
+  (0.0ms) rollback transaction
27434
+  (0.0ms) begin transaction
27435
+  (0.0ms) rollback transaction
27436
+  (0.0ms) begin transaction
27437
+  (0.0ms) rollback transaction
27438
+  (0.0ms) begin transaction
27439
+  (0.0ms) rollback transaction
27440
+  (0.0ms) begin transaction
27441
+  (0.0ms) rollback transaction
27442
+  (0.0ms) begin transaction
27443
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
27444
+ Processing by BaseController#basic_form as HTML
27445
+ Rendered base/_user_fields.html.haml (2.7ms)
27446
+ Rendered base/basic_form.html.haml within layouts/application (7.3ms)
27447
+ Completed 200 OK in 110ms (Views: 110.0ms | ActiveRecord: 0.0ms)
27448
+  (0.1ms) rollback transaction
27449
+  (0.0ms) begin transaction
27450
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
27451
+ Processing by BaseController#basic_form as HTML
27452
+ Rendered base/_user_fields.html.haml (0.4ms)
27453
+ Rendered base/basic_form.html.haml within layouts/application (0.9ms)
27454
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
27455
+  (0.0ms) rollback transaction
27456
+  (0.0ms) begin transaction
27457
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
27458
+ Processing by BaseController#basic_form as HTML
27459
+ Rendered base/_user_fields.html.haml (0.4ms)
27460
+ Rendered base/basic_form.html.haml within layouts/application (0.7ms)
27461
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
27462
+  (0.0ms) rollback transaction
27463
+  (0.0ms) begin transaction
27464
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
27465
+ Processing by BaseController#basic_form as HTML
27466
+ Rendered base/_user_fields.html.haml (0.5ms)
27467
+ Rendered base/basic_form.html.haml within layouts/application (0.9ms)
27468
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
27469
+  (0.0ms) rollback transaction
27470
+  (0.0ms) begin transaction
27471
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
27472
+ Processing by BaseController#basic_form as HTML
27473
+ Rendered base/_user_fields.html.haml (0.4ms)
27474
+ Rendered base/basic_form.html.haml within layouts/application (0.9ms)
27475
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
27476
+  (0.1ms) rollback transaction
27477
+  (0.0ms) begin transaction
27478
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
27479
+ Processing by BaseController#basic_form as HTML
27480
+ Rendered base/_user_fields.html.haml (0.5ms)
27481
+ Rendered base/basic_form.html.haml within layouts/application (1.0ms)
27482
+ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
27483
+  (0.1ms) rollback transaction
27484
+  (0.1ms) begin transaction
27485
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
27486
+ Processing by BaseController#basic_form as HTML
27487
+ Rendered base/_user_fields.html.haml (0.7ms)
27488
+ Rendered base/basic_form.html.haml within layouts/application (1.6ms)
27489
+ Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
27490
+  (0.1ms) rollback transaction
27491
+  (0.1ms) begin transaction
27492
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
27493
+ Processing by BaseController#basic_form as HTML
27494
+ Rendered base/_user_fields.html.haml (0.6ms)
27495
+ Rendered base/basic_form.html.haml within layouts/application (1.1ms)
27496
+ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
27497
+  (0.0ms) rollback transaction
27498
+  (0.0ms) begin transaction
27499
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
27500
+ Processing by BaseController#nested_form_gem as HTML
27501
+ Rendered base/_user_fields.html.haml (0.5ms)
27502
+ Rendered base/_address_fields.html.haml (4.9ms)
27503
+ Rendered base/_address_fields.html.haml (1.2ms)
27504
+ Rendered base/nested_form_gem.html.haml within layouts/application (10.4ms)
27505
+ Completed 200 OK in 27ms (Views: 12.2ms | ActiveRecord: 0.3ms)
27506
+  (0.1ms) rollback transaction
27507
+  (0.0ms) begin transaction
27508
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
27509
+ Processing by BaseController#nested_form_gem as HTML
27510
+ Rendered base/_user_fields.html.haml (0.5ms)
27511
+ Rendered base/_address_fields.html.haml (0.6ms)
27512
+ Rendered base/_address_fields.html.haml (0.6ms)
27513
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.9ms)
27514
+ Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
27515
+  (0.0ms) rollback transaction
27516
+  (0.0ms) begin transaction
27517
+ Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
27518
+ Processing by BaseController#nested_form_gem as HTML
27519
+ Parameters: {"inline_link_to_add"=>"true"}
27520
+ Rendered base/_user_fields.html.haml (0.4ms)
27521
+ Rendered base/_address_fields.html.haml (0.5ms)
27522
+ Rendered base/_address_fields.html.haml (0.5ms)
27523
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.4ms)
27524
+ Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)
27525
+  (0.1ms) rollback transaction
27526
+  (0.0ms) begin transaction
27527
+ Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
27528
+ Processing by BaseController#nested_form_gem as HTML
27529
+ Parameters: {"inline_link_to_add"=>"true"}
27530
+ Rendered base/_user_fields.html.haml (0.6ms)
27531
+ Rendered base/_address_fields.html.haml (0.7ms)
27532
+ Rendered base/_address_fields.html.haml (0.6ms)
27533
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.3ms)
27534
+ Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)
27535
+  (0.1ms) rollback transaction
27536
+  (0.0ms) begin transaction
27537
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
27538
+ Processing by BaseController#nested_form_gem as HTML
27539
+ Rendered base/_user_fields.html.haml (0.5ms)
27540
+ Rendered base/_address_fields.html.haml (1.3ms)
27541
+ Rendered base/_address_fields.html.haml (0.9ms)
27542
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.8ms)
27543
+ Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.0ms)
27544
+  (0.1ms) rollback transaction
27545
+  (0.0ms) begin transaction
27546
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
27547
+ Processing by BaseController#nested_form_gem as HTML
27548
+ Rendered base/_user_fields.html.haml (0.5ms)
27549
+ Rendered base/_address_fields.html.haml (0.9ms)
27550
+ Rendered base/_address_fields.html.haml (0.8ms)
27551
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.8ms)
27552
+ Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms)
27553
+  (0.1ms) rollback transaction
27554
+  (0.0ms) begin transaction
27555
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
27556
+ Processing by BaseController#nested_form_gem as HTML
27557
+ Rendered base/_user_fields.html.haml (0.7ms)
27558
+ Rendered base/_address_fields.html.haml (1.0ms)
27559
+ Rendered base/_address_fields.html.haml (1.0ms)
27560
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.8ms)
27561
+ Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.0ms)
27562
+  (0.1ms) rollback transaction
27563
+  (0.1ms) begin transaction
27564
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
27565
+ Processing by BaseController#nested_form_gem as HTML
27566
+ Rendered base/_user_fields.html.haml (0.5ms)
27567
+ Rendered base/_address_fields.html.haml (0.6ms)
27568
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.0ms)
27569
+ Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
27570
+  (0.0ms) rollback transaction
27571
+  (0.0ms) begin transaction
27572
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
27573
+ Processing by BaseController#nested_form_gem as HTML
27574
+ Rendered base/_user_fields.html.haml (0.7ms)
27575
+ Rendered base/_address_fields.html.haml (0.8ms)
27576
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.6ms)
27577
+ Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
27578
+  (0.1ms) rollback transaction
27579
+  (0.0ms) begin transaction
27580
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
27581
+ Processing by BaseController#nested_form_gem as HTML
27582
+ Rendered base/_user_fields.html.haml (0.5ms)
27583
+ Rendered base/_address_fields.html.haml (0.8ms)
27584
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.3ms)
27585
+ Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
27586
+  (0.1ms) rollback transaction
27587
+  (0.0ms) begin transaction
27588
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
27589
+ Processing by BaseController#nested_form_gem as HTML
27590
+ Rendered base/_user_fields.html.haml (0.5ms)
27591
+ Rendered base/_address_fields.html.haml (0.8ms)
27592
+ Rendered base/_address_fields.html.haml (0.6ms)
27593
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.2ms)
27594
+ Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms)
27595
+  (0.1ms) rollback transaction
27596
+  (0.1ms) begin transaction
27597
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
27598
+ Processing by BaseController#nested_form_gem as HTML
27599
+ Rendered base/_user_fields.html.haml (0.8ms)
27600
+ Rendered base/_address_fields.html.haml (0.8ms)
27601
+ Rendered base/_address_fields.html.haml (0.7ms)
27602
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.8ms)
27603
+ Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.0ms)
27604
+  (0.1ms) rollback transaction
27605
+  (0.0ms) begin transaction
27606
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
27607
+ Processing by BaseController#nested_form_gem as HTML
27608
+ Rendered base/_user_fields.html.haml (0.5ms)
27609
+ Rendered base/_address_fields.html.haml (0.7ms)
27610
+ Rendered base/_address_fields.html.haml (0.7ms)
27611
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.5ms)
27612
+ Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms)
27613
+  (0.0ms) rollback transaction
27614
+  (0.0ms) begin transaction
27615
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
27616
+ Processing by BaseController#nested_form_gem as HTML
27617
+ Rendered base/_user_fields.html.haml (0.7ms)
27618
+ Rendered base/_address_fields.html.haml (1.0ms)
27619
+ Rendered base/_address_fields.html.haml (0.8ms)
27620
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.1ms)
27621
+ Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms)
27622
+  (0.0ms) rollback transaction
27623
+  (0.1ms) begin transaction
27624
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
27625
+ Processing by BaseController#nested_form_gem as HTML
27626
+ Rendered base/_user_fields.html.haml (0.6ms)
27627
+ Rendered base/_address_fields.html.haml (1.2ms)
27628
+ Rendered base/_address_fields.html.haml (1.2ms)
27629
+ Rendered base/nested_form_gem.html.haml within layouts/application (6.4ms)
27630
+ Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.0ms)
27631
+  (0.1ms) rollback transaction
27632
+  (0.0ms) begin transaction
27633
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
27634
+ Processing by BaseController#nested_form_gem as HTML
27635
+ Rendered base/_user_fields.html.haml (2.2ms)
27636
+ Rendered base/_address_fields.html.haml (1.0ms)
27637
+ Rendered base/_address_fields.html.haml (0.9ms)
27638
+ Rendered base/nested_form_gem.html.haml within layouts/application (5.9ms)
27639
+ Completed 200 OK in 14ms (Views: 7.2ms | ActiveRecord: 0.0ms)
27640
+  (0.1ms) rollback transaction
27641
+  (0.0ms) begin transaction
27642
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
27643
+ Processing by BaseController#nested_form_gem as HTML
27644
+ Rendered base/_user_fields.html.haml (0.8ms)
27645
+ Rendered base/_address_fields.html.haml (1.0ms)
27646
+ Rendered base/_address_fields.html.haml (0.8ms)
27647
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.2ms)
27648
+ Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
27649
+  (0.1ms) rollback transaction
27650
+  (0.0ms) begin transaction
27651
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
27652
+ Processing by BaseController#nested_form_gem as HTML
27653
+ Rendered base/_user_fields.html.haml (0.7ms)
27654
+ Rendered base/_address_fields.html.haml (1.2ms)
27655
+ Rendered base/_address_fields.html.haml (0.9ms)
27656
+ Rendered base/nested_form_gem.html.haml within layouts/application (5.0ms)
27657
+ Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.0ms)
27658
+  (0.1ms) rollback transaction
27659
+  (0.2ms) begin transaction
27660
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
27661
+ Processing by BaseController#fields_for as HTML
27662
+ Rendered base/_user_fields.html.haml (0.8ms)
27663
+ Rendered base/_address_fields.html.haml (0.8ms)
27664
+ Rendered base/_tag_fields.html.haml (1.5ms)
27665
+ Rendered base/fields_for.html.haml within layouts/application (7.3ms)
27666
+ Completed 200 OK in 20ms (Views: 10.1ms | ActiveRecord: 0.0ms)
27667
+  (0.1ms) rollback transaction
27668
+  (0.0ms) begin transaction
27669
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
27670
+ Processing by BaseController#fields_for as HTML
27671
+ Rendered base/_user_fields.html.haml (1.0ms)
27672
+ Rendered base/_address_fields.html.haml (1.4ms)
27673
+ Rendered base/_tag_fields.html.haml (0.2ms)
27674
+ Rendered base/fields_for.html.haml within layouts/application (5.5ms)
27675
+ Completed 200 OK in 9ms (Views: 7.3ms | ActiveRecord: 0.0ms)
27676
+  (0.1ms) rollback transaction
27677
+  (0.1ms) begin transaction
27678
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
27679
+ Processing by BaseController#fields_for as HTML
27680
+ Rendered base/_user_fields.html.haml (0.9ms)
27681
+ Rendered base/_address_fields.html.haml (0.9ms)
27682
+ Rendered base/_tag_fields.html.haml (0.5ms)
27683
+ Rendered base/fields_for.html.haml within layouts/application (3.6ms)
27684
+ Completed 200 OK in 7ms (Views: 5.1ms | ActiveRecord: 0.0ms)
27685
+  (0.0ms) rollback transaction
27686
+  (0.0ms) begin transaction
27687
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
27688
+ Processing by BaseController#fields_for as HTML
27689
+ Rendered base/_user_fields.html.haml (0.9ms)
27690
+ Rendered base/_address_fields.html.haml (0.6ms)
27691
+ Rendered base/_tag_fields.html.haml (0.2ms)
27692
+ Rendered base/fields_for.html.haml within layouts/application (3.2ms)
27693
+ Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)
27694
+  (0.1ms) rollback transaction
27695
+  (0.0ms) begin transaction
27696
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
27697
+ Processing by BaseController#fields_for as HTML
27698
+ Rendered base/_user_fields.html.haml (0.6ms)
27699
+ Rendered base/_address_fields.html.haml (0.6ms)
27700
+ Rendered base/_tag_fields.html.haml (0.3ms)
27701
+ Rendered base/fields_for.html.haml within layouts/application (2.5ms)
27702
+ Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.0ms)
27703
+  (0.1ms) rollback transaction
27704
+  (0.0ms) begin transaction
27705
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
27706
+ Processing by BaseController#fields_for as HTML
27707
+ Rendered base/_user_fields.html.haml (0.6ms)
27708
+ Rendered base/_address_fields.html.haml (0.6ms)
27709
+ Rendered base/_tag_fields.html.haml (0.2ms)
27710
+ Rendered base/fields_for.html.haml within layouts/application (2.6ms)
27711
+ Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.0ms)
27712
+  (0.1ms) rollback transaction
27713
+  (0.0ms) begin transaction
27714
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
27715
+ Processing by BaseController#fields_for as HTML
27716
+ Rendered base/_user_fields.html.haml (0.4ms)
27717
+ Rendered base/_address_fields.html.haml (0.4ms)
27718
+ Rendered base/_tag_fields.html.haml (0.2ms)
27719
+ Rendered base/fields_for.html.haml within layouts/application (2.4ms)
27720
+ Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
27721
+  (0.0ms) rollback transaction
27722
+  (0.0ms) begin transaction
27723
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
27724
+ Processing by BaseController#fields_for as HTML
27725
+ Rendered base/_user_fields.html.haml (1.1ms)
27726
+ Rendered base/_address_fields.html.haml (1.1ms)
27727
+ Rendered base/_tag_fields.html.haml (0.2ms)
27728
+ Rendered base/fields_for.html.haml within layouts/application (5.7ms)
27729
+ Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.0ms)
27730
+  (0.1ms) rollback transaction
27731
+  (0.0ms) begin transaction
27732
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
27733
+ Processing by BaseController#fields_for as HTML
27734
+ Rendered base/_user_fields.html.haml (0.7ms)
27735
+ Rendered base/_address_fields.html.haml (0.7ms)
27736
+ Rendered base/_tag_fields.html.haml (0.3ms)
27737
+ Rendered base/fields_for.html.haml within layouts/application (3.1ms)
27738
+ Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.0ms)
27739
+  (0.1ms) rollback transaction
27740
+  (0.0ms) begin transaction
27741
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
27742
+ Processing by BaseController#fields_for as HTML
27743
+ Rendered base/_user_fields.html.haml (0.6ms)
27744
+ Rendered base/_address_fields.html.haml (0.5ms)
27745
+ Rendered base/_tag_fields.html.haml (0.2ms)
27746
+ Rendered base/fields_for.html.haml within layouts/application (2.7ms)
27747
+ Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.0ms)
27748
+  (0.1ms) rollback transaction
27749
+  (0.0ms) begin transaction
27750
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
27751
+ Processing by BaseController#fields_for as HTML
27752
+ Rendered base/_user_fields.html.haml (0.5ms)
27753
+ Rendered base/_address_fields.html.haml (0.5ms)
27754
+ Rendered base/_tag_fields.html.haml (0.2ms)
27755
+ Rendered base/fields_for.html.haml within layouts/application (2.2ms)
27756
+ Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)
27757
+  (0.0ms) rollback transaction
27758
+  (0.0ms) begin transaction
27759
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
27760
+ Processing by BaseController#fields_for as HTML
27761
+ Rendered base/_user_fields.html.haml (0.6ms)
27762
+ Rendered base/_address_fields.html.haml (0.6ms)
27763
+ Rendered base/_tag_fields.html.haml (0.2ms)
27764
+ Rendered base/fields_for.html.haml within layouts/application (2.4ms)
27765
+ Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
27766
+  (0.0ms) rollback transaction
27767
+  (0.0ms) begin transaction
27768
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
27769
+ Processing by BaseController#fields_for as HTML
27770
+ Rendered base/_user_fields.html.haml (0.5ms)
27771
+ Rendered base/_address_fields.html.haml (0.6ms)
27772
+ Rendered base/_tag_fields.html.haml (0.2ms)
27773
+ Rendered base/fields_for.html.haml within layouts/application (2.5ms)
27774
+ Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.0ms)
27775
+  (0.1ms) rollback transaction
27776
+  (0.1ms) begin transaction
27777
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
27778
+ Processing by BaseController#fields_for as HTML
27779
+ Rendered base/_user_fields.html.haml (0.5ms)
27780
+ Rendered base/_address_fields.html.haml (0.5ms)
27781
+ Rendered base/_tag_fields.html.haml (0.2ms)
27782
+ Rendered base/fields_for.html.haml within layouts/application (2.3ms)
27783
+ Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.0ms)
27784
+  (0.0ms) rollback transaction
27785
+  (0.0ms) begin transaction
27786
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
27787
+ Processing by BaseController#fields_for as HTML
27788
+ Rendered base/_user_fields.html.haml (0.5ms)
27789
+ Rendered base/_address_fields.html.haml (0.5ms)
27790
+ Rendered base/_tag_fields.html.haml (0.2ms)
27791
+ Rendered base/fields_for.html.haml within layouts/application (2.1ms)
27792
+ Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)
27793
+  (0.0ms) rollback transaction
27794
+  (0.0ms) begin transaction
27795
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
27796
+ Processing by BaseController#fields_for as HTML
27797
+ Rendered base/_user_fields.html.haml (1.2ms)
27798
+ Rendered base/_address_fields.html.haml (0.6ms)
27799
+ Rendered base/_tag_fields.html.haml (0.2ms)
27800
+ Rendered base/fields_for.html.haml within layouts/application (3.5ms)
27801
+ Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)
27802
+  (0.1ms) rollback transaction
27803
+  (0.0ms) begin transaction
27804
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
27805
+ Processing by BaseController#fields_for as HTML
27806
+ Rendered base/_user_fields.html.haml (0.4ms)
27807
+ Rendered base/_address_fields.html.haml (0.5ms)
27808
+ Rendered base/_tag_fields.html.haml (0.2ms)
27809
+ Rendered base/fields_for.html.haml within layouts/application (2.1ms)
27810
+ Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
27811
+  (0.0ms) rollback transaction
27812
+  (0.0ms) begin transaction
27813
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
27814
+ Processing by BaseController#fields_for as HTML
27815
+ Rendered base/_user_fields.html.haml (0.5ms)
27816
+ Rendered base/_address_fields.html.haml (0.5ms)
27817
+ Rendered base/_tag_fields.html.haml (0.2ms)
27818
+ Rendered base/fields_for.html.haml within layouts/application (2.4ms)
27819
+ Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
27820
+  (0.1ms) rollback transaction
27821
+  (0.0ms) begin transaction
27822
+ Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
27823
+ Processing by BaseController#fields_for_explicit as HTML
27824
+ Rendered base/_user_fields.html.haml (1.1ms)
27825
+ Rendered base/_address_fields.html.haml (0.5ms)
27826
+ Rendered base/_tag_fields.html.haml (0.2ms)
27827
+ Rendered base/fields_for_explicit.html.haml within layouts/application (3.7ms)
27828
+ Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms)
27829
+  (0.0ms) rollback transaction
27830
+  (0.0ms) begin transaction
27831
+ Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
27832
+ Processing by BaseController#fields_for_explicit as HTML
27833
+ Rendered base/_user_fields.html.haml (0.4ms)
27834
+ Rendered base/_address_fields.html.haml (0.4ms)
27835
+ Rendered base/_tag_fields.html.haml (0.4ms)
27836
+ Rendered base/fields_for_explicit.html.haml within layouts/application (2.2ms)
27837
+ Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)
27838
+  (0.1ms) rollback transaction
27839
+  (0.1ms) begin transaction
27840
+ Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
27841
+ Processing by BaseController#fields_for_explicit as HTML
27842
+ Rendered base/_user_fields.html.haml (0.6ms)
27843
+ Rendered base/_address_fields.html.haml (0.5ms)
27844
+ Rendered base/_tag_fields.html.haml (0.2ms)
27845
+ Rendered base/fields_for_explicit.html.haml within layouts/application (2.3ms)
27846
+ Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
27847
+  (0.0ms) rollback transaction
27848
+  (0.0ms) begin transaction
27849
+ Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
27850
+ Processing by BaseController#fields_for_explicit as HTML
27851
+ Rendered base/_user_fields.html.haml (0.4ms)
27852
+ Rendered base/_address_fields.html.haml (0.5ms)
27853
+ Rendered base/_tag_fields.html.haml (0.2ms)
27854
+ Rendered base/fields_for_explicit.html.haml within layouts/application (2.1ms)
27855
+ Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
27856
+  (0.0ms) rollback transaction
27857
+  (0.0ms) begin transaction
27858
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
27859
+ Processing by BaseController#deep_fields_for as HTML
27860
+ Rendered base/_user_fields.html.haml (0.5ms)
27861
+ Rendered base/_tag_fields.html.haml (0.3ms)
27862
+ Rendered base/_address_fields.html.haml (0.8ms)
27863
+ Rendered base/_tag_fields.html.haml (0.2ms)
27864
+ Rendered base/deep_fields_for.html.haml within layouts/application (3.4ms)
27865
+ Completed 200 OK in 7ms (Views: 5.2ms | ActiveRecord: 0.0ms)
27866
+  (0.0ms) rollback transaction
27867
+  (0.0ms) begin transaction
27868
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
27869
+ Processing by BaseController#deep_fields_for as HTML
27870
+ Rendered base/_user_fields.html.haml (0.4ms)
27871
+ Rendered base/_tag_fields.html.haml (0.2ms)
27872
+ Rendered base/_address_fields.html.haml (0.6ms)
27873
+ Rendered base/_tag_fields.html.haml (0.2ms)
27874
+ Rendered base/deep_fields_for.html.haml within layouts/application (2.2ms)
27875
+ Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
27876
+  (0.0ms) rollback transaction
27877
+  (0.0ms) begin transaction
27878
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
27879
+ Processing by BaseController#deep_fields_for as HTML
27880
+ Rendered base/_user_fields.html.haml (1.7ms)
27881
+ Rendered base/_tag_fields.html.haml (0.2ms)
27882
+ Rendered base/_address_fields.html.haml (0.8ms)
27883
+ Rendered base/_tag_fields.html.haml (0.2ms)
27884
+ Rendered base/deep_fields_for.html.haml within layouts/application (4.0ms)
27885
+ Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.0ms)
27886
+  (0.1ms) rollback transaction
27887
+  (0.0ms) begin transaction
27888
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:07:35 +0100
27889
+ Processing by BaseController#deep_fields_for as HTML
27890
+ Rendered base/_user_fields.html.haml (0.5ms)
27891
+ Rendered base/_tag_fields.html.haml (0.2ms)
27892
+ Rendered base/_address_fields.html.haml (0.6ms)
27893
+ Rendered base/_tag_fields.html.haml (0.1ms)
27894
+ Rendered base/deep_fields_for.html.haml within layouts/application (2.3ms)
27895
+ Completed 200 OK in 5ms (Views: 3.3ms | ActiveRecord: 0.0ms)
27896
+  (0.0ms) rollback transaction
27897
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
27898
+  (2.8ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "street" varchar, "city" varchar, "country" varchar, "description" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
27899
+  (0.7ms) CREATE TABLE "tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "description" text, "taggable_id" integer, "taggable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
27900
+  (0.5ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "roles" varchar) 
27901
+  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
27902
+  (0.1ms) select sqlite_version(*)
27903
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
27904
+  (0.1ms) SELECT version FROM "schema_migrations"
27905
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20151116150723')
27906
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626095843')
27907
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
27908
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
27909
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
27910
+  (0.1ms) begin transaction
27911
+  (0.1ms) rollback transaction
27912
+  (0.0ms) begin transaction
27913
+  (0.1ms) rollback transaction
27914
+  (0.0ms) begin transaction
27915
+  (0.0ms) rollback transaction
27916
+  (0.0ms) begin transaction
27917
+  (0.0ms) rollback transaction
27918
+  (0.0ms) begin transaction
27919
+  (0.0ms) rollback transaction
27920
+  (0.0ms) begin transaction
27921
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:47 +0100
27922
+ Processing by BaseController#nested_form_gem as HTML
27923
+ Rendered base/_user_fields.html.haml (3.9ms)
27924
+ Rendered base/_address_fields.html.haml (4.6ms)
27925
+ Rendered base/_address_fields.html.haml (0.7ms)
27926
+ Rendered base/nested_form_gem.html.haml within layouts/application (20.0ms)
27927
+ Completed 200 OK in 130ms (Views: 112.7ms | ActiveRecord: 0.3ms)
27928
+  (0.1ms) rollback transaction
27929
+  (0.0ms) begin transaction
27930
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:47 +0100
27931
+ Processing by BaseController#nested_form_gem as HTML
27932
+ Rendered base/_user_fields.html.haml (0.4ms)
27933
+ Rendered base/_address_fields.html.haml (0.6ms)
27934
+ Rendered base/_address_fields.html.haml (0.5ms)
27935
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.8ms)
27936
+ Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
27937
+  (0.1ms) rollback transaction
27938
+  (0.0ms) begin transaction
27939
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:47 +0100
27940
+ Processing by BaseController#nested_form_gem as HTML
27941
+ Rendered base/_user_fields.html.haml (0.6ms)
27942
+ Rendered base/_address_fields.html.haml (1.0ms)
27943
+ Rendered base/_address_fields.html.haml (0.8ms)
27944
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.4ms)
27945
+ Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
27946
+  (0.1ms) rollback transaction
27947
+  (0.0ms) begin transaction
27948
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:47 +0100
27949
+ Processing by BaseController#nested_form_gem as HTML
27950
+ Rendered base/_user_fields.html.haml (0.5ms)
27951
+ Rendered base/_address_fields.html.haml (0.7ms)
27952
+ Rendered base/_address_fields.html.haml (0.6ms)
27953
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.1ms)
27954
+ Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms)
27955
+  (0.1ms) rollback transaction
27956
+  (0.0ms) begin transaction
27957
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:47 +0100
27958
+ Processing by BaseController#nested_form_gem as HTML
27959
+ Rendered base/_user_fields.html.haml (0.4ms)
27960
+ Rendered base/_address_fields.html.haml (0.7ms)
27961
+ Rendered base/_address_fields.html.haml (0.6ms)
27962
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.2ms)
27963
+ Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)
27964
+  (0.0ms) rollback transaction
27965
+  (0.0ms) begin transaction
27966
+ Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 16:07:47 +0100
27967
+ Processing by BaseController#nested_form_gem as HTML
27968
+ Parameters: {"inline_link_to_add"=>"true"}
27969
+ Rendered base/_user_fields.html.haml (0.4ms)
27970
+ Rendered base/_address_fields.html.haml (0.6ms)
27971
+ Rendered base/_address_fields.html.haml (0.5ms)
27972
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.6ms)
27973
+ Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
27974
+  (0.0ms) rollback transaction
27975
+  (0.0ms) begin transaction
27976
+ Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 16:07:47 +0100
27977
+ Processing by BaseController#nested_form_gem as HTML
27978
+ Parameters: {"inline_link_to_add"=>"true"}
27979
+ Rendered base/_user_fields.html.haml (0.4ms)
27980
+ Rendered base/_address_fields.html.haml (0.7ms)
27981
+ Rendered base/_address_fields.html.haml (0.6ms)
27982
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.9ms)
27983
+ Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
27984
+  (0.0ms) rollback transaction
27985
+  (0.0ms) begin transaction
27986
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:47 +0100
27987
+ Processing by BaseController#nested_form_gem as HTML
27988
+ Rendered base/_user_fields.html.haml (0.4ms)
27989
+ Rendered base/_address_fields.html.haml (0.5ms)
27990
+ Rendered base/_address_fields.html.haml (0.5ms)
27991
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.7ms)
27992
+ Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
27993
+  (0.1ms) rollback transaction
27994
+  (0.1ms) begin transaction
27995
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:47 +0100
27996
+ Processing by BaseController#nested_form_gem as HTML
27997
+ Rendered base/_user_fields.html.haml (0.5ms)
27998
+ Rendered base/_address_fields.html.haml (0.7ms)
27999
+ Rendered base/_address_fields.html.haml (0.5ms)
28000
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.1ms)
28001
+ Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)
28002
+  (0.0ms) rollback transaction
28003
+  (0.0ms) begin transaction
28004
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:47 +0100
28005
+ Processing by BaseController#nested_form_gem as HTML
28006
+ Rendered base/_user_fields.html.haml (0.4ms)
28007
+ Rendered base/_address_fields.html.haml (0.5ms)
28008
+ Rendered base/_address_fields.html.haml (0.5ms)
28009
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.5ms)
28010
+ Completed 200 OK in 19ms (Views: 18.1ms | ActiveRecord: 0.0ms)
28011
+  (0.1ms) rollback transaction
28012
+  (0.0ms) begin transaction
28013
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:47 +0100
28014
+ Processing by BaseController#nested_form_gem as HTML
28015
+ Rendered base/_user_fields.html.haml (0.6ms)
28016
+ Rendered base/_address_fields.html.haml (0.7ms)
28017
+ Rendered base/_address_fields.html.haml (1.2ms)
28018
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.4ms)
28019
+ Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
28020
+  (0.2ms) rollback transaction
28021
+  (0.0ms) begin transaction
28022
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:47 +0100
28023
+ Processing by BaseController#nested_form_gem as HTML
28024
+ Rendered base/_user_fields.html.haml (0.9ms)
28025
+ Rendered base/_address_fields.html.haml (1.0ms)
28026
+ Rendered base/_address_fields.html.haml (0.6ms)
28027
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.9ms)
28028
+ Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.0ms)
28029
+  (0.1ms) rollback transaction
28030
+  (0.0ms) begin transaction
28031
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:47 +0100
28032
+ Processing by BaseController#nested_form_gem as HTML
28033
+ Rendered base/_user_fields.html.haml (0.6ms)
28034
+ Rendered base/_address_fields.html.haml (0.7ms)
28035
+ Rendered base/_address_fields.html.haml (0.6ms)
28036
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.4ms)
28037
+ Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
28038
+  (0.1ms) rollback transaction
28039
+  (0.0ms) begin transaction
28040
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:47 +0100
28041
+ Processing by BaseController#nested_form_gem as HTML
28042
+ Rendered base/_user_fields.html.haml (0.5ms)
28043
+ Rendered base/_address_fields.html.haml (0.6ms)
28044
+ Rendered base/_address_fields.html.haml (0.6ms)
28045
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.1ms)
28046
+ Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
28047
+  (0.0ms) rollback transaction
28048
+  (0.0ms) begin transaction
28049
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:47 +0100
28050
+ Processing by BaseController#nested_form_gem as HTML
28051
+ Rendered base/_user_fields.html.haml (0.5ms)
28052
+ Rendered base/_address_fields.html.haml (0.7ms)
28053
+ Rendered base/_address_fields.html.haml (0.7ms)
28054
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.4ms)
28055
+ Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms)
28056
+  (0.1ms) rollback transaction
28057
+  (0.1ms) begin transaction
28058
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:47 +0100
28059
+ Processing by BaseController#nested_form_gem as HTML
28060
+ Rendered base/_user_fields.html.haml (0.4ms)
28061
+ Rendered base/_address_fields.html.haml (0.5ms)
28062
+ Rendered base/nested_form_gem.html.haml within layouts/application (1.7ms)
28063
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
28064
+  (0.0ms) rollback transaction
28065
+  (0.0ms) begin transaction
28066
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:47 +0100
28067
+ Processing by BaseController#nested_form_gem as HTML
28068
+ Rendered base/_user_fields.html.haml (0.5ms)
28069
+ Rendered base/_address_fields.html.haml (0.6ms)
28070
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.2ms)
28071
+ Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
28072
+  (0.1ms) rollback transaction
28073
+  (0.0ms) begin transaction
28074
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:07:47 +0100
28075
+ Processing by BaseController#nested_form_gem as HTML
28076
+ Rendered base/_user_fields.html.haml (0.4ms)
28077
+ Rendered base/_address_fields.html.haml (0.5ms)
28078
+ Rendered base/nested_form_gem.html.haml within layouts/application (1.8ms)
28079
+ Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
28080
+  (0.0ms) rollback transaction
28081
+  (0.0ms) begin transaction
28082
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:07:47 +0100
28083
+ Processing by BaseController#deep_fields_for as HTML
28084
+ Rendered base/_user_fields.html.haml (0.9ms)
28085
+ Rendered base/_tag_fields.html.haml (1.0ms)
28086
+ Rendered base/_address_fields.html.haml (2.3ms)
28087
+ Rendered base/_tag_fields.html.haml (0.2ms)
28088
+ Rendered base/deep_fields_for.html.haml within layouts/application (7.5ms)
28089
+ Completed 200 OK in 18ms (Views: 9.3ms | ActiveRecord: 0.0ms)
28090
+  (0.1ms) rollback transaction
28091
+  (0.1ms) begin transaction
28092
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:07:47 +0100
28093
+ Processing by BaseController#deep_fields_for as HTML
28094
+ Rendered base/_user_fields.html.haml (0.5ms)
28095
+ Rendered base/_tag_fields.html.haml (0.3ms)
28096
+ Rendered base/_address_fields.html.haml (0.9ms)
28097
+ Rendered base/_tag_fields.html.haml (0.2ms)
28098
+ Rendered base/deep_fields_for.html.haml within layouts/application (2.8ms)
28099
+ Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.0ms)
28100
+  (0.0ms) rollback transaction
28101
+  (0.0ms) begin transaction
28102
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:07:47 +0100
28103
+ Processing by BaseController#deep_fields_for as HTML
28104
+ Rendered base/_user_fields.html.haml (0.9ms)
28105
+ Rendered base/_tag_fields.html.haml (0.2ms)
28106
+ Rendered base/_address_fields.html.haml (1.5ms)
28107
+ Rendered base/_tag_fields.html.haml (0.2ms)
28108
+ Rendered base/deep_fields_for.html.haml within layouts/application (4.2ms)
28109
+ Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.0ms)
28110
+  (0.0ms) rollback transaction
28111
+  (0.2ms) begin transaction
28112
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
28113
+ Processing by BaseController#deep_fields_for as HTML
28114
+ Rendered base/_user_fields.html.haml (0.9ms)
28115
+ Rendered base/_tag_fields.html.haml (0.3ms)
28116
+ Rendered base/_address_fields.html.haml (1.3ms)
28117
+ Rendered base/_tag_fields.html.haml (0.7ms)
28118
+ Rendered base/deep_fields_for.html.haml within layouts/application (5.5ms)
28119
+ Completed 200 OK in 10ms (Views: 7.6ms | ActiveRecord: 0.0ms)
28120
+  (0.1ms) rollback transaction
28121
+  (0.0ms) begin transaction
28122
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
28123
+ Processing by BaseController#basic_form as HTML
28124
+ Rendered base/_user_fields.html.haml (4.4ms)
28125
+ Rendered base/basic_form.html.haml within layouts/application (6.3ms)
28126
+ Completed 200 OK in 8ms (Views: 8.2ms | ActiveRecord: 0.0ms)
28127
+  (0.0ms) rollback transaction
28128
+  (0.0ms) begin transaction
28129
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
28130
+ Processing by BaseController#basic_form as HTML
28131
+ Rendered base/_user_fields.html.haml (0.5ms)
28132
+ Rendered base/basic_form.html.haml within layouts/application (1.1ms)
28133
+ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
28134
+  (0.0ms) rollback transaction
28135
+  (0.0ms) begin transaction
28136
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
28137
+ Processing by BaseController#basic_form as HTML
28138
+ Rendered base/_user_fields.html.haml (0.7ms)
28139
+ Rendered base/basic_form.html.haml within layouts/application (1.1ms)
28140
+ Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
28141
+  (0.0ms) rollback transaction
28142
+  (0.0ms) begin transaction
28143
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
28144
+ Processing by BaseController#basic_form as HTML
28145
+ Rendered base/_user_fields.html.haml (0.6ms)
28146
+ Rendered base/basic_form.html.haml within layouts/application (1.2ms)
28147
+ Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
28148
+  (0.0ms) rollback transaction
28149
+  (0.0ms) begin transaction
28150
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
28151
+ Processing by BaseController#basic_form as HTML
28152
+ Rendered base/_user_fields.html.haml (1.1ms)
28153
+ Rendered base/basic_form.html.haml within layouts/application (1.7ms)
28154
+ Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
28155
+  (0.0ms) rollback transaction
28156
+  (0.0ms) begin transaction
28157
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
28158
+ Processing by BaseController#basic_form as HTML
28159
+ Rendered base/_user_fields.html.haml (0.7ms)
28160
+ Rendered base/basic_form.html.haml within layouts/application (1.2ms)
28161
+ Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
28162
+  (0.0ms) rollback transaction
28163
+  (0.0ms) begin transaction
28164
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
28165
+ Processing by BaseController#basic_form as HTML
28166
+ Rendered base/_user_fields.html.haml (0.8ms)
28167
+ Rendered base/basic_form.html.haml within layouts/application (1.5ms)
28168
+ Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
28169
+  (0.0ms) rollback transaction
28170
+  (0.0ms) begin transaction
28171
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
28172
+ Processing by BaseController#basic_form as HTML
28173
+ Rendered base/_user_fields.html.haml (1.0ms)
28174
+ Rendered base/basic_form.html.haml within layouts/application (2.0ms)
28175
+ Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
28176
+  (0.0ms) rollback transaction
28177
+  (0.0ms) begin transaction
28178
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
28179
+ Processing by BaseController#basic_form as HTML
28180
+ Rendered base/_user_fields.html.haml (0.8ms)
28181
+ Rendered base/basic_form.html.haml within layouts/application (1.7ms)
28182
+ Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
28183
+  (0.1ms) rollback transaction
28184
+  (0.0ms) begin transaction
28185
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
28186
+ Processing by BaseController#basic_form as HTML
28187
+ Rendered base/_user_fields.html.haml (1.2ms)
28188
+ Rendered base/basic_form.html.haml within layouts/application (2.2ms)
28189
+ Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms)
28190
+  (0.1ms) rollback transaction
28191
+  (0.0ms) begin transaction
28192
+ Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
28193
+ Processing by BaseController#fields_for_explicit as HTML
28194
+ Rendered base/_user_fields.html.haml (0.5ms)
28195
+ Rendered base/_address_fields.html.haml (0.6ms)
28196
+ Rendered base/_tag_fields.html.haml (0.3ms)
28197
+ Rendered base/fields_for_explicit.html.haml within layouts/application (3.8ms)
28198
+ Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.0ms)
28199
+  (0.0ms) rollback transaction
28200
+  (0.0ms) begin transaction
28201
+ Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
28202
+ Processing by BaseController#fields_for_explicit as HTML
28203
+ Rendered base/_user_fields.html.haml (0.5ms)
28204
+ Rendered base/_address_fields.html.haml (0.7ms)
28205
+ Rendered base/_tag_fields.html.haml (0.3ms)
28206
+ Rendered base/fields_for_explicit.html.haml within layouts/application (3.4ms)
28207
+ Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.0ms)
28208
+  (0.1ms) rollback transaction
28209
+  (0.0ms) begin transaction
28210
+ Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
28211
+ Processing by BaseController#fields_for_explicit as HTML
28212
+ Rendered base/_user_fields.html.haml (0.6ms)
28213
+ Rendered base/_address_fields.html.haml (0.6ms)
28214
+ Rendered base/_tag_fields.html.haml (0.4ms)
28215
+ Rendered base/fields_for_explicit.html.haml within layouts/application (2.6ms)
28216
+ Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)
28217
+  (0.0ms) rollback transaction
28218
+  (0.0ms) begin transaction
28219
+ Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
28220
+ Processing by BaseController#fields_for_explicit as HTML
28221
+ Rendered base/_user_fields.html.haml (1.3ms)
28222
+ Rendered base/_address_fields.html.haml (1.1ms)
28223
+ Rendered base/_tag_fields.html.haml (0.5ms)
28224
+ Rendered base/fields_for_explicit.html.haml within layouts/application (4.2ms)
28225
+ Completed 200 OK in 7ms (Views: 5.5ms | ActiveRecord: 0.0ms)
28226
+  (0.0ms) rollback transaction
28227
+  (0.1ms) begin transaction
28228
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
28229
+ Processing by BaseController#fields_for as HTML
28230
+ Rendered base/_user_fields.html.haml (0.6ms)
28231
+ Rendered base/_address_fields.html.haml (0.6ms)
28232
+ Rendered base/_tag_fields.html.haml (0.2ms)
28233
+ Rendered base/fields_for.html.haml within layouts/application (3.9ms)
28234
+ Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.0ms)
28235
+  (0.1ms) rollback transaction
28236
+  (0.2ms) begin transaction
28237
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
28238
+ Processing by BaseController#fields_for as HTML
28239
+ Rendered base/_user_fields.html.haml (0.6ms)
28240
+ Rendered base/_address_fields.html.haml (0.6ms)
28241
+ Rendered base/_tag_fields.html.haml (0.2ms)
28242
+ Rendered base/fields_for.html.haml within layouts/application (2.5ms)
28243
+ Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.0ms)
28244
+  (0.0ms) rollback transaction
28245
+  (0.0ms) begin transaction
28246
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
28247
+ Processing by BaseController#fields_for as HTML
28248
+ Rendered base/_user_fields.html.haml (0.5ms)
28249
+ Rendered base/_address_fields.html.haml (0.6ms)
28250
+ Rendered base/_tag_fields.html.haml (0.2ms)
28251
+ Rendered base/fields_for.html.haml within layouts/application (7.5ms)
28252
+ Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)
28253
+  (0.1ms) rollback transaction
28254
+  (0.0ms) begin transaction
28255
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
28256
+ Processing by BaseController#fields_for as HTML
28257
+ Rendered base/_user_fields.html.haml (0.5ms)
28258
+ Rendered base/_address_fields.html.haml (0.4ms)
28259
+ Rendered base/_tag_fields.html.haml (0.2ms)
28260
+ Rendered base/fields_for.html.haml within layouts/application (2.0ms)
28261
+ Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
28262
+  (0.0ms) rollback transaction
28263
+  (0.0ms) begin transaction
28264
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
28265
+ Processing by BaseController#fields_for as HTML
28266
+ Rendered base/_user_fields.html.haml (0.4ms)
28267
+ Rendered base/_address_fields.html.haml (0.4ms)
28268
+ Rendered base/_tag_fields.html.haml (0.2ms)
28269
+ Rendered base/fields_for.html.haml within layouts/application (2.0ms)
28270
+ Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
28271
+  (0.0ms) rollback transaction
28272
+  (0.0ms) begin transaction
28273
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
28274
+ Processing by BaseController#fields_for as HTML
28275
+ Rendered base/_user_fields.html.haml (0.4ms)
28276
+ Rendered base/_address_fields.html.haml (0.4ms)
28277
+ Rendered base/_tag_fields.html.haml (0.2ms)
28278
+ Rendered base/fields_for.html.haml within layouts/application (2.0ms)
28279
+ Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)
28280
+  (0.0ms) rollback transaction
28281
+  (0.0ms) begin transaction
28282
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
28283
+ Processing by BaseController#fields_for as HTML
28284
+ Rendered base/_user_fields.html.haml (0.4ms)
28285
+ Rendered base/_address_fields.html.haml (0.4ms)
28286
+ Rendered base/_tag_fields.html.haml (0.2ms)
28287
+ Rendered base/fields_for.html.haml within layouts/application (1.9ms)
28288
+ Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)
28289
+  (0.0ms) rollback transaction
28290
+  (0.0ms) begin transaction
28291
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
28292
+ Processing by BaseController#fields_for as HTML
28293
+ Rendered base/_user_fields.html.haml (0.4ms)
28294
+ Rendered base/_address_fields.html.haml (0.4ms)
28295
+ Rendered base/_tag_fields.html.haml (0.2ms)
28296
+ Rendered base/fields_for.html.haml within layouts/application (2.0ms)
28297
+ Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
28298
+  (0.1ms) rollback transaction
28299
+  (0.0ms) begin transaction
28300
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
28301
+ Processing by BaseController#fields_for as HTML
28302
+ Rendered base/_user_fields.html.haml (0.8ms)
28303
+ Rendered base/_address_fields.html.haml (0.8ms)
28304
+ Rendered base/_tag_fields.html.haml (0.2ms)
28305
+ Rendered base/fields_for.html.haml within layouts/application (3.0ms)
28306
+ Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)
28307
+  (0.1ms) rollback transaction
28308
+  (0.0ms) begin transaction
28309
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
28310
+ Processing by BaseController#fields_for as HTML
28311
+ Rendered base/_user_fields.html.haml (0.4ms)
28312
+ Rendered base/_address_fields.html.haml (0.4ms)
28313
+ Rendered base/_tag_fields.html.haml (0.2ms)
28314
+ Rendered base/fields_for.html.haml within layouts/application (1.9ms)
28315
+ Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
28316
+  (0.0ms) rollback transaction
28317
+  (0.0ms) begin transaction
28318
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
28319
+ Processing by BaseController#fields_for as HTML
28320
+ Rendered base/_user_fields.html.haml (0.6ms)
28321
+ Rendered base/_address_fields.html.haml (0.6ms)
28322
+ Rendered base/_tag_fields.html.haml (0.2ms)
28323
+ Rendered base/fields_for.html.haml within layouts/application (2.4ms)
28324
+ Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
28325
+  (0.1ms) rollback transaction
28326
+  (0.0ms) begin transaction
28327
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
28328
+ Processing by BaseController#fields_for as HTML
28329
+ Rendered base/_user_fields.html.haml (0.4ms)
28330
+ Rendered base/_address_fields.html.haml (0.4ms)
28331
+ Rendered base/_tag_fields.html.haml (0.2ms)
28332
+ Rendered base/fields_for.html.haml within layouts/application (1.8ms)
28333
+ Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
28334
+  (0.0ms) rollback transaction
28335
+  (0.0ms) begin transaction
28336
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
28337
+ Processing by BaseController#fields_for as HTML
28338
+ Rendered base/_user_fields.html.haml (0.4ms)
28339
+ Rendered base/_address_fields.html.haml (0.5ms)
28340
+ Rendered base/_tag_fields.html.haml (0.2ms)
28341
+ Rendered base/fields_for.html.haml within layouts/application (2.0ms)
28342
+ Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)
28343
+  (0.0ms) rollback transaction
28344
+  (0.0ms) begin transaction
28345
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
28346
+ Processing by BaseController#fields_for as HTML
28347
+ Rendered base/_user_fields.html.haml (0.6ms)
28348
+ Rendered base/_address_fields.html.haml (0.7ms)
28349
+ Rendered base/_tag_fields.html.haml (0.2ms)
28350
+ Rendered base/fields_for.html.haml within layouts/application (2.6ms)
28351
+ Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.0ms)
28352
+  (0.1ms) rollback transaction
28353
+  (0.1ms) begin transaction
28354
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
28355
+ Processing by BaseController#fields_for as HTML
28356
+ Rendered base/_user_fields.html.haml (0.5ms)
28357
+ Rendered base/_address_fields.html.haml (0.6ms)
28358
+ Rendered base/_tag_fields.html.haml (0.2ms)
28359
+ Rendered base/fields_for.html.haml within layouts/application (2.6ms)
28360
+ Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.0ms)
28361
+  (0.1ms) rollback transaction
28362
+  (0.0ms) begin transaction
28363
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
28364
+ Processing by BaseController#fields_for as HTML
28365
+ Rendered base/_user_fields.html.haml (0.4ms)
28366
+ Rendered base/_address_fields.html.haml (0.4ms)
28367
+ Rendered base/_tag_fields.html.haml (0.2ms)
28368
+ Rendered base/fields_for.html.haml within layouts/application (2.2ms)
28369
+ Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)
28370
+  (0.0ms) rollback transaction
28371
+  (0.0ms) begin transaction
28372
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
28373
+ Processing by BaseController#fields_for as HTML
28374
+ Rendered base/_user_fields.html.haml (0.5ms)
28375
+ Rendered base/_address_fields.html.haml (0.5ms)
28376
+ Rendered base/_tag_fields.html.haml (0.2ms)
28377
+ Rendered base/fields_for.html.haml within layouts/application (2.1ms)
28378
+ Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
28379
+  (0.0ms) rollback transaction
28380
+  (0.0ms) begin transaction
28381
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:07:48 +0100
28382
+ Processing by BaseController#fields_for as HTML
28383
+ Rendered base/_user_fields.html.haml (0.4ms)
28384
+ Rendered base/_address_fields.html.haml (0.4ms)
28385
+ Rendered base/_tag_fields.html.haml (0.2ms)
28386
+ Rendered base/fields_for.html.haml within layouts/application (2.1ms)
28387
+ Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
28388
+  (0.1ms) rollback transaction
28389
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
28390
+  (3.0ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "street" varchar, "city" varchar, "country" varchar, "description" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
28391
+  (1.0ms) CREATE TABLE "tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "description" text, "taggable_id" integer, "taggable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
28392
+  (0.9ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "roles" varchar) 
28393
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
28394
+  (0.1ms) select sqlite_version(*)
28395
+  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
28396
+  (0.1ms) SELECT version FROM "schema_migrations"
28397
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20151116150723')
28398
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626095843')
28399
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
28400
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
28401
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
28402
+  (0.1ms) begin transaction
28403
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:09:02 +0100
28404
+ Processing by BaseController#deep_fields_for as HTML
28405
+ Rendered base/_user_fields.html.haml (2.4ms)
28406
+ Rendered base/_tag_fields.html.haml (0.8ms)
28407
+ Rendered base/_address_fields.html.haml (2.9ms)
28408
+ Rendered base/_tag_fields.html.haml (0.2ms)
28409
+ Rendered base/deep_fields_for.html.haml within layouts/application (11.8ms)
28410
+ Completed 200 OK in 149ms (Views: 123.3ms | ActiveRecord: 0.3ms)
28411
+  (0.1ms) rollback transaction
28412
+  (0.0ms) begin transaction
28413
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
28414
+ Processing by BaseController#deep_fields_for as HTML
28415
+ Rendered base/_user_fields.html.haml (0.5ms)
28416
+ Rendered base/_tag_fields.html.haml (0.2ms)
28417
+ Rendered base/_address_fields.html.haml (0.7ms)
28418
+ Rendered base/_tag_fields.html.haml (0.2ms)
28419
+ Rendered base/deep_fields_for.html.haml within layouts/application (2.3ms)
28420
+ Completed 200 OK in 5ms (Views: 3.1ms | ActiveRecord: 0.0ms)
28421
+  (0.1ms) rollback transaction
28422
+  (0.0ms) begin transaction
28423
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
28424
+ Processing by BaseController#deep_fields_for as HTML
28425
+ Rendered base/_user_fields.html.haml (0.4ms)
28426
+ Rendered base/_tag_fields.html.haml (0.1ms)
28427
+ Rendered base/_address_fields.html.haml (0.6ms)
28428
+ Rendered base/_tag_fields.html.haml (0.1ms)
28429
+ Rendered base/deep_fields_for.html.haml within layouts/application (2.0ms)
28430
+ Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
28431
+  (0.0ms) rollback transaction
28432
+  (0.0ms) begin transaction
28433
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
28434
+ Processing by BaseController#deep_fields_for as HTML
28435
+ Rendered base/_user_fields.html.haml (0.4ms)
28436
+ Rendered base/_tag_fields.html.haml (0.2ms)
28437
+ Rendered base/_address_fields.html.haml (0.6ms)
28438
+ Rendered base/_tag_fields.html.haml (0.2ms)
28439
+ Rendered base/deep_fields_for.html.haml within layouts/application (2.1ms)
28440
+ Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
28441
+  (0.1ms) rollback transaction
28442
+  (0.0ms) begin transaction
28443
+ Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
28444
+ Processing by BaseController#fields_for_explicit as HTML
28445
+ Rendered base/_user_fields.html.haml (0.6ms)
28446
+ Rendered base/_address_fields.html.haml (0.8ms)
28447
+ Rendered base/_tag_fields.html.haml (0.2ms)
28448
+ Rendered base/fields_for_explicit.html.haml within layouts/application (4.1ms)
28449
+ Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.0ms)
28450
+  (0.1ms) rollback transaction
28451
+  (0.0ms) begin transaction
28452
+ Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
28453
+ Processing by BaseController#fields_for_explicit as HTML
28454
+ Rendered base/_user_fields.html.haml (0.4ms)
28455
+ Rendered base/_address_fields.html.haml (0.4ms)
28456
+ Rendered base/_tag_fields.html.haml (0.2ms)
28457
+ Rendered base/fields_for_explicit.html.haml within layouts/application (2.0ms)
28458
+ Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)
28459
+  (0.1ms) rollback transaction
28460
+  (0.0ms) begin transaction
28461
+ Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
28462
+ Processing by BaseController#fields_for_explicit as HTML
28463
+ Rendered base/_user_fields.html.haml (0.4ms)
28464
+ Rendered base/_address_fields.html.haml (0.4ms)
28465
+ Rendered base/_tag_fields.html.haml (0.2ms)
28466
+ Rendered base/fields_for_explicit.html.haml within layouts/application (2.1ms)
28467
+ Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)
28468
+  (0.0ms) rollback transaction
28469
+  (0.0ms) begin transaction
28470
+ Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
28471
+ Processing by BaseController#fields_for_explicit as HTML
28472
+ Rendered base/_user_fields.html.haml (0.4ms)
28473
+ Rendered base/_address_fields.html.haml (0.4ms)
28474
+ Rendered base/_tag_fields.html.haml (0.2ms)
28475
+ Rendered base/fields_for_explicit.html.haml within layouts/application (1.8ms)
28476
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
28477
+  (0.0ms) rollback transaction
28478
+  (0.0ms) begin transaction
28479
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
28480
+ Processing by BaseController#fields_for as HTML
28481
+ Rendered base/_user_fields.html.haml (0.6ms)
28482
+ Rendered base/_address_fields.html.haml (0.7ms)
28483
+ Rendered base/_tag_fields.html.haml (0.3ms)
28484
+ Rendered base/fields_for.html.haml within layouts/application (3.8ms)
28485
+ Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
28486
+  (0.1ms) rollback transaction
28487
+  (0.0ms) begin transaction
28488
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
28489
+ Processing by BaseController#fields_for as HTML
28490
+ Rendered base/_user_fields.html.haml (0.7ms)
28491
+ Rendered base/_address_fields.html.haml (0.5ms)
28492
+ Rendered base/_tag_fields.html.haml (0.2ms)
28493
+ Rendered base/fields_for.html.haml within layouts/application (2.6ms)
28494
+ Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.0ms)
28495
+  (0.1ms) rollback transaction
28496
+  (0.0ms) begin transaction
28497
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
28498
+ Processing by BaseController#fields_for as HTML
28499
+ Rendered base/_user_fields.html.haml (0.5ms)
28500
+ Rendered base/_address_fields.html.haml (0.8ms)
28501
+ Rendered base/_tag_fields.html.haml (0.3ms)
28502
+ Rendered base/fields_for.html.haml within layouts/application (2.9ms)
28503
+ Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms)
28504
+  (0.1ms) rollback transaction
28505
+  (0.0ms) begin transaction
28506
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
28507
+ Processing by BaseController#fields_for as HTML
28508
+ Rendered base/_user_fields.html.haml (0.4ms)
28509
+ Rendered base/_address_fields.html.haml (0.4ms)
28510
+ Rendered base/_tag_fields.html.haml (0.2ms)
28511
+ Rendered base/fields_for.html.haml within layouts/application (1.9ms)
28512
+ Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)
28513
+  (0.0ms) rollback transaction
28514
+  (0.0ms) begin transaction
28515
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
28516
+ Processing by BaseController#fields_for as HTML
28517
+ Rendered base/_user_fields.html.haml (0.4ms)
28518
+ Rendered base/_address_fields.html.haml (0.5ms)
28519
+ Rendered base/_tag_fields.html.haml (0.2ms)
28520
+ Rendered base/fields_for.html.haml within layouts/application (1.9ms)
28521
+ Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
28522
+  (0.0ms) rollback transaction
28523
+  (0.0ms) begin transaction
28524
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
28525
+ Processing by BaseController#fields_for as HTML
28526
+ Rendered base/_user_fields.html.haml (0.4ms)
28527
+ Rendered base/_address_fields.html.haml (0.5ms)
28528
+ Rendered base/_tag_fields.html.haml (0.2ms)
28529
+ Rendered base/fields_for.html.haml within layouts/application (2.0ms)
28530
+ Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
28531
+  (0.1ms) rollback transaction
28532
+  (0.0ms) begin transaction
28533
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
28534
+ Processing by BaseController#fields_for as HTML
28535
+ Rendered base/_user_fields.html.haml (0.5ms)
28536
+ Rendered base/_address_fields.html.haml (0.7ms)
28537
+ Rendered base/_tag_fields.html.haml (0.3ms)
28538
+ Rendered base/fields_for.html.haml within layouts/application (2.8ms)
28539
+ Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.0ms)
28540
+  (0.1ms) rollback transaction
28541
+  (0.0ms) begin transaction
28542
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
28543
+ Processing by BaseController#fields_for as HTML
28544
+ Rendered base/_user_fields.html.haml (0.4ms)
28545
+ Rendered base/_address_fields.html.haml (0.5ms)
28546
+ Rendered base/_tag_fields.html.haml (0.3ms)
28547
+ Rendered base/fields_for.html.haml within layouts/application (2.5ms)
28548
+ Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.0ms)
28549
+  (0.1ms) rollback transaction
28550
+  (0.0ms) begin transaction
28551
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
28552
+ Processing by BaseController#fields_for as HTML
28553
+ Rendered base/_user_fields.html.haml (0.4ms)
28554
+ Rendered base/_address_fields.html.haml (0.4ms)
28555
+ Rendered base/_tag_fields.html.haml (0.3ms)
28556
+ Rendered base/fields_for.html.haml within layouts/application (2.1ms)
28557
+ Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
28558
+  (0.0ms) rollback transaction
28559
+  (0.0ms) begin transaction
28560
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
28561
+ Processing by BaseController#fields_for as HTML
28562
+ Rendered base/_user_fields.html.haml (0.4ms)
28563
+ Rendered base/_address_fields.html.haml (0.4ms)
28564
+ Rendered base/_tag_fields.html.haml (0.2ms)
28565
+ Rendered base/fields_for.html.haml within layouts/application (1.8ms)
28566
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
28567
+  (0.0ms) rollback transaction
28568
+  (0.0ms) begin transaction
28569
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
28570
+ Processing by BaseController#fields_for as HTML
28571
+ Rendered base/_user_fields.html.haml (0.4ms)
28572
+ Rendered base/_address_fields.html.haml (0.4ms)
28573
+ Rendered base/_tag_fields.html.haml (0.2ms)
28574
+ Rendered base/fields_for.html.haml within layouts/application (1.8ms)
28575
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
28576
+  (0.0ms) rollback transaction
28577
+  (0.0ms) begin transaction
28578
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
28579
+ Processing by BaseController#fields_for as HTML
28580
+ Rendered base/_user_fields.html.haml (0.4ms)
28581
+ Rendered base/_address_fields.html.haml (0.4ms)
28582
+ Rendered base/_tag_fields.html.haml (0.2ms)
28583
+ Rendered base/fields_for.html.haml within layouts/application (2.1ms)
28584
+ Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)
28585
+  (0.1ms) rollback transaction
28586
+  (0.0ms) begin transaction
28587
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
28588
+ Processing by BaseController#fields_for as HTML
28589
+ Rendered base/_user_fields.html.haml (0.7ms)
28590
+ Rendered base/_address_fields.html.haml (0.6ms)
28591
+ Rendered base/_tag_fields.html.haml (0.2ms)
28592
+ Rendered base/fields_for.html.haml within layouts/application (2.7ms)
28593
+ Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.0ms)
28594
+  (0.1ms) rollback transaction
28595
+  (0.0ms) begin transaction
28596
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
28597
+ Processing by BaseController#fields_for as HTML
28598
+ Rendered base/_user_fields.html.haml (0.4ms)
28599
+ Rendered base/_address_fields.html.haml (0.4ms)
28600
+ Rendered base/_tag_fields.html.haml (0.2ms)
28601
+ Rendered base/fields_for.html.haml within layouts/application (2.0ms)
28602
+ Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)
28603
+  (0.0ms) rollback transaction
28604
+  (0.0ms) begin transaction
28605
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
28606
+ Processing by BaseController#fields_for as HTML
28607
+ Rendered base/_user_fields.html.haml (0.4ms)
28608
+ Rendered base/_address_fields.html.haml (0.4ms)
28609
+ Rendered base/_tag_fields.html.haml (0.2ms)
28610
+ Rendered base/fields_for.html.haml within layouts/application (1.8ms)
28611
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
28612
+  (0.1ms) rollback transaction
28613
+  (0.0ms) begin transaction
28614
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
28615
+ Processing by BaseController#fields_for as HTML
28616
+ Rendered base/_user_fields.html.haml (0.4ms)
28617
+ Rendered base/_address_fields.html.haml (0.4ms)
28618
+ Rendered base/_tag_fields.html.haml (0.2ms)
28619
+ Rendered base/fields_for.html.haml within layouts/application (1.9ms)
28620
+ Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)
28621
+  (0.0ms) rollback transaction
28622
+  (0.0ms) begin transaction
28623
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
28624
+ Processing by BaseController#fields_for as HTML
28625
+ Rendered base/_user_fields.html.haml (0.4ms)
28626
+ Rendered base/_address_fields.html.haml (0.4ms)
28627
+ Rendered base/_tag_fields.html.haml (0.2ms)
28628
+ Rendered base/fields_for.html.haml within layouts/application (1.9ms)
28629
+ Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.0ms)
28630
+  (0.0ms) rollback transaction
28631
+  (0.0ms) begin transaction
28632
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
28633
+ Processing by BaseController#fields_for as HTML
28634
+ Rendered base/_user_fields.html.haml (0.5ms)
28635
+ Rendered base/_address_fields.html.haml (0.5ms)
28636
+ Rendered base/_tag_fields.html.haml (0.2ms)
28637
+ Rendered base/fields_for.html.haml within layouts/application (2.2ms)
28638
+ Completed 200 OK in 5ms (Views: 3.2ms | ActiveRecord: 0.0ms)
28639
+  (0.1ms) rollback transaction
28640
+  (0.0ms) begin transaction
28641
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
28642
+ Processing by BaseController#basic_form as HTML
28643
+ Rendered base/_user_fields.html.haml (0.7ms)
28644
+ Rendered base/basic_form.html.haml within layouts/application (2.7ms)
28645
+ Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
28646
+  (0.1ms) rollback transaction
28647
+  (0.0ms) begin transaction
28648
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
28649
+ Processing by BaseController#basic_form as HTML
28650
+ Rendered base/_user_fields.html.haml (0.7ms)
28651
+ Rendered base/basic_form.html.haml within layouts/application (1.4ms)
28652
+ Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
28653
+  (0.1ms) rollback transaction
28654
+  (0.0ms) begin transaction
28655
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
28656
+ Processing by BaseController#basic_form as HTML
28657
+ Rendered base/_user_fields.html.haml (0.6ms)
28658
+ Rendered base/basic_form.html.haml within layouts/application (1.4ms)
28659
+ Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
28660
+  (0.0ms) rollback transaction
28661
+  (0.0ms) begin transaction
28662
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
28663
+ Processing by BaseController#basic_form as HTML
28664
+ Rendered base/_user_fields.html.haml (0.8ms)
28665
+ Rendered base/basic_form.html.haml within layouts/application (1.2ms)
28666
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
28667
+  (0.0ms) rollback transaction
28668
+  (0.0ms) begin transaction
28669
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
28670
+ Processing by BaseController#basic_form as HTML
28671
+ Rendered base/_user_fields.html.haml (0.7ms)
28672
+ Rendered base/basic_form.html.haml within layouts/application (1.1ms)
28673
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
28674
+  (0.1ms) rollback transaction
28675
+  (0.0ms) begin transaction
28676
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
28677
+ Processing by BaseController#basic_form as HTML
28678
+ Rendered base/_user_fields.html.haml (0.6ms)
28679
+ Rendered base/basic_form.html.haml within layouts/application (1.4ms)
28680
+ Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
28681
+  (0.0ms) rollback transaction
28682
+  (0.0ms) begin transaction
28683
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
28684
+ Processing by BaseController#basic_form as HTML
28685
+ Rendered base/_user_fields.html.haml (0.6ms)
28686
+ Rendered base/basic_form.html.haml within layouts/application (1.1ms)
28687
+ Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
28688
+  (0.0ms) rollback transaction
28689
+  (0.0ms) begin transaction
28690
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
28691
+ Processing by BaseController#basic_form as HTML
28692
+ Rendered base/_user_fields.html.haml (0.5ms)
28693
+ Rendered base/basic_form.html.haml within layouts/application (1.0ms)
28694
+ Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
28695
+  (0.0ms) rollback transaction
28696
+  (0.0ms) begin transaction
28697
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
28698
+ Processing by BaseController#basic_form as HTML
28699
+ Rendered base/_user_fields.html.haml (0.5ms)
28700
+ Rendered base/basic_form.html.haml within layouts/application (0.9ms)
28701
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
28702
+  (0.0ms) rollback transaction
28703
+  (0.0ms) begin transaction
28704
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
28705
+ Processing by BaseController#nested_form_gem as HTML
28706
+ Rendered base/_user_fields.html.haml (0.5ms)
28707
+ Rendered base/_address_fields.html.haml (1.3ms)
28708
+ Rendered base/_address_fields.html.haml (0.6ms)
28709
+ Rendered base/nested_form_gem.html.haml within layouts/application (5.0ms)
28710
+ Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)
28711
+  (0.1ms) rollback transaction
28712
+  (0.0ms) begin transaction
28713
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
28714
+ Processing by BaseController#nested_form_gem as HTML
28715
+ Rendered base/_user_fields.html.haml (0.5ms)
28716
+ Rendered base/_address_fields.html.haml (0.6ms)
28717
+ Rendered base/_address_fields.html.haml (0.5ms)
28718
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.2ms)
28719
+ Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms)
28720
+  (0.0ms) rollback transaction
28721
+  (0.0ms) begin transaction
28722
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
28723
+ Processing by BaseController#nested_form_gem as HTML
28724
+ Rendered base/_user_fields.html.haml (0.5ms)
28725
+ Rendered base/_address_fields.html.haml (0.7ms)
28726
+ Rendered base/_address_fields.html.haml (0.6ms)
28727
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.3ms)
28728
+ Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)
28729
+  (0.0ms) rollback transaction
28730
+  (0.0ms) begin transaction
28731
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
28732
+ Processing by BaseController#nested_form_gem as HTML
28733
+ Rendered base/_user_fields.html.haml (0.8ms)
28734
+ Rendered base/_address_fields.html.haml (0.9ms)
28735
+ Rendered base/_address_fields.html.haml (0.7ms)
28736
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.1ms)
28737
+ Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.0ms)
28738
+  (0.1ms) rollback transaction
28739
+  (0.0ms) begin transaction
28740
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
28741
+ Processing by BaseController#nested_form_gem as HTML
28742
+ Rendered base/_user_fields.html.haml (0.7ms)
28743
+ Rendered base/_address_fields.html.haml (0.9ms)
28744
+ Rendered base/_address_fields.html.haml (0.8ms)
28745
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.0ms)
28746
+ Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms)
28747
+  (0.1ms) rollback transaction
28748
+  (0.5ms) begin transaction
28749
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
28750
+ Processing by BaseController#nested_form_gem as HTML
28751
+ Rendered base/_user_fields.html.haml (1.1ms)
28752
+ Rendered base/_address_fields.html.haml (1.0ms)
28753
+ Rendered base/_address_fields.html.haml (1.0ms)
28754
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.8ms)
28755
+ Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.0ms)
28756
+  (0.0ms) rollback transaction
28757
+  (0.0ms) begin transaction
28758
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
28759
+ Processing by BaseController#nested_form_gem as HTML
28760
+ Rendered base/_user_fields.html.haml (1.7ms)
28761
+ Rendered base/_address_fields.html.haml (1.6ms)
28762
+ Rendered base/_address_fields.html.haml (1.5ms)
28763
+ Rendered base/nested_form_gem.html.haml within layouts/application (7.4ms)
28764
+ Completed 200 OK in 14ms (Views: 13.3ms | ActiveRecord: 0.0ms)
28765
+  (0.1ms) rollback transaction
28766
+  (0.0ms) begin transaction
28767
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
28768
+ Processing by BaseController#nested_form_gem as HTML
28769
+ Rendered base/_user_fields.html.haml (0.7ms)
28770
+ Rendered base/_address_fields.html.haml (0.9ms)
28771
+ Rendered base/_address_fields.html.haml (1.0ms)
28772
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.7ms)
28773
+ Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.0ms)
28774
+  (0.1ms) rollback transaction
28775
+  (0.0ms) begin transaction
28776
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
28777
+ Processing by BaseController#nested_form_gem as HTML
28778
+ Rendered base/_user_fields.html.haml (0.7ms)
28779
+ Rendered base/_address_fields.html.haml (1.0ms)
28780
+ Rendered base/_address_fields.html.haml (1.1ms)
28781
+ Rendered base/nested_form_gem.html.haml within layouts/application (5.0ms)
28782
+ Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms)
28783
+  (0.1ms) rollback transaction
28784
+  (0.0ms) begin transaction
28785
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
28786
+ Processing by BaseController#nested_form_gem as HTML
28787
+ Rendered base/_user_fields.html.haml (0.7ms)
28788
+ Rendered base/_address_fields.html.haml (0.8ms)
28789
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.9ms)
28790
+ Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms)
28791
+  (0.0ms) rollback transaction
28792
+  (0.0ms) begin transaction
28793
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
28794
+ Processing by BaseController#nested_form_gem as HTML
28795
+ Rendered base/_user_fields.html.haml (0.8ms)
28796
+ Rendered base/_address_fields.html.haml (1.1ms)
28797
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.5ms)
28798
+ Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms)
28799
+  (0.0ms) rollback transaction
28800
+  (0.5ms) begin transaction
28801
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
28802
+ Processing by BaseController#nested_form_gem as HTML
28803
+ Rendered base/_user_fields.html.haml (0.9ms)
28804
+ Rendered base/_address_fields.html.haml (1.0ms)
28805
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.2ms)
28806
+ Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms)
28807
+  (0.1ms) rollback transaction
28808
+  (0.0ms) begin transaction
28809
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
28810
+ Processing by BaseController#nested_form_gem as HTML
28811
+ Rendered base/_user_fields.html.haml (0.7ms)
28812
+ Rendered base/_address_fields.html.haml (1.1ms)
28813
+ Rendered base/_address_fields.html.haml (0.5ms)
28814
+ Rendered base/nested_form_gem.html.haml within layouts/application (5.8ms)
28815
+ Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.0ms)
28816
+  (0.1ms) rollback transaction
28817
+  (0.0ms) begin transaction
28818
+ Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
28819
+ Processing by BaseController#nested_form_gem as HTML
28820
+ Parameters: {"inline_link_to_add"=>"true"}
28821
+ Rendered base/_user_fields.html.haml (1.0ms)
28822
+ Rendered base/_address_fields.html.haml (0.8ms)
28823
+ Rendered base/_address_fields.html.haml (0.7ms)
28824
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.3ms)
28825
+ Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms)
28826
+  (0.1ms) rollback transaction
28827
+  (0.0ms) begin transaction
28828
+ Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
28829
+ Processing by BaseController#nested_form_gem as HTML
28830
+ Parameters: {"inline_link_to_add"=>"true"}
28831
+ Rendered base/_user_fields.html.haml (0.6ms)
28832
+ Rendered base/_address_fields.html.haml (0.7ms)
28833
+ Rendered base/_address_fields.html.haml (0.7ms)
28834
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.3ms)
28835
+ Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
28836
+  (0.1ms) rollback transaction
28837
+  (0.0ms) begin transaction
28838
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
28839
+ Processing by BaseController#nested_form_gem as HTML
28840
+ Rendered base/_user_fields.html.haml (0.6ms)
28841
+ Rendered base/_address_fields.html.haml (0.7ms)
28842
+ Rendered base/_address_fields.html.haml (0.8ms)
28843
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.6ms)
28844
+ Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.0ms)
28845
+  (0.1ms) rollback transaction
28846
+  (0.0ms) begin transaction
28847
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
28848
+ Processing by BaseController#nested_form_gem as HTML
28849
+ Rendered base/_user_fields.html.haml (0.6ms)
28850
+ Rendered base/_address_fields.html.haml (1.1ms)
28851
+ Rendered base/_address_fields.html.haml (0.7ms)
28852
+ Rendered base/nested_form_gem.html.haml within layouts/application (5.3ms)
28853
+ Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.0ms)
28854
+  (0.1ms) rollback transaction
28855
+  (0.0ms) begin transaction
28856
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:03 +0100
28857
+ Processing by BaseController#nested_form_gem as HTML
28858
+ Rendered base/_user_fields.html.haml (0.5ms)
28859
+ Rendered base/_address_fields.html.haml (0.6ms)
28860
+ Rendered base/_address_fields.html.haml (0.6ms)
28861
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.1ms)
28862
+ Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms)
28863
+  (0.0ms) rollback transaction
28864
+  (0.0ms) begin transaction
28865
+  (0.0ms) rollback transaction
28866
+  (0.0ms) begin transaction
28867
+  (0.0ms) rollback transaction
28868
+  (0.1ms) begin transaction
28869
+  (0.0ms) rollback transaction
28870
+  (0.0ms) begin transaction
28871
+  (0.0ms) rollback transaction
28872
+  (0.0ms) begin transaction
28873
+  (0.0ms) rollback transaction
28874
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
28875
+  (3.2ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "street" varchar, "city" varchar, "country" varchar, "description" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
28876
+  (1.0ms) CREATE TABLE "tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "description" text, "taggable_id" integer, "taggable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
28877
+  (0.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "roles" varchar) 
28878
+  (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
28879
+  (0.0ms) select sqlite_version(*)
28880
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
28881
+  (0.1ms) SELECT version FROM "schema_migrations"
28882
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20151116150723')
28883
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626095843')
28884
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
28885
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
28886
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
28887
+  (0.1ms) begin transaction
28888
+  (0.0ms) rollback transaction
28889
+  (0.0ms) begin transaction
28890
+  (0.0ms) rollback transaction
28891
+  (0.0ms) begin transaction
28892
+  (0.1ms) rollback transaction
28893
+  (0.0ms) begin transaction
28894
+  (0.0ms) rollback transaction
28895
+  (0.0ms) begin transaction
28896
+  (0.0ms) rollback transaction
28897
+  (0.0ms) begin transaction
28898
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:27 +0100
28899
+ Processing by BaseController#fields_for as HTML
28900
+ Rendered base/_user_fields.html.haml (2.9ms)
28901
+ Rendered base/_address_fields.html.haml (9.8ms)
28902
+ Rendered base/_tag_fields.html.haml (0.7ms)
28903
+ Rendered base/fields_for.html.haml within layouts/application (21.3ms)
28904
+ Completed 200 OK in 151ms (Views: 126.1ms | ActiveRecord: 0.3ms)
28905
+  (0.1ms) rollback transaction
28906
+  (0.1ms) begin transaction
28907
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:27 +0100
28908
+ Processing by BaseController#fields_for as HTML
28909
+ Rendered base/_user_fields.html.haml (0.5ms)
28910
+ Rendered base/_address_fields.html.haml (0.5ms)
28911
+ Rendered base/_tag_fields.html.haml (0.2ms)
28912
+ Rendered base/fields_for.html.haml within layouts/application (2.4ms)
28913
+ Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.0ms)
28914
+  (0.1ms) rollback transaction
28915
+  (0.1ms) begin transaction
28916
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
28917
+ Processing by BaseController#fields_for as HTML
28918
+ Rendered base/_user_fields.html.haml (0.6ms)
28919
+ Rendered base/_address_fields.html.haml (0.7ms)
28920
+ Rendered base/_tag_fields.html.haml (0.3ms)
28921
+ Rendered base/fields_for.html.haml within layouts/application (2.8ms)
28922
+ Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.0ms)
28923
+  (0.0ms) rollback transaction
28924
+  (0.0ms) begin transaction
28925
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
28926
+ Processing by BaseController#fields_for as HTML
28927
+ Rendered base/_user_fields.html.haml (0.5ms)
28928
+ Rendered base/_address_fields.html.haml (0.5ms)
28929
+ Rendered base/_tag_fields.html.haml (0.2ms)
28930
+ Rendered base/fields_for.html.haml within layouts/application (2.4ms)
28931
+ Completed 200 OK in 6ms (Views: 3.4ms | ActiveRecord: 0.0ms)
28932
+  (0.1ms) rollback transaction
28933
+  (0.1ms) begin transaction
28934
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
28935
+ Processing by BaseController#fields_for as HTML
28936
+ Rendered base/_user_fields.html.haml (0.4ms)
28937
+ Rendered base/_address_fields.html.haml (0.5ms)
28938
+ Rendered base/_tag_fields.html.haml (0.2ms)
28939
+ Rendered base/fields_for.html.haml within layouts/application (2.1ms)
28940
+ Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
28941
+  (0.0ms) rollback transaction
28942
+  (0.0ms) begin transaction
28943
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
28944
+ Processing by BaseController#fields_for as HTML
28945
+ Rendered base/_user_fields.html.haml (0.5ms)
28946
+ Rendered base/_address_fields.html.haml (0.5ms)
28947
+ Rendered base/_tag_fields.html.haml (0.2ms)
28948
+ Rendered base/fields_for.html.haml within layouts/application (2.1ms)
28949
+ Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)
28950
+  (0.0ms) rollback transaction
28951
+  (0.0ms) begin transaction
28952
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
28953
+ Processing by BaseController#fields_for as HTML
28954
+ Rendered base/_user_fields.html.haml (0.4ms)
28955
+ Rendered base/_address_fields.html.haml (0.4ms)
28956
+ Rendered base/_tag_fields.html.haml (0.2ms)
28957
+ Rendered base/fields_for.html.haml within layouts/application (2.0ms)
28958
+ Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)
28959
+  (0.0ms) rollback transaction
28960
+  (0.0ms) begin transaction
28961
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
28962
+ Processing by BaseController#fields_for as HTML
28963
+ Rendered base/_user_fields.html.haml (0.5ms)
28964
+ Rendered base/_address_fields.html.haml (0.5ms)
28965
+ Rendered base/_tag_fields.html.haml (0.2ms)
28966
+ Rendered base/fields_for.html.haml within layouts/application (2.1ms)
28967
+ Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
28968
+  (0.1ms) rollback transaction
28969
+  (0.0ms) begin transaction
28970
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
28971
+ Processing by BaseController#fields_for as HTML
28972
+ Rendered base/_user_fields.html.haml (0.5ms)
28973
+ Rendered base/_address_fields.html.haml (0.6ms)
28974
+ Rendered base/_tag_fields.html.haml (0.2ms)
28975
+ Rendered base/fields_for.html.haml within layouts/application (2.5ms)
28976
+ Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.0ms)
28977
+  (0.1ms) rollback transaction
28978
+  (0.0ms) begin transaction
28979
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
28980
+ Processing by BaseController#fields_for as HTML
28981
+ Rendered base/_user_fields.html.haml (0.5ms)
28982
+ Rendered base/_address_fields.html.haml (0.5ms)
28983
+ Rendered base/_tag_fields.html.haml (0.2ms)
28984
+ Rendered base/fields_for.html.haml within layouts/application (2.2ms)
28985
+ Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)
28986
+  (0.1ms) rollback transaction
28987
+  (0.0ms) begin transaction
28988
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
28989
+ Processing by BaseController#fields_for as HTML
28990
+ Rendered base/_user_fields.html.haml (0.5ms)
28991
+ Rendered base/_address_fields.html.haml (0.4ms)
28992
+ Rendered base/_tag_fields.html.haml (0.2ms)
28993
+ Rendered base/fields_for.html.haml within layouts/application (2.1ms)
28994
+ Completed 200 OK in 5ms (Views: 3.0ms | ActiveRecord: 0.0ms)
28995
+  (0.0ms) rollback transaction
28996
+  (0.0ms) begin transaction
28997
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
28998
+ Processing by BaseController#fields_for as HTML
28999
+ Rendered base/_user_fields.html.haml (0.4ms)
29000
+ Rendered base/_address_fields.html.haml (0.4ms)
29001
+ Rendered base/_tag_fields.html.haml (0.2ms)
29002
+ Rendered base/fields_for.html.haml within layouts/application (1.9ms)
29003
+ Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
29004
+  (0.0ms) rollback transaction
29005
+  (0.0ms) begin transaction
29006
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
29007
+ Processing by BaseController#fields_for as HTML
29008
+ Rendered base/_user_fields.html.haml (0.4ms)
29009
+ Rendered base/_address_fields.html.haml (0.4ms)
29010
+ Rendered base/_tag_fields.html.haml (0.2ms)
29011
+ Rendered base/fields_for.html.haml within layouts/application (1.9ms)
29012
+ Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
29013
+  (0.0ms) rollback transaction
29014
+  (0.0ms) begin transaction
29015
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
29016
+ Processing by BaseController#fields_for as HTML
29017
+ Rendered base/_user_fields.html.haml (0.5ms)
29018
+ Rendered base/_address_fields.html.haml (0.5ms)
29019
+ Rendered base/_tag_fields.html.haml (0.2ms)
29020
+ Rendered base/fields_for.html.haml within layouts/application (2.3ms)
29021
+ Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
29022
+  (0.1ms) rollback transaction
29023
+  (0.0ms) begin transaction
29024
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
29025
+ Processing by BaseController#fields_for as HTML
29026
+ Rendered base/_user_fields.html.haml (0.4ms)
29027
+ Rendered base/_address_fields.html.haml (0.5ms)
29028
+ Rendered base/_tag_fields.html.haml (0.2ms)
29029
+ Rendered base/fields_for.html.haml within layouts/application (2.1ms)
29030
+ Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
29031
+  (0.0ms) rollback transaction
29032
+  (0.0ms) begin transaction
29033
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
29034
+ Processing by BaseController#fields_for as HTML
29035
+ Rendered base/_user_fields.html.haml (0.4ms)
29036
+ Rendered base/_address_fields.html.haml (1.0ms)
29037
+ Rendered base/_tag_fields.html.haml (0.4ms)
29038
+ Rendered base/fields_for.html.haml within layouts/application (3.0ms)
29039
+ Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.0ms)
29040
+  (0.0ms) rollback transaction
29041
+  (0.0ms) begin transaction
29042
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
29043
+ Processing by BaseController#fields_for as HTML
29044
+ Rendered base/_user_fields.html.haml (0.4ms)
29045
+ Rendered base/_address_fields.html.haml (0.4ms)
29046
+ Rendered base/_tag_fields.html.haml (0.2ms)
29047
+ Rendered base/fields_for.html.haml within layouts/application (1.8ms)
29048
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
29049
+  (0.1ms) rollback transaction
29050
+  (0.0ms) begin transaction
29051
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
29052
+ Processing by BaseController#fields_for as HTML
29053
+ Rendered base/_user_fields.html.haml (0.5ms)
29054
+ Rendered base/_address_fields.html.haml (0.4ms)
29055
+ Rendered base/_tag_fields.html.haml (0.2ms)
29056
+ Rendered base/fields_for.html.haml within layouts/application (2.1ms)
29057
+ Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
29058
+  (0.1ms) rollback transaction
29059
+  (0.0ms) begin transaction
29060
+ Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
29061
+ Processing by BaseController#fields_for_explicit as HTML
29062
+ Rendered base/_user_fields.html.haml (0.4ms)
29063
+ Rendered base/_address_fields.html.haml (0.5ms)
29064
+ Rendered base/_tag_fields.html.haml (0.2ms)
29065
+ Rendered base/fields_for_explicit.html.haml within layouts/application (3.1ms)
29066
+ Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.0ms)
29067
+  (0.1ms) rollback transaction
29068
+  (0.0ms) begin transaction
29069
+ Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
29070
+ Processing by BaseController#fields_for_explicit as HTML
29071
+ Rendered base/_user_fields.html.haml (0.6ms)
29072
+ Rendered base/_address_fields.html.haml (0.6ms)
29073
+ Rendered base/_tag_fields.html.haml (0.2ms)
29074
+ Rendered base/fields_for_explicit.html.haml within layouts/application (2.6ms)
29075
+ Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.0ms)
29076
+  (0.1ms) rollback transaction
29077
+  (0.0ms) begin transaction
29078
+ Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
29079
+ Processing by BaseController#fields_for_explicit as HTML
29080
+ Rendered base/_user_fields.html.haml (0.7ms)
29081
+ Rendered base/_address_fields.html.haml (0.5ms)
29082
+ Rendered base/_tag_fields.html.haml (0.2ms)
29083
+ Rendered base/fields_for_explicit.html.haml within layouts/application (2.7ms)
29084
+ Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms)
29085
+  (0.1ms) rollback transaction
29086
+  (0.0ms) begin transaction
29087
+ Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
29088
+ Processing by BaseController#fields_for_explicit as HTML
29089
+ Rendered base/_user_fields.html.haml (0.4ms)
29090
+ Rendered base/_address_fields.html.haml (0.4ms)
29091
+ Rendered base/_tag_fields.html.haml (0.2ms)
29092
+ Rendered base/fields_for_explicit.html.haml within layouts/application (1.8ms)
29093
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
29094
+  (0.0ms) rollback transaction
29095
+  (0.0ms) begin transaction
29096
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
29097
+ Processing by BaseController#deep_fields_for as HTML
29098
+ Rendered base/_user_fields.html.haml (0.4ms)
29099
+ Rendered base/_tag_fields.html.haml (0.1ms)
29100
+ Rendered base/_address_fields.html.haml (0.6ms)
29101
+ Rendered base/_tag_fields.html.haml (0.1ms)
29102
+ Rendered base/deep_fields_for.html.haml within layouts/application (2.8ms)
29103
+ Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)
29104
+  (0.0ms) rollback transaction
29105
+  (0.0ms) begin transaction
29106
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
29107
+ Processing by BaseController#deep_fields_for as HTML
29108
+ Rendered base/_user_fields.html.haml (0.5ms)
29109
+ Rendered base/_tag_fields.html.haml (0.2ms)
29110
+ Rendered base/_address_fields.html.haml (0.6ms)
29111
+ Rendered base/_tag_fields.html.haml (0.2ms)
29112
+ Rendered base/deep_fields_for.html.haml within layouts/application (2.1ms)
29113
+ Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)
29114
+  (0.1ms) rollback transaction
29115
+  (0.0ms) begin transaction
29116
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
29117
+ Processing by BaseController#deep_fields_for as HTML
29118
+ Rendered base/_user_fields.html.haml (0.7ms)
29119
+ Rendered base/_tag_fields.html.haml (0.2ms)
29120
+ Rendered base/_address_fields.html.haml (0.7ms)
29121
+ Rendered base/_tag_fields.html.haml (0.2ms)
29122
+ Rendered base/deep_fields_for.html.haml within layouts/application (2.8ms)
29123
+ Completed 200 OK in 6ms (Views: 3.9ms | ActiveRecord: 0.0ms)
29124
+  (0.1ms) rollback transaction
29125
+  (0.1ms) begin transaction
29126
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
29127
+ Processing by BaseController#deep_fields_for as HTML
29128
+ Rendered base/_user_fields.html.haml (0.4ms)
29129
+ Rendered base/_tag_fields.html.haml (0.2ms)
29130
+ Rendered base/_address_fields.html.haml (0.7ms)
29131
+ Rendered base/_tag_fields.html.haml (0.2ms)
29132
+ Rendered base/deep_fields_for.html.haml within layouts/application (2.1ms)
29133
+ Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
29134
+  (0.0ms) rollback transaction
29135
+  (0.0ms) begin transaction
29136
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
29137
+ Processing by BaseController#basic_form as HTML
29138
+ Rendered base/_user_fields.html.haml (0.4ms)
29139
+ Rendered base/basic_form.html.haml within layouts/application (1.3ms)
29140
+ Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
29141
+  (0.0ms) rollback transaction
29142
+  (0.0ms) begin transaction
29143
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
29144
+ Processing by BaseController#basic_form as HTML
29145
+ Rendered base/_user_fields.html.haml (0.5ms)
29146
+ Rendered base/basic_form.html.haml within layouts/application (0.9ms)
29147
+ Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
29148
+  (0.0ms) rollback transaction
29149
+  (0.0ms) begin transaction
29150
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
29151
+ Processing by BaseController#basic_form as HTML
29152
+ Rendered base/_user_fields.html.haml (0.4ms)
29153
+ Rendered base/basic_form.html.haml within layouts/application (0.7ms)
29154
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
29155
+  (0.0ms) rollback transaction
29156
+  (0.0ms) begin transaction
29157
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
29158
+ Processing by BaseController#basic_form as HTML
29159
+ Rendered base/_user_fields.html.haml (17.8ms)
29160
+ Rendered base/basic_form.html.haml within layouts/application (18.5ms)
29161
+ Completed 200 OK in 20ms (Views: 19.7ms | ActiveRecord: 0.0ms)
29162
+  (0.1ms) rollback transaction
29163
+  (0.0ms) begin transaction
29164
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
29165
+ Processing by BaseController#basic_form as HTML
29166
+ Rendered base/_user_fields.html.haml (0.7ms)
29167
+ Rendered base/basic_form.html.haml within layouts/application (1.2ms)
29168
+ Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
29169
+  (0.0ms) rollback transaction
29170
+  (0.0ms) begin transaction
29171
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
29172
+ Processing by BaseController#basic_form as HTML
29173
+ Rendered base/_user_fields.html.haml (0.6ms)
29174
+ Rendered base/basic_form.html.haml within layouts/application (1.3ms)
29175
+ Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
29176
+  (0.0ms) rollback transaction
29177
+  (0.0ms) begin transaction
29178
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
29179
+ Processing by BaseController#basic_form as HTML
29180
+ Rendered base/_user_fields.html.haml (0.6ms)
29181
+ Rendered base/basic_form.html.haml within layouts/application (1.0ms)
29182
+ Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)
29183
+  (0.0ms) rollback transaction
29184
+  (0.0ms) begin transaction
29185
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
29186
+ Processing by BaseController#basic_form as HTML
29187
+ Rendered base/_user_fields.html.haml (0.6ms)
29188
+ Rendered base/basic_form.html.haml within layouts/application (1.6ms)
29189
+ Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
29190
+  (0.1ms) rollback transaction
29191
+  (0.0ms) begin transaction
29192
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
29193
+ Processing by BaseController#basic_form as HTML
29194
+ Rendered base/_user_fields.html.haml (0.9ms)
29195
+ Rendered base/basic_form.html.haml within layouts/application (1.4ms)
29196
+ Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
29197
+  (0.1ms) rollback transaction
29198
+  (0.0ms) begin transaction
29199
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
29200
+ Processing by BaseController#nested_form_gem as HTML
29201
+ Rendered base/_user_fields.html.haml (0.6ms)
29202
+ Rendered base/_address_fields.html.haml (1.8ms)
29203
+ Rendered base/_address_fields.html.haml (1.1ms)
29204
+ Rendered base/nested_form_gem.html.haml within layouts/application (6.8ms)
29205
+ Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.0ms)
29206
+  (0.1ms) rollback transaction
29207
+  (0.0ms) begin transaction
29208
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
29209
+ Processing by BaseController#nested_form_gem as HTML
29210
+ Rendered base/_user_fields.html.haml (0.5ms)
29211
+ Rendered base/_address_fields.html.haml (0.7ms)
29212
+ Rendered base/_address_fields.html.haml (0.6ms)
29213
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.2ms)
29214
+ Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms)
29215
+  (0.0ms) rollback transaction
29216
+  (0.0ms) begin transaction
29217
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
29218
+ Processing by BaseController#nested_form_gem as HTML
29219
+ Rendered base/_user_fields.html.haml (0.5ms)
29220
+ Rendered base/_address_fields.html.haml (0.7ms)
29221
+ Rendered base/_address_fields.html.haml (0.7ms)
29222
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.3ms)
29223
+ Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)
29224
+  (0.1ms) rollback transaction
29225
+  (0.0ms) begin transaction
29226
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
29227
+ Processing by BaseController#nested_form_gem as HTML
29228
+ Rendered base/_user_fields.html.haml (0.6ms)
29229
+ Rendered base/_address_fields.html.haml (0.8ms)
29230
+ Rendered base/_address_fields.html.haml (0.6ms)
29231
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.7ms)
29232
+ Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.0ms)
29233
+  (0.0ms) rollback transaction
29234
+  (0.0ms) begin transaction
29235
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
29236
+ Processing by BaseController#nested_form_gem as HTML
29237
+ Rendered base/_user_fields.html.haml (0.6ms)
29238
+ Rendered base/_address_fields.html.haml (0.9ms)
29239
+ Rendered base/_address_fields.html.haml (0.9ms)
29240
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.2ms)
29241
+ Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
29242
+  (0.1ms) rollback transaction
29243
+  (0.1ms) begin transaction
29244
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
29245
+ Processing by BaseController#nested_form_gem as HTML
29246
+ Rendered base/_user_fields.html.haml (0.6ms)
29247
+ Rendered base/_address_fields.html.haml (0.8ms)
29248
+ Rendered base/_address_fields.html.haml (0.9ms)
29249
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.9ms)
29250
+ Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.0ms)
29251
+  (0.1ms) rollback transaction
29252
+  (0.0ms) begin transaction
29253
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
29254
+ Processing by BaseController#nested_form_gem as HTML
29255
+ Rendered base/_user_fields.html.haml (1.0ms)
29256
+ Rendered base/_address_fields.html.haml (1.1ms)
29257
+ Rendered base/_address_fields.html.haml (1.9ms)
29258
+ Rendered base/nested_form_gem.html.haml within layouts/application (6.4ms)
29259
+ Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.0ms)
29260
+  (0.1ms) rollback transaction
29261
+  (0.0ms) begin transaction
29262
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
29263
+ Processing by BaseController#nested_form_gem as HTML
29264
+ Rendered base/_user_fields.html.haml (0.8ms)
29265
+ Rendered base/_address_fields.html.haml (0.9ms)
29266
+ Rendered base/_address_fields.html.haml (1.3ms)
29267
+ Rendered base/nested_form_gem.html.haml within layouts/application (5.5ms)
29268
+ Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.0ms)
29269
+  (0.1ms) rollback transaction
29270
+  (0.0ms) begin transaction
29271
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
29272
+ Processing by BaseController#nested_form_gem as HTML
29273
+ Rendered base/_user_fields.html.haml (1.0ms)
29274
+ Rendered base/_address_fields.html.haml (1.1ms)
29275
+ Rendered base/_address_fields.html.haml (1.6ms)
29276
+ Rendered base/nested_form_gem.html.haml within layouts/application (6.6ms)
29277
+ Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.0ms)
29278
+  (0.1ms) rollback transaction
29279
+  (0.1ms) begin transaction
29280
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
29281
+ Processing by BaseController#nested_form_gem as HTML
29282
+ Rendered base/_user_fields.html.haml (1.2ms)
29283
+ Rendered base/_address_fields.html.haml (0.9ms)
29284
+ Rendered base/_address_fields.html.haml (0.7ms)
29285
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.8ms)
29286
+ Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.0ms)
29287
+  (0.0ms) rollback transaction
29288
+  (0.0ms) begin transaction
29289
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
29290
+ Processing by BaseController#nested_form_gem as HTML
29291
+ Rendered base/_user_fields.html.haml (0.7ms)
29292
+ Rendered base/_address_fields.html.haml (1.2ms)
29293
+ Rendered base/_address_fields.html.haml (0.9ms)
29294
+ Rendered base/nested_form_gem.html.haml within layouts/application (5.0ms)
29295
+ Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
29296
+  (0.1ms) rollback transaction
29297
+  (0.0ms) begin transaction
29298
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
29299
+ Processing by BaseController#nested_form_gem as HTML
29300
+ Rendered base/_user_fields.html.haml (0.8ms)
29301
+ Rendered base/_address_fields.html.haml (1.1ms)
29302
+ Rendered base/_address_fields.html.haml (1.5ms)
29303
+ Rendered base/nested_form_gem.html.haml within layouts/application (5.4ms)
29304
+ Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms)
29305
+  (0.0ms) rollback transaction
29306
+  (0.0ms) begin transaction
29307
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
29308
+ Processing by BaseController#nested_form_gem as HTML
29309
+ Rendered base/_user_fields.html.haml (1.1ms)
29310
+ Rendered base/_address_fields.html.haml (2.3ms)
29311
+ Rendered base/_address_fields.html.haml (1.2ms)
29312
+ Rendered base/nested_form_gem.html.haml within layouts/application (7.4ms)
29313
+ Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.0ms)
29314
+  (0.1ms) rollback transaction
29315
+  (0.0ms) begin transaction
29316
+ Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
29317
+ Processing by BaseController#nested_form_gem as HTML
29318
+ Parameters: {"inline_link_to_add"=>"true"}
29319
+ Rendered base/_user_fields.html.haml (0.4ms)
29320
+ Rendered base/_address_fields.html.haml (0.9ms)
29321
+ Rendered base/_address_fields.html.haml (1.0ms)
29322
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.6ms)
29323
+ Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.0ms)
29324
+  (0.0ms) rollback transaction
29325
+  (0.0ms) begin transaction
29326
+ Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
29327
+ Processing by BaseController#nested_form_gem as HTML
29328
+ Parameters: {"inline_link_to_add"=>"true"}
29329
+ Rendered base/_user_fields.html.haml (0.4ms)
29330
+ Rendered base/_address_fields.html.haml (1.2ms)
29331
+ Rendered base/_address_fields.html.haml (0.8ms)
29332
+ Rendered base/nested_form_gem.html.haml within layouts/application (5.1ms)
29333
+ Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
29334
+  (0.1ms) rollback transaction
29335
+  (0.0ms) begin transaction
29336
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
29337
+ Processing by BaseController#nested_form_gem as HTML
29338
+ Rendered base/_user_fields.html.haml (0.6ms)
29339
+ Rendered base/_address_fields.html.haml (0.7ms)
29340
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.4ms)
29341
+ Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms)
29342
+  (0.0ms) rollback transaction
29343
+  (0.0ms) begin transaction
29344
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
29345
+ Processing by BaseController#nested_form_gem as HTML
29346
+ Rendered base/_user_fields.html.haml (0.5ms)
29347
+ Rendered base/_address_fields.html.haml (0.6ms)
29348
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.1ms)
29349
+ Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
29350
+  (0.0ms) rollback transaction
29351
+  (0.0ms) begin transaction
29352
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:28 +0100
29353
+ Processing by BaseController#nested_form_gem as HTML
29354
+ Rendered base/_user_fields.html.haml (0.6ms)
29355
+ Rendered base/_address_fields.html.haml (0.8ms)
29356
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.2ms)
29357
+ Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
29358
+  (0.0ms) rollback transaction
29359
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
29360
+  (2.9ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "street" varchar, "city" varchar, "country" varchar, "description" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
29361
+  (0.9ms) CREATE TABLE "tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "description" text, "taggable_id" integer, "taggable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
29362
+  (1.1ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "roles" varchar) 
29363
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
29364
+  (0.1ms) select sqlite_version(*)
29365
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
29366
+  (0.1ms) SELECT version FROM "schema_migrations"
29367
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20151116150723')
29368
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626095843')
29369
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
29370
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
29371
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
29372
+  (0.1ms) begin transaction
29373
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:09:59 +0100
29374
+ Processing by BaseController#nested_form_gem as HTML
29375
+ Rendered base/_user_fields.html.haml (3.9ms)
29376
+ Rendered base/_address_fields.html.haml (5.7ms)
29377
+ Rendered base/_address_fields.html.haml (1.2ms)
29378
+ Rendered base/nested_form_gem.html.haml within layouts/application (18.6ms)
29379
+ Completed 200 OK in 143ms (Views: 117.2ms | ActiveRecord: 0.6ms)
29380
+  (0.1ms) rollback transaction
29381
+  (0.1ms) begin transaction
29382
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
29383
+ Processing by BaseController#nested_form_gem as HTML
29384
+ Rendered base/_user_fields.html.haml (0.5ms)
29385
+ Rendered base/_address_fields.html.haml (0.5ms)
29386
+ Rendered base/nested_form_gem.html.haml within layouts/application (1.9ms)
29387
+ Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
29388
+  (0.1ms) rollback transaction
29389
+  (0.0ms) begin transaction
29390
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
29391
+ Processing by BaseController#nested_form_gem as HTML
29392
+ Rendered base/_user_fields.html.haml (0.4ms)
29393
+ Rendered base/_address_fields.html.haml (0.5ms)
29394
+ Rendered base/nested_form_gem.html.haml within layouts/application (1.8ms)
29395
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
29396
+  (0.0ms) rollback transaction
29397
+  (0.0ms) begin transaction
29398
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
29399
+ Processing by BaseController#nested_form_gem as HTML
29400
+ Rendered base/_user_fields.html.haml (0.5ms)
29401
+ Rendered base/_address_fields.html.haml (0.6ms)
29402
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.1ms)
29403
+ Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)
29404
+  (0.1ms) rollback transaction
29405
+  (0.0ms) begin transaction
29406
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
29407
+ Processing by BaseController#nested_form_gem as HTML
29408
+ Rendered base/_user_fields.html.haml (0.5ms)
29409
+ Rendered base/_address_fields.html.haml (0.6ms)
29410
+ Rendered base/_address_fields.html.haml (0.6ms)
29411
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.0ms)
29412
+ Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
29413
+  (0.0ms) rollback transaction
29414
+  (1.1ms) begin transaction
29415
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
29416
+ Processing by BaseController#nested_form_gem as HTML
29417
+ Rendered base/_user_fields.html.haml (0.4ms)
29418
+ Rendered base/_address_fields.html.haml (0.6ms)
29419
+ Rendered base/_address_fields.html.haml (0.5ms)
29420
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.6ms)
29421
+ Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
29422
+  (0.0ms) rollback transaction
29423
+  (0.1ms) begin transaction
29424
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
29425
+ Processing by BaseController#nested_form_gem as HTML
29426
+ Rendered base/_user_fields.html.haml (0.4ms)
29427
+ Rendered base/_address_fields.html.haml (0.6ms)
29428
+ Rendered base/_address_fields.html.haml (0.6ms)
29429
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.6ms)
29430
+ Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
29431
+  (0.1ms) rollback transaction
29432
+  (0.1ms) begin transaction
29433
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
29434
+ Processing by BaseController#nested_form_gem as HTML
29435
+ Rendered base/_user_fields.html.haml (0.6ms)
29436
+ Rendered base/_address_fields.html.haml (1.1ms)
29437
+ Rendered base/_address_fields.html.haml (0.7ms)
29438
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.1ms)
29439
+ Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms)
29440
+  (0.1ms) rollback transaction
29441
+  (0.0ms) begin transaction
29442
+ Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
29443
+ Processing by BaseController#nested_form_gem as HTML
29444
+ Parameters: {"inline_link_to_add"=>"true"}
29445
+ Rendered base/_user_fields.html.haml (0.4ms)
29446
+ Rendered base/_address_fields.html.haml (0.6ms)
29447
+ Rendered base/_address_fields.html.haml (0.6ms)
29448
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.8ms)
29449
+ Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
29450
+  (0.0ms) rollback transaction
29451
+  (0.0ms) begin transaction
29452
+ Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
29453
+ Processing by BaseController#nested_form_gem as HTML
29454
+ Parameters: {"inline_link_to_add"=>"true"}
29455
+ Rendered base/_user_fields.html.haml (0.9ms)
29456
+ Rendered base/_address_fields.html.haml (1.1ms)
29457
+ Rendered base/_address_fields.html.haml (1.1ms)
29458
+ Rendered base/nested_form_gem.html.haml within layouts/application (5.1ms)
29459
+ Completed 200 OK in 29ms (Views: 28.0ms | ActiveRecord: 0.0ms)
29460
+  (0.1ms) rollback transaction
29461
+  (0.0ms) begin transaction
29462
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
29463
+ Processing by BaseController#nested_form_gem as HTML
29464
+ Rendered base/_user_fields.html.haml (0.6ms)
29465
+ Rendered base/_address_fields.html.haml (0.5ms)
29466
+ Rendered base/_address_fields.html.haml (0.7ms)
29467
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.3ms)
29468
+ Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.0ms)
29469
+  (0.0ms) rollback transaction
29470
+  (0.0ms) begin transaction
29471
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
29472
+ Processing by BaseController#nested_form_gem as HTML
29473
+ Rendered base/_user_fields.html.haml (0.4ms)
29474
+ Rendered base/_address_fields.html.haml (0.7ms)
29475
+ Rendered base/_address_fields.html.haml (0.6ms)
29476
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.1ms)
29477
+ Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)
29478
+  (0.1ms) rollback transaction
29479
+  (0.1ms) begin transaction
29480
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
29481
+ Processing by BaseController#nested_form_gem as HTML
29482
+ Rendered base/_user_fields.html.haml (0.8ms)
29483
+ Rendered base/_address_fields.html.haml (1.2ms)
29484
+ Rendered base/_address_fields.html.haml (0.7ms)
29485
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.8ms)
29486
+ Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.0ms)
29487
+  (0.0ms) rollback transaction
29488
+  (0.1ms) begin transaction
29489
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
29490
+ Processing by BaseController#nested_form_gem as HTML
29491
+ Rendered base/_user_fields.html.haml (0.5ms)
29492
+ Rendered base/_address_fields.html.haml (0.8ms)
29493
+ Rendered base/_address_fields.html.haml (0.7ms)
29494
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.4ms)
29495
+ Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
29496
+  (0.1ms) rollback transaction
29497
+  (0.0ms) begin transaction
29498
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
29499
+ Processing by BaseController#nested_form_gem as HTML
29500
+ Rendered base/_user_fields.html.haml (0.7ms)
29501
+ Rendered base/_address_fields.html.haml (0.9ms)
29502
+ Rendered base/_address_fields.html.haml (0.6ms)
29503
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.7ms)
29504
+ Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
29505
+  (0.0ms) rollback transaction
29506
+  (0.1ms) begin transaction
29507
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
29508
+ Processing by BaseController#nested_form_gem as HTML
29509
+ Rendered base/_user_fields.html.haml (0.6ms)
29510
+ Rendered base/_address_fields.html.haml (1.7ms)
29511
+ Rendered base/_address_fields.html.haml (1.2ms)
29512
+ Rendered base/nested_form_gem.html.haml within layouts/application (6.5ms)
29513
+ Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.0ms)
29514
+  (0.1ms) rollback transaction
29515
+  (0.0ms) begin transaction
29516
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
29517
+ Processing by BaseController#nested_form_gem as HTML
29518
+ Rendered base/_user_fields.html.haml (0.5ms)
29519
+ Rendered base/_address_fields.html.haml (0.7ms)
29520
+ Rendered base/_address_fields.html.haml (0.7ms)
29521
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.3ms)
29522
+ Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
29523
+  (0.0ms) rollback transaction
29524
+  (0.0ms) begin transaction
29525
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
29526
+ Processing by BaseController#nested_form_gem as HTML
29527
+ Rendered base/_user_fields.html.haml (0.6ms)
29528
+ Rendered base/_address_fields.html.haml (0.8ms)
29529
+ Rendered base/_address_fields.html.haml (0.8ms)
29530
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.8ms)
29531
+ Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms)
29532
+  (0.0ms) rollback transaction
29533
+  (0.1ms) begin transaction
29534
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
29535
+ Processing by BaseController#deep_fields_for as HTML
29536
+ Rendered base/_user_fields.html.haml (1.7ms)
29537
+ Rendered base/_tag_fields.html.haml (1.0ms)
29538
+ Rendered base/_address_fields.html.haml (2.7ms)
29539
+ Rendered base/_tag_fields.html.haml (0.2ms)
29540
+ Rendered base/deep_fields_for.html.haml within layouts/application (8.0ms)
29541
+ Completed 200 OK in 22ms (Views: 11.5ms | ActiveRecord: 0.0ms)
29542
+  (0.0ms) rollback transaction
29543
+  (0.0ms) begin transaction
29544
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
29545
+ Processing by BaseController#deep_fields_for as HTML
29546
+ Rendered base/_user_fields.html.haml (0.7ms)
29547
+ Rendered base/_tag_fields.html.haml (0.2ms)
29548
+ Rendered base/_address_fields.html.haml (0.8ms)
29549
+ Rendered base/_tag_fields.html.haml (0.4ms)
29550
+ Rendered base/deep_fields_for.html.haml within layouts/application (3.4ms)
29551
+ Completed 200 OK in 8ms (Views: 5.2ms | ActiveRecord: 0.0ms)
29552
+  (0.2ms) rollback transaction
29553
+  (0.0ms) begin transaction
29554
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
29555
+ Processing by BaseController#deep_fields_for as HTML
29556
+ Rendered base/_user_fields.html.haml (1.5ms)
29557
+ Rendered base/_tag_fields.html.haml (1.3ms)
29558
+ Rendered base/_address_fields.html.haml (3.4ms)
29559
+ Rendered base/_tag_fields.html.haml (0.2ms)
29560
+ Rendered base/deep_fields_for.html.haml within layouts/application (14.2ms)
29561
+ Completed 200 OK in 19ms (Views: 15.5ms | ActiveRecord: 0.0ms)
29562
+  (0.0ms) rollback transaction
29563
+  (0.0ms) begin transaction
29564
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
29565
+ Processing by BaseController#deep_fields_for as HTML
29566
+ Rendered base/_user_fields.html.haml (0.5ms)
29567
+ Rendered base/_tag_fields.html.haml (0.2ms)
29568
+ Rendered base/_address_fields.html.haml (1.0ms)
29569
+ Rendered base/_tag_fields.html.haml (0.2ms)
29570
+ Rendered base/deep_fields_for.html.haml within layouts/application (3.1ms)
29571
+ Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.0ms)
29572
+  (0.0ms) rollback transaction
29573
+  (0.0ms) begin transaction
29574
+ Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
29575
+ Processing by BaseController#fields_for_explicit as HTML
29576
+ Rendered base/_user_fields.html.haml (0.7ms)
29577
+ Rendered base/_address_fields.html.haml (1.8ms)
29578
+ Rendered base/_tag_fields.html.haml (0.2ms)
29579
+ Rendered base/fields_for_explicit.html.haml within layouts/application (5.5ms)
29580
+ Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms)
29581
+  (0.2ms) rollback transaction
29582
+  (0.0ms) begin transaction
29583
+ Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
29584
+ Processing by BaseController#fields_for_explicit as HTML
29585
+ Rendered base/_user_fields.html.haml (0.8ms)
29586
+ Rendered base/_address_fields.html.haml (1.0ms)
29587
+ Rendered base/_tag_fields.html.haml (0.6ms)
29588
+ Rendered base/fields_for_explicit.html.haml within layouts/application (3.4ms)
29589
+ Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.0ms)
29590
+  (0.0ms) rollback transaction
29591
+  (0.0ms) begin transaction
29592
+ Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
29593
+ Processing by BaseController#fields_for_explicit as HTML
29594
+ Rendered base/_user_fields.html.haml (0.7ms)
29595
+ Rendered base/_address_fields.html.haml (0.9ms)
29596
+ Rendered base/_tag_fields.html.haml (0.2ms)
29597
+ Rendered base/fields_for_explicit.html.haml within layouts/application (4.1ms)
29598
+ Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.0ms)
29599
+  (0.1ms) rollback transaction
29600
+  (0.1ms) begin transaction
29601
+ Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
29602
+ Processing by BaseController#fields_for_explicit as HTML
29603
+ Rendered base/_user_fields.html.haml (1.0ms)
29604
+ Rendered base/_address_fields.html.haml (1.0ms)
29605
+ Rendered base/_tag_fields.html.haml (0.6ms)
29606
+ Rendered base/fields_for_explicit.html.haml within layouts/application (4.1ms)
29607
+ Completed 200 OK in 9ms (Views: 6.4ms | ActiveRecord: 0.0ms)
29608
+  (0.1ms) rollback transaction
29609
+  (0.0ms) begin transaction
29610
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
29611
+ Processing by BaseController#basic_form as HTML
29612
+ Rendered base/_user_fields.html.haml (0.8ms)
29613
+ Rendered base/basic_form.html.haml within layouts/application (2.2ms)
29614
+ Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)
29615
+  (0.0ms) rollback transaction
29616
+  (0.0ms) begin transaction
29617
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
29618
+ Processing by BaseController#basic_form as HTML
29619
+ Rendered base/_user_fields.html.haml (0.6ms)
29620
+ Rendered base/basic_form.html.haml within layouts/application (1.0ms)
29621
+ Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
29622
+  (0.1ms) rollback transaction
29623
+  (0.4ms) begin transaction
29624
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
29625
+ Processing by BaseController#basic_form as HTML
29626
+ Rendered base/_user_fields.html.haml (0.6ms)
29627
+ Rendered base/basic_form.html.haml within layouts/application (1.5ms)
29628
+ Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
29629
+  (0.1ms) rollback transaction
29630
+  (0.4ms) begin transaction
29631
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
29632
+ Processing by BaseController#basic_form as HTML
29633
+ Rendered base/_user_fields.html.haml (0.6ms)
29634
+ Rendered base/basic_form.html.haml within layouts/application (1.3ms)
29635
+ Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms)
29636
+  (0.0ms) rollback transaction
29637
+  (0.0ms) begin transaction
29638
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
29639
+ Processing by BaseController#basic_form as HTML
29640
+ Rendered base/_user_fields.html.haml (0.5ms)
29641
+ Rendered base/basic_form.html.haml within layouts/application (1.4ms)
29642
+ Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
29643
+  (0.0ms) rollback transaction
29644
+  (0.0ms) begin transaction
29645
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
29646
+ Processing by BaseController#basic_form as HTML
29647
+ Rendered base/_user_fields.html.haml (0.4ms)
29648
+ Rendered base/basic_form.html.haml within layouts/application (1.1ms)
29649
+ Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
29650
+  (0.0ms) rollback transaction
29651
+  (0.0ms) begin transaction
29652
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
29653
+ Processing by BaseController#basic_form as HTML
29654
+ Rendered base/_user_fields.html.haml (0.6ms)
29655
+ Rendered base/basic_form.html.haml within layouts/application (0.9ms)
29656
+ Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms)
29657
+  (0.0ms) rollback transaction
29658
+  (0.5ms) begin transaction
29659
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
29660
+ Processing by BaseController#basic_form as HTML
29661
+ Rendered base/_user_fields.html.haml (1.8ms)
29662
+ Rendered base/basic_form.html.haml within layouts/application (4.4ms)
29663
+ Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
29664
+  (0.1ms) rollback transaction
29665
+  (0.1ms) begin transaction
29666
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
29667
+ Processing by BaseController#basic_form as HTML
29668
+ Rendered base/_user_fields.html.haml (0.5ms)
29669
+ Rendered base/basic_form.html.haml within layouts/application (1.1ms)
29670
+ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
29671
+  (0.0ms) rollback transaction
29672
+  (0.0ms) begin transaction
29673
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
29674
+ Processing by BaseController#fields_for as HTML
29675
+ Rendered base/_user_fields.html.haml (0.6ms)
29676
+ Rendered base/_address_fields.html.haml (0.6ms)
29677
+ Rendered base/_tag_fields.html.haml (0.2ms)
29678
+ Rendered base/fields_for.html.haml within layouts/application (5.1ms)
29679
+ Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.0ms)
29680
+  (0.0ms) rollback transaction
29681
+  (0.0ms) begin transaction
29682
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
29683
+ Processing by BaseController#fields_for as HTML
29684
+ Rendered base/_user_fields.html.haml (0.4ms)
29685
+ Rendered base/_address_fields.html.haml (0.5ms)
29686
+ Rendered base/_tag_fields.html.haml (0.2ms)
29687
+ Rendered base/fields_for.html.haml within layouts/application (2.3ms)
29688
+ Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
29689
+  (0.1ms) rollback transaction
29690
+  (0.1ms) begin transaction
29691
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
29692
+ Processing by BaseController#fields_for as HTML
29693
+ Rendered base/_user_fields.html.haml (0.8ms)
29694
+ Rendered base/_address_fields.html.haml (0.8ms)
29695
+ Rendered base/_tag_fields.html.haml (0.3ms)
29696
+ Rendered base/fields_for.html.haml within layouts/application (3.3ms)
29697
+ Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.0ms)
29698
+  (0.1ms) rollback transaction
29699
+  (0.0ms) begin transaction
29700
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
29701
+ Processing by BaseController#fields_for as HTML
29702
+ Rendered base/_user_fields.html.haml (0.6ms)
29703
+ Rendered base/_address_fields.html.haml (0.7ms)
29704
+ Rendered base/_tag_fields.html.haml (0.2ms)
29705
+ Rendered base/fields_for.html.haml within layouts/application (2.6ms)
29706
+ Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.0ms)
29707
+  (0.0ms) rollback transaction
29708
+  (0.0ms) begin transaction
29709
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
29710
+ Processing by BaseController#fields_for as HTML
29711
+ Rendered base/_user_fields.html.haml (0.6ms)
29712
+ Rendered base/_address_fields.html.haml (0.6ms)
29713
+ Rendered base/_tag_fields.html.haml (0.3ms)
29714
+ Rendered base/fields_for.html.haml within layouts/application (3.9ms)
29715
+ Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.0ms)
29716
+  (0.1ms) rollback transaction
29717
+  (0.0ms) begin transaction
29718
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
29719
+ Processing by BaseController#fields_for as HTML
29720
+ Rendered base/_user_fields.html.haml (0.5ms)
29721
+ Rendered base/_address_fields.html.haml (0.5ms)
29722
+ Rendered base/_tag_fields.html.haml (0.2ms)
29723
+ Rendered base/fields_for.html.haml within layouts/application (2.4ms)
29724
+ Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
29725
+  (0.1ms) rollback transaction
29726
+  (0.0ms) begin transaction
29727
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
29728
+ Processing by BaseController#fields_for as HTML
29729
+ Rendered base/_user_fields.html.haml (0.5ms)
29730
+ Rendered base/_address_fields.html.haml (0.5ms)
29731
+ Rendered base/_tag_fields.html.haml (0.2ms)
29732
+ Rendered base/fields_for.html.haml within layouts/application (2.3ms)
29733
+ Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
29734
+  (0.0ms) rollback transaction
29735
+  (0.0ms) begin transaction
29736
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
29737
+ Processing by BaseController#fields_for as HTML
29738
+ Rendered base/_user_fields.html.haml (0.5ms)
29739
+ Rendered base/_address_fields.html.haml (0.5ms)
29740
+ Rendered base/_tag_fields.html.haml (0.2ms)
29741
+ Rendered base/fields_for.html.haml within layouts/application (2.2ms)
29742
+ Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms)
29743
+  (0.0ms) rollback transaction
29744
+  (0.0ms) begin transaction
29745
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
29746
+ Processing by BaseController#fields_for as HTML
29747
+ Rendered base/_user_fields.html.haml (0.4ms)
29748
+ Rendered base/_address_fields.html.haml (0.5ms)
29749
+ Rendered base/_tag_fields.html.haml (0.2ms)
29750
+ Rendered base/fields_for.html.haml within layouts/application (2.0ms)
29751
+ Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)
29752
+  (0.1ms) rollback transaction
29753
+  (0.1ms) begin transaction
29754
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
29755
+ Processing by BaseController#fields_for as HTML
29756
+ Rendered base/_user_fields.html.haml (0.8ms)
29757
+ Rendered base/_address_fields.html.haml (0.6ms)
29758
+ Rendered base/_tag_fields.html.haml (0.2ms)
29759
+ Rendered base/fields_for.html.haml within layouts/application (3.1ms)
29760
+ Completed 200 OK in 6ms (Views: 4.1ms | ActiveRecord: 0.0ms)
29761
+  (0.0ms) rollback transaction
29762
+  (0.0ms) begin transaction
29763
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
29764
+ Processing by BaseController#fields_for as HTML
29765
+ Rendered base/_user_fields.html.haml (0.4ms)
29766
+ Rendered base/_address_fields.html.haml (0.5ms)
29767
+ Rendered base/_tag_fields.html.haml (0.2ms)
29768
+ Rendered base/fields_for.html.haml within layouts/application (2.4ms)
29769
+ Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
29770
+  (0.0ms) rollback transaction
29771
+  (0.0ms) begin transaction
29772
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
29773
+ Processing by BaseController#fields_for as HTML
29774
+ Rendered base/_user_fields.html.haml (0.5ms)
29775
+ Rendered base/_address_fields.html.haml (0.5ms)
29776
+ Rendered base/_tag_fields.html.haml (0.2ms)
29777
+ Rendered base/fields_for.html.haml within layouts/application (2.2ms)
29778
+ Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)
29779
+  (0.0ms) rollback transaction
29780
+  (0.0ms) begin transaction
29781
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
29782
+ Processing by BaseController#fields_for as HTML
29783
+ Rendered base/_user_fields.html.haml (1.6ms)
29784
+ Rendered base/_address_fields.html.haml (0.5ms)
29785
+ Rendered base/_tag_fields.html.haml (0.2ms)
29786
+ Rendered base/fields_for.html.haml within layouts/application (3.4ms)
29787
+ Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)
29788
+  (0.0ms) rollback transaction
29789
+  (0.0ms) begin transaction
29790
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
29791
+ Processing by BaseController#fields_for as HTML
29792
+ Rendered base/_user_fields.html.haml (1.0ms)
29793
+ Rendered base/_address_fields.html.haml (0.8ms)
29794
+ Rendered base/_tag_fields.html.haml (0.3ms)
29795
+ Rendered base/fields_for.html.haml within layouts/application (4.3ms)
29796
+ Completed 200 OK in 8ms (Views: 5.8ms | ActiveRecord: 0.0ms)
29797
+  (0.0ms) rollback transaction
29798
+  (0.0ms) begin transaction
29799
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
29800
+ Processing by BaseController#fields_for as HTML
29801
+ Rendered base/_user_fields.html.haml (0.5ms)
29802
+ Rendered base/_address_fields.html.haml (0.5ms)
29803
+ Rendered base/_tag_fields.html.haml (0.2ms)
29804
+ Rendered base/fields_for.html.haml within layouts/application (2.2ms)
29805
+ Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)
29806
+  (0.1ms) rollback transaction
29807
+  (0.0ms) begin transaction
29808
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
29809
+ Processing by BaseController#fields_for as HTML
29810
+ Rendered base/_user_fields.html.haml (0.5ms)
29811
+ Rendered base/_address_fields.html.haml (0.6ms)
29812
+ Rendered base/_tag_fields.html.haml (0.2ms)
29813
+ Rendered base/fields_for.html.haml within layouts/application (2.5ms)
29814
+ Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
29815
+  (0.0ms) rollback transaction
29816
+  (0.0ms) begin transaction
29817
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
29818
+ Processing by BaseController#fields_for as HTML
29819
+ Rendered base/_user_fields.html.haml (0.5ms)
29820
+ Rendered base/_address_fields.html.haml (0.6ms)
29821
+ Rendered base/_tag_fields.html.haml (0.2ms)
29822
+ Rendered base/fields_for.html.haml within layouts/application (2.6ms)
29823
+ Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms)
29824
+  (0.0ms) rollback transaction
29825
+  (0.0ms) begin transaction
29826
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:00 +0100
29827
+ Processing by BaseController#fields_for as HTML
29828
+ Rendered base/_user_fields.html.haml (1.5ms)
29829
+ Rendered base/_address_fields.html.haml (1.0ms)
29830
+ Rendered base/_tag_fields.html.haml (0.4ms)
29831
+ Rendered base/fields_for.html.haml within layouts/application (5.2ms)
29832
+ Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.0ms)
29833
+  (0.0ms) rollback transaction
29834
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
29835
+  (0.8ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "street" varchar, "city" varchar, "country" varchar, "description" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
29836
+  (0.8ms) CREATE TABLE "tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "description" text, "taggable_id" integer, "taggable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
29837
+  (0.6ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "roles" varchar) 
29838
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
29839
+  (0.1ms) select sqlite_version(*)
29840
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
29841
+  (0.1ms) SELECT version FROM "schema_migrations"
29842
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20151116150723')
29843
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626095843')
29844
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
29845
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
29846
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
29847
+  (0.1ms) begin transaction
29848
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
29849
+ Processing by BaseController#deep_fields_for as HTML
29850
+ Rendered base/_user_fields.html.haml (2.3ms)
29851
+ Rendered base/_tag_fields.html.haml (0.6ms)
29852
+ Rendered base/_address_fields.html.haml (2.5ms)
29853
+ Rendered base/_tag_fields.html.haml (0.2ms)
29854
+ Rendered base/deep_fields_for.html.haml within layouts/application (17.8ms)
29855
+ Completed 200 OK in 138ms (Views: 111.1ms | ActiveRecord: 0.3ms)
29856
+  (0.1ms) rollback transaction
29857
+  (0.0ms) begin transaction
29858
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
29859
+ Processing by BaseController#deep_fields_for as HTML
29860
+ Rendered base/_user_fields.html.haml (0.5ms)
29861
+ Rendered base/_tag_fields.html.haml (0.2ms)
29862
+ Rendered base/_address_fields.html.haml (0.7ms)
29863
+ Rendered base/_tag_fields.html.haml (0.2ms)
29864
+ Rendered base/deep_fields_for.html.haml within layouts/application (2.2ms)
29865
+ Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)
29866
+  (0.0ms) rollback transaction
29867
+  (0.0ms) begin transaction
29868
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
29869
+ Processing by BaseController#deep_fields_for as HTML
29870
+ Rendered base/_user_fields.html.haml (0.4ms)
29871
+ Rendered base/_tag_fields.html.haml (0.1ms)
29872
+ Rendered base/_address_fields.html.haml (0.6ms)
29873
+ Rendered base/_tag_fields.html.haml (0.1ms)
29874
+ Rendered base/deep_fields_for.html.haml within layouts/application (2.0ms)
29875
+ Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
29876
+  (0.1ms) rollback transaction
29877
+  (0.0ms) begin transaction
29878
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
29879
+ Processing by BaseController#deep_fields_for as HTML
29880
+ Rendered base/_user_fields.html.haml (0.4ms)
29881
+ Rendered base/_tag_fields.html.haml (0.2ms)
29882
+ Rendered base/_address_fields.html.haml (0.6ms)
29883
+ Rendered base/_tag_fields.html.haml (0.1ms)
29884
+ Rendered base/deep_fields_for.html.haml within layouts/application (2.0ms)
29885
+ Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
29886
+  (0.1ms) rollback transaction
29887
+  (0.1ms) begin transaction
29888
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
29889
+ Processing by BaseController#basic_form as HTML
29890
+ Rendered base/_user_fields.html.haml (0.5ms)
29891
+ Rendered base/basic_form.html.haml within layouts/application (1.7ms)
29892
+ Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
29893
+  (0.0ms) rollback transaction
29894
+  (0.0ms) begin transaction
29895
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
29896
+ Processing by BaseController#basic_form as HTML
29897
+ Rendered base/_user_fields.html.haml (0.4ms)
29898
+ Rendered base/basic_form.html.haml within layouts/application (0.8ms)
29899
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
29900
+  (0.1ms) rollback transaction
29901
+  (0.1ms) begin transaction
29902
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
29903
+ Processing by BaseController#basic_form as HTML
29904
+ Rendered base/_user_fields.html.haml (0.4ms)
29905
+ Rendered base/basic_form.html.haml within layouts/application (0.8ms)
29906
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
29907
+  (0.0ms) rollback transaction
29908
+  (0.0ms) begin transaction
29909
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
29910
+ Processing by BaseController#basic_form as HTML
29911
+ Rendered base/_user_fields.html.haml (0.4ms)
29912
+ Rendered base/basic_form.html.haml within layouts/application (0.7ms)
29913
+ Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
29914
+  (0.0ms) rollback transaction
29915
+  (0.0ms) begin transaction
29916
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
29917
+ Processing by BaseController#basic_form as HTML
29918
+ Rendered base/_user_fields.html.haml (0.4ms)
29919
+ Rendered base/basic_form.html.haml within layouts/application (0.7ms)
29920
+ Completed 200 OK in 1ms (Views: 1.4ms | ActiveRecord: 0.0ms)
29921
+  (0.0ms) rollback transaction
29922
+  (0.1ms) begin transaction
29923
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
29924
+ Processing by BaseController#basic_form as HTML
29925
+ Rendered base/_user_fields.html.haml (0.4ms)
29926
+ Rendered base/basic_form.html.haml within layouts/application (0.7ms)
29927
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
29928
+  (0.0ms) rollback transaction
29929
+  (0.0ms) begin transaction
29930
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
29931
+ Processing by BaseController#basic_form as HTML
29932
+ Rendered base/_user_fields.html.haml (0.4ms)
29933
+ Rendered base/basic_form.html.haml within layouts/application (0.9ms)
29934
+ Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
29935
+  (0.1ms) rollback transaction
29936
+  (0.2ms) begin transaction
29937
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
29938
+ Processing by BaseController#basic_form as HTML
29939
+ Rendered base/_user_fields.html.haml (0.6ms)
29940
+ Rendered base/basic_form.html.haml within layouts/application (1.2ms)
29941
+ Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
29942
+  (0.0ms) rollback transaction
29943
+  (0.0ms) begin transaction
29944
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
29945
+ Processing by BaseController#basic_form as HTML
29946
+ Rendered base/_user_fields.html.haml (0.4ms)
29947
+ Rendered base/basic_form.html.haml within layouts/application (0.8ms)
29948
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
29949
+  (0.0ms) rollback transaction
29950
+  (0.0ms) begin transaction
29951
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
29952
+ Processing by BaseController#basic_form as HTML
29953
+ Rendered base/_user_fields.html.haml (0.4ms)
29954
+ Rendered base/basic_form.html.haml within layouts/application (0.8ms)
29955
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
29956
+  (0.0ms) rollback transaction
29957
+  (0.0ms) begin transaction
29958
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
29959
+ Processing by BaseController#fields_for as HTML
29960
+ Rendered base/_user_fields.html.haml (0.9ms)
29961
+ Rendered base/_address_fields.html.haml (1.0ms)
29962
+ Rendered base/_tag_fields.html.haml (0.3ms)
29963
+ Rendered base/fields_for.html.haml within layouts/application (6.2ms)
29964
+ Completed 200 OK in 10ms (Views: 8.5ms | ActiveRecord: 0.0ms)
29965
+  (0.2ms) rollback transaction
29966
+  (0.1ms) begin transaction
29967
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
29968
+ Processing by BaseController#fields_for as HTML
29969
+ Rendered base/_user_fields.html.haml (0.4ms)
29970
+ Rendered base/_address_fields.html.haml (0.5ms)
29971
+ Rendered base/_tag_fields.html.haml (0.2ms)
29972
+ Rendered base/fields_for.html.haml within layouts/application (2.1ms)
29973
+ Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
29974
+  (0.0ms) rollback transaction
29975
+  (0.0ms) begin transaction
29976
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
29977
+ Processing by BaseController#fields_for as HTML
29978
+ Rendered base/_user_fields.html.haml (0.5ms)
29979
+ Rendered base/_address_fields.html.haml (0.6ms)
29980
+ Rendered base/_tag_fields.html.haml (1.3ms)
29981
+ Rendered base/fields_for.html.haml within layouts/application (3.5ms)
29982
+ Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
29983
+  (0.0ms) rollback transaction
29984
+  (0.0ms) begin transaction
29985
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
29986
+ Processing by BaseController#fields_for as HTML
29987
+ Rendered base/_user_fields.html.haml (0.4ms)
29988
+ Rendered base/_address_fields.html.haml (0.4ms)
29989
+ Rendered base/_tag_fields.html.haml (0.2ms)
29990
+ Rendered base/fields_for.html.haml within layouts/application (1.8ms)
29991
+ Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
29992
+  (0.0ms) rollback transaction
29993
+  (0.0ms) begin transaction
29994
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
29995
+ Processing by BaseController#fields_for as HTML
29996
+ Rendered base/_user_fields.html.haml (0.4ms)
29997
+ Rendered base/_address_fields.html.haml (0.8ms)
29998
+ Rendered base/_tag_fields.html.haml (0.3ms)
29999
+ Rendered base/fields_for.html.haml within layouts/application (2.6ms)
30000
+ Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.0ms)
30001
+  (0.1ms) rollback transaction
30002
+  (0.1ms) begin transaction
30003
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
30004
+ Processing by BaseController#fields_for as HTML
30005
+ Rendered base/_user_fields.html.haml (0.6ms)
30006
+ Rendered base/_address_fields.html.haml (0.5ms)
30007
+ Rendered base/_tag_fields.html.haml (0.2ms)
30008
+ Rendered base/fields_for.html.haml within layouts/application (2.4ms)
30009
+ Completed 200 OK in 5ms (Views: 3.3ms | ActiveRecord: 0.0ms)
30010
+  (0.0ms) rollback transaction
30011
+  (0.1ms) begin transaction
30012
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
30013
+ Processing by BaseController#fields_for as HTML
30014
+ Rendered base/_user_fields.html.haml (0.5ms)
30015
+ Rendered base/_address_fields.html.haml (0.5ms)
30016
+ Rendered base/_tag_fields.html.haml (0.3ms)
30017
+ Rendered base/fields_for.html.haml within layouts/application (2.6ms)
30018
+ Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.0ms)
30019
+  (0.0ms) rollback transaction
30020
+  (0.0ms) begin transaction
30021
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
30022
+ Processing by BaseController#fields_for as HTML
30023
+ Rendered base/_user_fields.html.haml (0.5ms)
30024
+ Rendered base/_address_fields.html.haml (0.5ms)
30025
+ Rendered base/_tag_fields.html.haml (0.2ms)
30026
+ Rendered base/fields_for.html.haml within layouts/application (3.4ms)
30027
+ Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)
30028
+  (0.0ms) rollback transaction
30029
+  (0.0ms) begin transaction
30030
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
30031
+ Processing by BaseController#fields_for as HTML
30032
+ Rendered base/_user_fields.html.haml (0.4ms)
30033
+ Rendered base/_address_fields.html.haml (0.4ms)
30034
+ Rendered base/_tag_fields.html.haml (0.2ms)
30035
+ Rendered base/fields_for.html.haml within layouts/application (2.0ms)
30036
+ Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)
30037
+  (0.0ms) rollback transaction
30038
+  (0.0ms) begin transaction
30039
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
30040
+ Processing by BaseController#fields_for as HTML
30041
+ Rendered base/_user_fields.html.haml (0.6ms)
30042
+ Rendered base/_address_fields.html.haml (0.7ms)
30043
+ Rendered base/_tag_fields.html.haml (0.3ms)
30044
+ Rendered base/fields_for.html.haml within layouts/application (3.3ms)
30045
+ Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.0ms)
30046
+  (0.1ms) rollback transaction
30047
+  (0.0ms) begin transaction
30048
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
30049
+ Processing by BaseController#fields_for as HTML
30050
+ Rendered base/_user_fields.html.haml (0.4ms)
30051
+ Rendered base/_address_fields.html.haml (0.5ms)
30052
+ Rendered base/_tag_fields.html.haml (0.2ms)
30053
+ Rendered base/fields_for.html.haml within layouts/application (2.1ms)
30054
+ Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
30055
+  (0.1ms) rollback transaction
30056
+  (0.0ms) begin transaction
30057
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
30058
+ Processing by BaseController#fields_for as HTML
30059
+ Rendered base/_user_fields.html.haml (0.4ms)
30060
+ Rendered base/_address_fields.html.haml (0.5ms)
30061
+ Rendered base/_tag_fields.html.haml (0.2ms)
30062
+ Rendered base/fields_for.html.haml within layouts/application (2.1ms)
30063
+ Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)
30064
+  (0.0ms) rollback transaction
30065
+  (0.0ms) begin transaction
30066
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
30067
+ Processing by BaseController#fields_for as HTML
30068
+ Rendered base/_user_fields.html.haml (0.4ms)
30069
+ Rendered base/_address_fields.html.haml (0.5ms)
30070
+ Rendered base/_tag_fields.html.haml (0.2ms)
30071
+ Rendered base/fields_for.html.haml within layouts/application (2.0ms)
30072
+ Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
30073
+  (0.0ms) rollback transaction
30074
+  (0.0ms) begin transaction
30075
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
30076
+ Processing by BaseController#fields_for as HTML
30077
+ Rendered base/_user_fields.html.haml (1.6ms)
30078
+ Rendered base/_address_fields.html.haml (0.9ms)
30079
+ Rendered base/_tag_fields.html.haml (0.3ms)
30080
+ Rendered base/fields_for.html.haml within layouts/application (4.4ms)
30081
+ Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
30082
+  (0.1ms) rollback transaction
30083
+  (0.0ms) begin transaction
30084
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
30085
+ Processing by BaseController#fields_for as HTML
30086
+ Rendered base/_user_fields.html.haml (0.8ms)
30087
+ Rendered base/_address_fields.html.haml (0.8ms)
30088
+ Rendered base/_tag_fields.html.haml (0.3ms)
30089
+ Rendered base/fields_for.html.haml within layouts/application (3.0ms)
30090
+ Completed 200 OK in 7ms (Views: 4.2ms | ActiveRecord: 0.0ms)
30091
+  (0.0ms) rollback transaction
30092
+  (0.0ms) begin transaction
30093
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
30094
+ Processing by BaseController#fields_for as HTML
30095
+ Rendered base/_user_fields.html.haml (0.9ms)
30096
+ Rendered base/_address_fields.html.haml (1.0ms)
30097
+ Rendered base/_tag_fields.html.haml (0.2ms)
30098
+ Rendered base/fields_for.html.haml within layouts/application (4.2ms)
30099
+ Completed 200 OK in 8ms (Views: 5.3ms | ActiveRecord: 0.0ms)
30100
+  (0.0ms) rollback transaction
30101
+  (0.0ms) begin transaction
30102
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
30103
+ Processing by BaseController#fields_for as HTML
30104
+ Rendered base/_user_fields.html.haml (0.6ms)
30105
+ Rendered base/_address_fields.html.haml (0.8ms)
30106
+ Rendered base/_tag_fields.html.haml (0.4ms)
30107
+ Rendered base/fields_for.html.haml within layouts/application (3.3ms)
30108
+ Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.0ms)
30109
+  (0.0ms) rollback transaction
30110
+  (0.0ms) begin transaction
30111
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
30112
+ Processing by BaseController#fields_for as HTML
30113
+ Rendered base/_user_fields.html.haml (0.5ms)
30114
+ Rendered base/_address_fields.html.haml (0.5ms)
30115
+ Rendered base/_tag_fields.html.haml (0.1ms)
30116
+ Rendered base/fields_for.html.haml within layouts/application (2.2ms)
30117
+ Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
30118
+  (0.1ms) rollback transaction
30119
+  (0.0ms) begin transaction
30120
+ Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
30121
+ Processing by BaseController#fields_for_explicit as HTML
30122
+ Rendered base/_user_fields.html.haml (1.0ms)
30123
+ Rendered base/_address_fields.html.haml (1.4ms)
30124
+ Rendered base/_tag_fields.html.haml (0.5ms)
30125
+ Rendered base/fields_for_explicit.html.haml within layouts/application (7.8ms)
30126
+ Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.0ms)
30127
+  (0.0ms) rollback transaction
30128
+  (0.1ms) begin transaction
30129
+ Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
30130
+ Processing by BaseController#fields_for_explicit as HTML
30131
+ Rendered base/_user_fields.html.haml (0.5ms)
30132
+ Rendered base/_address_fields.html.haml (0.6ms)
30133
+ Rendered base/_tag_fields.html.haml (0.2ms)
30134
+ Rendered base/fields_for_explicit.html.haml within layouts/application (2.2ms)
30135
+ Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)
30136
+  (0.0ms) rollback transaction
30137
+  (0.0ms) begin transaction
30138
+ Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
30139
+ Processing by BaseController#fields_for_explicit as HTML
30140
+ Rendered base/_user_fields.html.haml (0.5ms)
30141
+ Rendered base/_address_fields.html.haml (0.6ms)
30142
+ Rendered base/_tag_fields.html.haml (0.2ms)
30143
+ Rendered base/fields_for_explicit.html.haml within layouts/application (2.5ms)
30144
+ Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
30145
+  (0.0ms) rollback transaction
30146
+  (0.0ms) begin transaction
30147
+ Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
30148
+ Processing by BaseController#fields_for_explicit as HTML
30149
+ Rendered base/_user_fields.html.haml (0.5ms)
30150
+ Rendered base/_address_fields.html.haml (0.7ms)
30151
+ Rendered base/_tag_fields.html.haml (0.3ms)
30152
+ Rendered base/fields_for_explicit.html.haml within layouts/application (3.6ms)
30153
+ Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.0ms)
30154
+  (0.1ms) rollback transaction
30155
+  (0.1ms) begin transaction
30156
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
30157
+ Processing by BaseController#nested_form_gem as HTML
30158
+ Rendered base/_user_fields.html.haml (0.7ms)
30159
+ Rendered base/_address_fields.html.haml (1.6ms)
30160
+ Rendered base/_address_fields.html.haml (0.8ms)
30161
+ Rendered base/nested_form_gem.html.haml within layouts/application (7.2ms)
30162
+ Completed 200 OK in 11ms (Views: 9.3ms | ActiveRecord: 0.0ms)
30163
+  (0.0ms) rollback transaction
30164
+  (0.1ms) begin transaction
30165
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
30166
+ Processing by BaseController#nested_form_gem as HTML
30167
+ Rendered base/_user_fields.html.haml (0.5ms)
30168
+ Rendered base/_address_fields.html.haml (0.6ms)
30169
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.1ms)
30170
+ Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)
30171
+  (0.0ms) rollback transaction
30172
+  (0.0ms) begin transaction
30173
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
30174
+ Processing by BaseController#nested_form_gem as HTML
30175
+ Rendered base/_user_fields.html.haml (0.6ms)
30176
+ Rendered base/_address_fields.html.haml (0.7ms)
30177
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.4ms)
30178
+ Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
30179
+  (0.0ms) rollback transaction
30180
+  (0.0ms) begin transaction
30181
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
30182
+ Processing by BaseController#nested_form_gem as HTML
30183
+ Rendered base/_user_fields.html.haml (0.6ms)
30184
+ Rendered base/_address_fields.html.haml (1.0ms)
30185
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.9ms)
30186
+ Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.0ms)
30187
+  (0.0ms) rollback transaction
30188
+  (0.0ms) begin transaction
30189
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
30190
+ Processing by BaseController#nested_form_gem as HTML
30191
+ Rendered base/_user_fields.html.haml (1.1ms)
30192
+ Rendered base/_address_fields.html.haml (1.1ms)
30193
+ Rendered base/_address_fields.html.haml (1.1ms)
30194
+ Rendered base/nested_form_gem.html.haml within layouts/application (5.6ms)
30195
+ Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.0ms)
30196
+  (0.1ms) rollback transaction
30197
+  (0.0ms) begin transaction
30198
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
30199
+ Processing by BaseController#nested_form_gem as HTML
30200
+ Rendered base/_user_fields.html.haml (1.7ms)
30201
+ Rendered base/_address_fields.html.haml (1.3ms)
30202
+ Rendered base/_address_fields.html.haml (1.4ms)
30203
+ Rendered base/nested_form_gem.html.haml within layouts/application (6.6ms)
30204
+ Completed 200 OK in 15ms (Views: 13.8ms | ActiveRecord: 0.0ms)
30205
+  (0.1ms) rollback transaction
30206
+  (1.0ms) begin transaction
30207
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
30208
+ Processing by BaseController#nested_form_gem as HTML
30209
+ Rendered base/_user_fields.html.haml (0.6ms)
30210
+ Rendered base/_address_fields.html.haml (0.7ms)
30211
+ Rendered base/_address_fields.html.haml (0.9ms)
30212
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.8ms)
30213
+ Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms)
30214
+  (0.0ms) rollback transaction
30215
+  (0.2ms) begin transaction
30216
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
30217
+ Processing by BaseController#nested_form_gem as HTML
30218
+ Rendered base/_user_fields.html.haml (0.7ms)
30219
+ Rendered base/_address_fields.html.haml (2.1ms)
30220
+ Rendered base/_address_fields.html.haml (1.2ms)
30221
+ Rendered base/nested_form_gem.html.haml within layouts/application (7.0ms)
30222
+ Completed 200 OK in 10ms (Views: 9.1ms | ActiveRecord: 0.0ms)
30223
+  (0.1ms) rollback transaction
30224
+  (0.0ms) begin transaction
30225
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
30226
+ Processing by BaseController#nested_form_gem as HTML
30227
+ Rendered base/_user_fields.html.haml (0.8ms)
30228
+ Rendered base/_address_fields.html.haml (1.0ms)
30229
+ Rendered base/_address_fields.html.haml (0.8ms)
30230
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.2ms)
30231
+ Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
30232
+  (0.1ms) rollback transaction
30233
+  (0.0ms) begin transaction
30234
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
30235
+ Processing by BaseController#nested_form_gem as HTML
30236
+ Rendered base/_user_fields.html.haml (0.9ms)
30237
+ Rendered base/_address_fields.html.haml (0.9ms)
30238
+ Rendered base/_address_fields.html.haml (1.3ms)
30239
+ Rendered base/nested_form_gem.html.haml within layouts/application (5.5ms)
30240
+ Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.0ms)
30241
+  (0.1ms) rollback transaction
30242
+  (0.1ms) begin transaction
30243
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:49 +0100
30244
+ Processing by BaseController#nested_form_gem as HTML
30245
+ Rendered base/_user_fields.html.haml (1.0ms)
30246
+ Rendered base/_address_fields.html.haml (1.3ms)
30247
+ Rendered base/_address_fields.html.haml (1.3ms)
30248
+ Rendered base/nested_form_gem.html.haml within layouts/application (6.5ms)
30249
+ Completed 200 OK in 10ms (Views: 7.9ms | ActiveRecord: 0.0ms)
30250
+  (0.0ms) rollback transaction
30251
+  (0.0ms) begin transaction
30252
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:50 +0100
30253
+ Processing by BaseController#nested_form_gem as HTML
30254
+ Rendered base/_user_fields.html.haml (0.9ms)
30255
+ Rendered base/_address_fields.html.haml (3.0ms)
30256
+ Rendered base/_address_fields.html.haml (1.0ms)
30257
+ Rendered base/nested_form_gem.html.haml within layouts/application (6.7ms)
30258
+ Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.0ms)
30259
+  (0.0ms) rollback transaction
30260
+  (0.0ms) begin transaction
30261
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:50 +0100
30262
+ Processing by BaseController#nested_form_gem as HTML
30263
+ Rendered base/_user_fields.html.haml (0.8ms)
30264
+ Rendered base/_address_fields.html.haml (0.9ms)
30265
+ Rendered base/_address_fields.html.haml (1.2ms)
30266
+ Rendered base/nested_form_gem.html.haml within layouts/application (6.5ms)
30267
+ Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)
30268
+  (0.1ms) rollback transaction
30269
+  (0.0ms) begin transaction
30270
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:50 +0100
30271
+ Processing by BaseController#nested_form_gem as HTML
30272
+ Rendered base/_user_fields.html.haml (1.2ms)
30273
+ Rendered base/_address_fields.html.haml (1.4ms)
30274
+ Rendered base/_address_fields.html.haml (1.1ms)
30275
+ Rendered base/nested_form_gem.html.haml within layouts/application (5.7ms)
30276
+ Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.0ms)
30277
+  (0.0ms) rollback transaction
30278
+  (0.0ms) begin transaction
30279
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:50 +0100
30280
+ Processing by BaseController#nested_form_gem as HTML
30281
+ Rendered base/_user_fields.html.haml (0.7ms)
30282
+ Rendered base/_address_fields.html.haml (0.8ms)
30283
+ Rendered base/_address_fields.html.haml (1.9ms)
30284
+ Rendered base/nested_form_gem.html.haml within layouts/application (5.1ms)
30285
+ Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
30286
+  (0.2ms) rollback transaction
30287
+  (0.0ms) begin transaction
30288
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:10:50 +0100
30289
+ Processing by BaseController#nested_form_gem as HTML
30290
+ Rendered base/_user_fields.html.haml (0.7ms)
30291
+ Rendered base/_address_fields.html.haml (0.9ms)
30292
+ Rendered base/_address_fields.html.haml (2.3ms)
30293
+ Rendered base/nested_form_gem.html.haml within layouts/application (7.2ms)
30294
+ Completed 200 OK in 12ms (Views: 11.0ms | ActiveRecord: 0.0ms)
30295
+  (0.1ms) rollback transaction
30296
+  (0.0ms) begin transaction
30297
+ Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 16:10:50 +0100
30298
+ Processing by BaseController#nested_form_gem as HTML
30299
+ Parameters: {"inline_link_to_add"=>"true"}
30300
+ Rendered base/_user_fields.html.haml (0.9ms)
30301
+ Rendered base/_address_fields.html.haml (1.3ms)
30302
+ Rendered base/_address_fields.html.haml (0.8ms)
30303
+ Rendered base/nested_form_gem.html.haml within layouts/application (12.6ms)
30304
+ Completed 200 OK in 15ms (Views: 13.7ms | ActiveRecord: 0.0ms)
30305
+  (0.1ms) rollback transaction
30306
+  (0.0ms) begin transaction
30307
+ Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 16:10:50 +0100
30308
+ Processing by BaseController#nested_form_gem as HTML
30309
+ Parameters: {"inline_link_to_add"=>"true"}
30310
+ Rendered base/_user_fields.html.haml (0.4ms)
30311
+ Rendered base/_address_fields.html.haml (1.1ms)
30312
+ Rendered base/_address_fields.html.haml (1.0ms)
30313
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.7ms)
30314
+ Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.0ms)
30315
+  (0.1ms) rollback transaction
30316
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
30317
+  (2.9ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "street" varchar, "city" varchar, "country" varchar, "description" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
30318
+  (0.9ms) CREATE TABLE "tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "description" text, "taggable_id" integer, "taggable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
30319
+  (0.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar, "last_name" varchar, "gender" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "roles" varchar) 
30320
+  (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
30321
+  (0.0ms) select sqlite_version(*)
30322
+  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
30323
+  (0.1ms) SELECT version FROM "schema_migrations"
30324
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20151116150723')
30325
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626095843')
30326
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
30327
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
30328
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
30329
+  (0.1ms) begin transaction
30330
+ Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:11:01 +0100
30331
+ Processing by BaseController#fields_for_explicit as HTML
30332
+ Rendered base/_user_fields.html.haml (3.5ms)
30333
+ Rendered base/_address_fields.html.haml (8.6ms)
30334
+ Rendered base/_tag_fields.html.haml (0.7ms)
30335
+ Rendered base/fields_for_explicit.html.haml within layouts/application (21.4ms)
30336
+ Completed 200 OK in 148ms (Views: 116.3ms | ActiveRecord: 0.4ms)
30337
+  (0.1ms) rollback transaction
30338
+  (0.1ms) begin transaction
30339
+ Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:11:01 +0100
30340
+ Processing by BaseController#fields_for_explicit as HTML
30341
+ Rendered base/_user_fields.html.haml (0.4ms)
30342
+ Rendered base/_address_fields.html.haml (0.5ms)
30343
+ Rendered base/_tag_fields.html.haml (0.2ms)
30344
+ Rendered base/fields_for_explicit.html.haml within layouts/application (2.2ms)
30345
+ Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)
30346
+  (0.0ms) rollback transaction
30347
+  (0.1ms) begin transaction
30348
+ Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:11:01 +0100
30349
+ Processing by BaseController#fields_for_explicit as HTML
30350
+ Rendered base/_user_fields.html.haml (0.4ms)
30351
+ Rendered base/_address_fields.html.haml (0.5ms)
30352
+ Rendered base/_tag_fields.html.haml (0.2ms)
30353
+ Rendered base/fields_for_explicit.html.haml within layouts/application (2.0ms)
30354
+ Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
30355
+  (0.0ms) rollback transaction
30356
+  (0.0ms) begin transaction
30357
+ Started GET "/fields_for_explicit" for 127.0.0.1 at 2015-11-16 16:11:01 +0100
30358
+ Processing by BaseController#fields_for_explicit as HTML
30359
+ Rendered base/_user_fields.html.haml (0.4ms)
30360
+ Rendered base/_address_fields.html.haml (0.4ms)
30361
+ Rendered base/_tag_fields.html.haml (0.2ms)
30362
+ Rendered base/fields_for_explicit.html.haml within layouts/application (1.9ms)
30363
+ Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)
30364
+  (0.0ms) rollback transaction
30365
+  (0.0ms) begin transaction
30366
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:11:01 +0100
30367
+ Processing by BaseController#nested_form_gem as HTML
30368
+ Rendered base/_user_fields.html.haml (0.5ms)
30369
+ Rendered base/_address_fields.html.haml (1.4ms)
30370
+ Rendered base/_address_fields.html.haml (0.6ms)
30371
+ Rendered base/nested_form_gem.html.haml within layouts/application (5.2ms)
30372
+ Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.0ms)
30373
+  (0.1ms) rollback transaction
30374
+  (0.0ms) begin transaction
30375
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:11:01 +0100
30376
+ Processing by BaseController#nested_form_gem as HTML
30377
+ Rendered base/_user_fields.html.haml (0.8ms)
30378
+ Rendered base/_address_fields.html.haml (1.1ms)
30379
+ Rendered base/_address_fields.html.haml (0.7ms)
30380
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.4ms)
30381
+ Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.0ms)
30382
+  (0.1ms) rollback transaction
30383
+  (0.1ms) begin transaction
30384
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:11:01 +0100
30385
+ Processing by BaseController#nested_form_gem as HTML
30386
+ Rendered base/_user_fields.html.haml (0.5ms)
30387
+ Rendered base/_address_fields.html.haml (0.6ms)
30388
+ Rendered base/_address_fields.html.haml (0.6ms)
30389
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.1ms)
30390
+ Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms)
30391
+  (0.0ms) rollback transaction
30392
+  (0.1ms) begin transaction
30393
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:11:01 +0100
30394
+ Processing by BaseController#nested_form_gem as HTML
30395
+ Rendered base/_user_fields.html.haml (0.5ms)
30396
+ Rendered base/_address_fields.html.haml (0.7ms)
30397
+ Rendered base/_address_fields.html.haml (0.6ms)
30398
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.2ms)
30399
+ Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms)
30400
+  (0.0ms) rollback transaction
30401
+  (0.0ms) begin transaction
30402
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:11:01 +0100
30403
+ Processing by BaseController#nested_form_gem as HTML
30404
+ Rendered base/_user_fields.html.haml (0.5ms)
30405
+ Rendered base/_address_fields.html.haml (0.8ms)
30406
+ Rendered base/_address_fields.html.haml (1.9ms)
30407
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.7ms)
30408
+ Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
30409
+  (0.0ms) rollback transaction
30410
+  (0.1ms) begin transaction
30411
+ Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 16:11:01 +0100
30412
+ Processing by BaseController#nested_form_gem as HTML
30413
+ Parameters: {"inline_link_to_add"=>"true"}
30414
+ Rendered base/_user_fields.html.haml (0.4ms)
30415
+ Rendered base/_address_fields.html.haml (0.6ms)
30416
+ Rendered base/_address_fields.html.haml (0.5ms)
30417
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.7ms)
30418
+ Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
30419
+  (0.0ms) rollback transaction
30420
+  (0.0ms) begin transaction
30421
+ Started GET "/nested_form_gem?inline_link_to_add=true" for 127.0.0.1 at 2015-11-16 16:11:01 +0100
30422
+ Processing by BaseController#nested_form_gem as HTML
30423
+ Parameters: {"inline_link_to_add"=>"true"}
30424
+ Rendered base/_user_fields.html.haml (0.4ms)
30425
+ Rendered base/_address_fields.html.haml (0.5ms)
30426
+ Rendered base/_address_fields.html.haml (0.6ms)
30427
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.6ms)
30428
+ Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
30429
+  (0.0ms) rollback transaction
30430
+  (0.0ms) begin transaction
30431
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:11:01 +0100
30432
+ Processing by BaseController#nested_form_gem as HTML
30433
+ Rendered base/_user_fields.html.haml (0.8ms)
30434
+ Rendered base/_address_fields.html.haml (1.2ms)
30435
+ Rendered base/_address_fields.html.haml (1.1ms)
30436
+ Rendered base/nested_form_gem.html.haml within layouts/application (5.4ms)
30437
+ Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
30438
+  (0.1ms) rollback transaction
30439
+  (0.1ms) begin transaction
30440
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:11:01 +0100
30441
+ Processing by BaseController#nested_form_gem as HTML
30442
+ Rendered base/_user_fields.html.haml (0.5ms)
30443
+ Rendered base/_address_fields.html.haml (0.7ms)
30444
+ Rendered base/_address_fields.html.haml (0.6ms)
30445
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.2ms)
30446
+ Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)
30447
+  (0.0ms) rollback transaction
30448
+  (0.0ms) begin transaction
30449
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:11:01 +0100
30450
+ Processing by BaseController#nested_form_gem as HTML
30451
+ Rendered base/_user_fields.html.haml (1.5ms)
30452
+ Rendered base/_address_fields.html.haml (0.7ms)
30453
+ Rendered base/_address_fields.html.haml (0.5ms)
30454
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.1ms)
30455
+ Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.0ms)
30456
+  (0.0ms) rollback transaction
30457
+  (0.0ms) begin transaction
30458
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:11:01 +0100
30459
+ Processing by BaseController#nested_form_gem as HTML
30460
+ Rendered base/_user_fields.html.haml (0.4ms)
30461
+ Rendered base/_address_fields.html.haml (0.6ms)
30462
+ Rendered base/_address_fields.html.haml (0.5ms)
30463
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.7ms)
30464
+ Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
30465
+  (0.0ms) rollback transaction
30466
+  (0.0ms) begin transaction
30467
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:11:01 +0100
30468
+ Processing by BaseController#nested_form_gem as HTML
30469
+ Rendered base/_user_fields.html.haml (0.5ms)
30470
+ Rendered base/_address_fields.html.haml (1.0ms)
30471
+ Rendered base/_address_fields.html.haml (1.4ms)
30472
+ Rendered base/nested_form_gem.html.haml within layouts/application (5.2ms)
30473
+ Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
30474
+  (0.1ms) rollback transaction
30475
+  (0.1ms) begin transaction
30476
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:11:01 +0100
30477
+ Processing by BaseController#nested_form_gem as HTML
30478
+ Rendered base/_user_fields.html.haml (0.5ms)
30479
+ Rendered base/_address_fields.html.haml (0.8ms)
30480
+ Rendered base/_address_fields.html.haml (0.8ms)
30481
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.1ms)
30482
+ Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms)
30483
+  (0.0ms) rollback transaction
30484
+  (0.0ms) begin transaction
30485
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
30486
+ Processing by BaseController#nested_form_gem as HTML
30487
+ Rendered base/_user_fields.html.haml (0.5ms)
30488
+ Rendered base/_address_fields.html.haml (1.8ms)
30489
+ Rendered base/_address_fields.html.haml (0.7ms)
30490
+ Rendered base/nested_form_gem.html.haml within layouts/application (4.5ms)
30491
+ Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms)
30492
+  (0.0ms) rollback transaction
30493
+  (0.0ms) begin transaction
30494
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
30495
+ Processing by BaseController#nested_form_gem as HTML
30496
+ Rendered base/_user_fields.html.haml (0.4ms)
30497
+ Rendered base/_address_fields.html.haml (0.6ms)
30498
+ Rendered base/_address_fields.html.haml (0.5ms)
30499
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.7ms)
30500
+ Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
30501
+  (0.0ms) rollback transaction
30502
+  (0.0ms) begin transaction
30503
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
30504
+ Processing by BaseController#nested_form_gem as HTML
30505
+ Rendered base/_user_fields.html.haml (0.4ms)
30506
+ Rendered base/_address_fields.html.haml (0.9ms)
30507
+ Rendered base/nested_form_gem.html.haml within layouts/application (2.6ms)
30508
+ Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
30509
+  (0.1ms) rollback transaction
30510
+  (0.1ms) begin transaction
30511
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
30512
+ Processing by BaseController#nested_form_gem as HTML
30513
+ Rendered base/_user_fields.html.haml (0.8ms)
30514
+ Rendered base/_address_fields.html.haml (0.8ms)
30515
+ Rendered base/nested_form_gem.html.haml within layouts/application (3.1ms)
30516
+ Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.0ms)
30517
+  (0.1ms) rollback transaction
30518
+  (0.0ms) begin transaction
30519
+ Started GET "/nested_form_gem" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
30520
+ Processing by BaseController#nested_form_gem as HTML
30521
+ Rendered base/_user_fields.html.haml (0.4ms)
30522
+ Rendered base/_address_fields.html.haml (0.5ms)
30523
+ Rendered base/nested_form_gem.html.haml within layouts/application (1.9ms)
30524
+ Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
30525
+  (0.0ms) rollback transaction
30526
+  (0.0ms) begin transaction
30527
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
30528
+ Processing by BaseController#fields_for as HTML
30529
+ Rendered base/_user_fields.html.haml (0.4ms)
30530
+ Rendered base/_address_fields.html.haml (0.5ms)
30531
+ Rendered base/_tag_fields.html.haml (0.2ms)
30532
+ Rendered base/fields_for.html.haml within layouts/application (4.2ms)
30533
+ Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.0ms)
30534
+  (0.0ms) rollback transaction
30535
+  (0.0ms) begin transaction
30536
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
30537
+ Processing by BaseController#fields_for as HTML
30538
+ Rendered base/_user_fields.html.haml (0.5ms)
30539
+ Rendered base/_address_fields.html.haml (0.5ms)
30540
+ Rendered base/_tag_fields.html.haml (0.4ms)
30541
+ Rendered base/fields_for.html.haml within layouts/application (2.6ms)
30542
+ Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.0ms)
30543
+  (0.1ms) rollback transaction
30544
+  (0.1ms) begin transaction
30545
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
30546
+ Processing by BaseController#fields_for as HTML
30547
+ Rendered base/_user_fields.html.haml (0.8ms)
30548
+ Rendered base/_address_fields.html.haml (0.6ms)
30549
+ Rendered base/_tag_fields.html.haml (0.2ms)
30550
+ Rendered base/fields_for.html.haml within layouts/application (3.0ms)
30551
+ Completed 200 OK in 23ms (Views: 21.6ms | ActiveRecord: 0.0ms)
30552
+  (0.0ms) rollback transaction
30553
+  (0.0ms) begin transaction
30554
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
30555
+ Processing by BaseController#fields_for as HTML
30556
+ Rendered base/_user_fields.html.haml (1.1ms)
30557
+ Rendered base/_address_fields.html.haml (1.6ms)
30558
+ Rendered base/_tag_fields.html.haml (0.4ms)
30559
+ Rendered base/fields_for.html.haml within layouts/application (4.7ms)
30560
+ Completed 200 OK in 10ms (Views: 7.0ms | ActiveRecord: 0.0ms)
30561
+  (0.1ms) rollback transaction
30562
+  (0.1ms) begin transaction
30563
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
30564
+ Processing by BaseController#fields_for as HTML
30565
+ Rendered base/_user_fields.html.haml (0.6ms)
30566
+ Rendered base/_address_fields.html.haml (0.7ms)
30567
+ Rendered base/_tag_fields.html.haml (0.2ms)
30568
+ Rendered base/fields_for.html.haml within layouts/application (3.5ms)
30569
+ Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.0ms)
30570
+  (0.0ms) rollback transaction
30571
+  (0.0ms) begin transaction
30572
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
30573
+ Processing by BaseController#fields_for as HTML
30574
+ Rendered base/_user_fields.html.haml (0.8ms)
30575
+ Rendered base/_address_fields.html.haml (1.0ms)
30576
+ Rendered base/_tag_fields.html.haml (0.2ms)
30577
+ Rendered base/fields_for.html.haml within layouts/application (5.3ms)
30578
+ Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.0ms)
30579
+  (0.1ms) rollback transaction
30580
+  (0.1ms) begin transaction
30581
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
30582
+ Processing by BaseController#fields_for as HTML
30583
+ Rendered base/_user_fields.html.haml (0.9ms)
30584
+ Rendered base/_address_fields.html.haml (0.9ms)
30585
+ Rendered base/_tag_fields.html.haml (0.2ms)
30586
+ Rendered base/fields_for.html.haml within layouts/application (3.6ms)
30587
+ Completed 200 OK in 8ms (Views: 5.9ms | ActiveRecord: 0.0ms)
30588
+  (0.0ms) rollback transaction
30589
+  (0.0ms) begin transaction
30590
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
30591
+ Processing by BaseController#fields_for as HTML
30592
+ Rendered base/_user_fields.html.haml (0.6ms)
30593
+ Rendered base/_address_fields.html.haml (0.5ms)
30594
+ Rendered base/_tag_fields.html.haml (0.2ms)
30595
+ Rendered base/fields_for.html.haml within layouts/application (2.6ms)
30596
+ Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.0ms)
30597
+  (0.0ms) rollback transaction
30598
+  (0.0ms) begin transaction
30599
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
30600
+ Processing by BaseController#fields_for as HTML
30601
+ Rendered base/_user_fields.html.haml (0.5ms)
30602
+ Rendered base/_address_fields.html.haml (0.5ms)
30603
+ Rendered base/_tag_fields.html.haml (0.2ms)
30604
+ Rendered base/fields_for.html.haml within layouts/application (2.4ms)
30605
+ Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
30606
+  (0.0ms) rollback transaction
30607
+  (0.0ms) begin transaction
30608
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
30609
+ Processing by BaseController#fields_for as HTML
30610
+ Rendered base/_user_fields.html.haml (0.5ms)
30611
+ Rendered base/_address_fields.html.haml (0.5ms)
30612
+ Rendered base/_tag_fields.html.haml (0.2ms)
30613
+ Rendered base/fields_for.html.haml within layouts/application (2.3ms)
30614
+ Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)
30615
+  (0.0ms) rollback transaction
30616
+  (0.1ms) begin transaction
30617
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
30618
+ Processing by BaseController#fields_for as HTML
30619
+ Rendered base/_user_fields.html.haml (0.7ms)
30620
+ Rendered base/_address_fields.html.haml (0.7ms)
30621
+ Rendered base/_tag_fields.html.haml (0.3ms)
30622
+ Rendered base/fields_for.html.haml within layouts/application (3.0ms)
30623
+ Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.0ms)
30624
+  (0.0ms) rollback transaction
30625
+  (0.0ms) begin transaction
30626
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
30627
+ Processing by BaseController#fields_for as HTML
30628
+ Rendered base/_user_fields.html.haml (1.2ms)
30629
+ Rendered base/_address_fields.html.haml (1.0ms)
30630
+ Rendered base/_tag_fields.html.haml (0.4ms)
30631
+ Rendered base/fields_for.html.haml within layouts/application (4.8ms)
30632
+ Completed 200 OK in 9ms (Views: 6.9ms | ActiveRecord: 0.0ms)
30633
+  (0.1ms) rollback transaction
30634
+  (0.0ms) begin transaction
30635
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
30636
+ Processing by BaseController#fields_for as HTML
30637
+ Rendered base/_user_fields.html.haml (0.6ms)
30638
+ Rendered base/_address_fields.html.haml (0.6ms)
30639
+ Rendered base/_tag_fields.html.haml (0.2ms)
30640
+ Rendered base/fields_for.html.haml within layouts/application (2.7ms)
30641
+ Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms)
30642
+  (0.1ms) rollback transaction
30643
+  (0.0ms) begin transaction
30644
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
30645
+ Processing by BaseController#fields_for as HTML
30646
+ Rendered base/_user_fields.html.haml (0.5ms)
30647
+ Rendered base/_address_fields.html.haml (0.5ms)
30648
+ Rendered base/_tag_fields.html.haml (0.3ms)
30649
+ Rendered base/fields_for.html.haml within layouts/application (2.4ms)
30650
+ Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
30651
+  (0.1ms) rollback transaction
30652
+  (0.0ms) begin transaction
30653
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
30654
+ Processing by BaseController#fields_for as HTML
30655
+ Rendered base/_user_fields.html.haml (0.6ms)
30656
+ Rendered base/_address_fields.html.haml (0.6ms)
30657
+ Rendered base/_tag_fields.html.haml (0.2ms)
30658
+ Rendered base/fields_for.html.haml within layouts/application (2.4ms)
30659
+ Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.0ms)
30660
+  (0.0ms) rollback transaction
30661
+  (0.0ms) begin transaction
30662
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
30663
+ Processing by BaseController#fields_for as HTML
30664
+ Rendered base/_user_fields.html.haml (2.0ms)
30665
+ Rendered base/_address_fields.html.haml (1.3ms)
30666
+ Rendered base/_tag_fields.html.haml (0.2ms)
30667
+ Rendered base/fields_for.html.haml within layouts/application (7.1ms)
30668
+ Completed 200 OK in 13ms (Views: 11.1ms | ActiveRecord: 0.0ms)
30669
+  (0.1ms) rollback transaction
30670
+  (0.0ms) begin transaction
30671
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
30672
+ Processing by BaseController#fields_for as HTML
30673
+ Rendered base/_user_fields.html.haml (0.7ms)
30674
+ Rendered base/_address_fields.html.haml (0.7ms)
30675
+ Rendered base/_tag_fields.html.haml (0.2ms)
30676
+ Rendered base/fields_for.html.haml within layouts/application (3.0ms)
30677
+ Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.0ms)
30678
+  (0.0ms) rollback transaction
30679
+  (0.0ms) begin transaction
30680
+ Started GET "/fields_for" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
30681
+ Processing by BaseController#fields_for as HTML
30682
+ Rendered base/_user_fields.html.haml (9.3ms)
30683
+ Rendered base/_address_fields.html.haml (1.7ms)
30684
+ Rendered base/_tag_fields.html.haml (0.3ms)
30685
+ Rendered base/fields_for.html.haml within layouts/application (13.6ms)
30686
+ Completed 200 OK in 17ms (Views: 15.4ms | ActiveRecord: 0.0ms)
30687
+  (0.1ms) rollback transaction
30688
+  (0.0ms) begin transaction
30689
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
30690
+ Processing by BaseController#basic_form as HTML
30691
+ Rendered base/_user_fields.html.haml (0.6ms)
30692
+ Rendered base/basic_form.html.haml within layouts/application (2.0ms)
30693
+ Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
30694
+  (0.0ms) rollback transaction
30695
+  (0.0ms) begin transaction
30696
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
30697
+ Processing by BaseController#basic_form as HTML
30698
+ Rendered base/_user_fields.html.haml (0.7ms)
30699
+ Rendered base/basic_form.html.haml within layouts/application (1.3ms)
30700
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
30701
+  (0.0ms) rollback transaction
30702
+  (0.0ms) begin transaction
30703
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
30704
+ Processing by BaseController#basic_form as HTML
30705
+ Rendered base/_user_fields.html.haml (0.8ms)
30706
+ Rendered base/basic_form.html.haml within layouts/application (1.3ms)
30707
+ Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
30708
+  (0.0ms) rollback transaction
30709
+  (0.0ms) begin transaction
30710
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
30711
+ Processing by BaseController#basic_form as HTML
30712
+ Rendered base/_user_fields.html.haml (1.6ms)
30713
+ Rendered base/basic_form.html.haml within layouts/application (3.1ms)
30714
+ Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
30715
+  (0.0ms) rollback transaction
30716
+  (0.0ms) begin transaction
30717
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
30718
+ Processing by BaseController#basic_form as HTML
30719
+ Rendered base/_user_fields.html.haml (0.7ms)
30720
+ Rendered base/basic_form.html.haml within layouts/application (1.1ms)
30721
+ Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
30722
+  (0.1ms) rollback transaction
30723
+  (0.0ms) begin transaction
30724
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
30725
+ Processing by BaseController#basic_form as HTML
30726
+ Rendered base/_user_fields.html.haml (0.9ms)
30727
+ Rendered base/basic_form.html.haml within layouts/application (1.7ms)
30728
+ Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)
30729
+  (0.0ms) rollback transaction
30730
+  (0.0ms) begin transaction
30731
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
30732
+ Processing by BaseController#basic_form as HTML
30733
+ Rendered base/_user_fields.html.haml (0.8ms)
30734
+ Rendered base/basic_form.html.haml within layouts/application (1.1ms)
30735
+ Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
30736
+  (0.0ms) rollback transaction
30737
+  (0.0ms) begin transaction
30738
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
30739
+ Processing by BaseController#basic_form as HTML
30740
+ Rendered base/_user_fields.html.haml (0.9ms)
30741
+ Rendered base/basic_form.html.haml within layouts/application (1.4ms)
30742
+ Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
30743
+  (0.1ms) rollback transaction
30744
+  (0.1ms) begin transaction
30745
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
30746
+ Processing by BaseController#basic_form as HTML
30747
+ Rendered base/_user_fields.html.haml (1.0ms)
30748
+ Rendered base/basic_form.html.haml within layouts/application (1.4ms)
30749
+ Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)
30750
+  (0.1ms) rollback transaction
30751
+  (0.0ms) begin transaction
30752
+ Started GET "/basic_form" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
30753
+ Processing by BaseController#basic_form as HTML
30754
+ Rendered base/_user_fields.html.haml (0.9ms)
30755
+ Rendered base/basic_form.html.haml within layouts/application (1.4ms)
30756
+ Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
30757
+  (0.0ms) rollback transaction
30758
+  (0.0ms) begin transaction
30759
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
30760
+ Processing by BaseController#deep_fields_for as HTML
30761
+ Rendered base/_user_fields.html.haml (0.8ms)
30762
+ Rendered base/_tag_fields.html.haml (0.2ms)
30763
+ Rendered base/_address_fields.html.haml (1.0ms)
30764
+ Rendered base/_tag_fields.html.haml (0.1ms)
30765
+ Rendered base/deep_fields_for.html.haml within layouts/application (4.9ms)
30766
+ Completed 200 OK in 10ms (Views: 7.8ms | ActiveRecord: 0.0ms)
30767
+  (0.0ms) rollback transaction
30768
+  (0.0ms) begin transaction
30769
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
30770
+ Processing by BaseController#deep_fields_for as HTML
30771
+ Rendered base/_user_fields.html.haml (0.9ms)
30772
+ Rendered base/_tag_fields.html.haml (0.6ms)
30773
+ Rendered base/_address_fields.html.haml (1.6ms)
30774
+ Rendered base/_tag_fields.html.haml (0.2ms)
30775
+ Rendered base/deep_fields_for.html.haml within layouts/application (5.0ms)
30776
+ Completed 200 OK in 9ms (Views: 6.5ms | ActiveRecord: 0.0ms)
30777
+  (0.0ms) rollback transaction
30778
+  (0.1ms) begin transaction
30779
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
30780
+ Processing by BaseController#deep_fields_for as HTML
30781
+ Rendered base/_user_fields.html.haml (0.8ms)
30782
+ Rendered base/_tag_fields.html.haml (0.2ms)
30783
+ Rendered base/_address_fields.html.haml (0.9ms)
30784
+ Rendered base/_tag_fields.html.haml (0.3ms)
30785
+ Rendered base/deep_fields_for.html.haml within layouts/application (3.3ms)
30786
+ Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.0ms)
30787
+  (0.0ms) rollback transaction
30788
+  (0.0ms) begin transaction
30789
+ Started GET "/deep_fields_for" for 127.0.0.1 at 2015-11-16 16:11:02 +0100
30790
+ Processing by BaseController#deep_fields_for as HTML
30791
+ Rendered base/_user_fields.html.haml (0.8ms)
30792
+ Rendered base/_tag_fields.html.haml (0.5ms)
30793
+ Rendered base/_address_fields.html.haml (1.3ms)
30794
+ Rendered base/_tag_fields.html.haml (0.2ms)
30795
+ Rendered base/deep_fields_for.html.haml within layouts/application (5.8ms)
30796
+ Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.0ms)
30797
+  (0.1ms) rollback transaction