strong_form 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/strong_form/tag.rb +4 -1
- data/lib/strong_form/version.rb +1 -1
- data/spec/dummy/app/views/base/_user_fields.html.haml +1 -0
- data/spec/dummy/db/development.sqlite3 +0 -0
- data/spec/dummy/db/migrate/20151116150723_add_roles_to_users.rb +5 -0
- data/spec/dummy/db/schema.rb +2 -1
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/development.log +7 -0
- data/spec/dummy/log/test.log +4244 -0
- data/spec/examples.txt +58 -56
- data/spec/features/strong_form_spec.rb +8 -3
- metadata +3 -1
data/spec/dummy/log/test.log
CHANGED
@@ -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
|
[1m[35m (0.0ms)[0m rollback transaction
|
26554
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
26555
|
+
[1m[36m (0.7ms)[0m [1mCREATE 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) [0m
|
26556
|
+
[1m[35m (0.6ms)[0m 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
|
+
[1m[36m (0.6ms)[0m [1mCREATE 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) [0m
|
26558
|
+
[1m[35m (0.8ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
26559
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
26560
|
+
[1m[35m (0.7ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
26561
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
26562
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
|
26563
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
|
26564
|
+
[1m[35m (0.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
|
26565
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
26566
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
26567
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
26568
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
26569
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26570
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
26571
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26572
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
26573
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26574
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
26575
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26576
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
26585
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26594
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26603
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26612
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
26619
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26626
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26633
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26640
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26647
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
26654
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
26661
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
26668
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
26678
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
26688
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26698
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26708
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
26717
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
26726
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26735
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26744
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
26753
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26763
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
26773
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26782
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
26790
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
26798
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26806
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
26815
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26824
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26833
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
26842
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26851
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
26860
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
26869
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
26878
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
26887
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26896
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26905
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
26914
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
26923
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26932
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26941
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
26950
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
26959
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
26968
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26977
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
26986
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
26995
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27004
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27013
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27022
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
27031
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
27032
|
+
[1m[36m (2.6ms)[0m [1mCREATE 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) [0m
|
27033
|
+
[1m[35m (0.6ms)[0m 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
|
+
[1m[36m (0.6ms)[0m [1mCREATE 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) [0m
|
27035
|
+
[1m[35m (0.7ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
27036
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
27037
|
+
[1m[35m (0.5ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
27038
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
27039
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626132542')
|
27040
|
+
[1m[36m (0.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
|
27041
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
|
27042
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
27043
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27050
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27057
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27064
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27071
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27078
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27085
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27092
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27099
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27106
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27113
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27120
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27127
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27134
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27141
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27148
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27155
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27162
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27169
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27176
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27183
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27190
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27197
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27204
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27211
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27218
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27226
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27234
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27241
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27248
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27255
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27262
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27269
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27276
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27283
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27290
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27297
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27304
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27311
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27318
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27325
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27332
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27339
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27346
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27353
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27360
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27367
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27374
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27381
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27388
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27395
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27402
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27409
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
27410
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27411
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
27412
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27413
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
27414
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27415
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
27416
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27417
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
27418
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27419
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
27420
|
+
[1m[36m (2.9ms)[0m [1mCREATE 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) [0m
|
27421
|
+
[1m[35m (0.9ms)[0m 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
|
+
[1m[36m (0.8ms)[0m [1mCREATE 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) [0m
|
27423
|
+
[1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
27424
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
27425
|
+
[1m[35m (0.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
27426
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
27427
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20151116150723')
|
27428
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
|
27429
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
|
27430
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626132542')[0m
|
27431
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
27432
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
27433
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27434
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
27435
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27436
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
27437
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27438
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
27439
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27440
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
27441
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27442
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27449
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27456
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27463
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27470
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27477
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27484
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27491
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27498
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27507
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27516
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27526
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27536
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27545
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27554
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27563
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27571
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27579
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27587
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27596
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27605
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27614
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27623
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27632
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27641
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27650
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27659
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27668
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27677
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27686
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27695
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27704
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27713
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27722
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27731
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27740
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27749
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27758
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27767
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27776
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27785
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27794
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27803
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27812
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27821
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27830
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27839
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27848
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27857
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27867
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27877
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27887
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27897
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
27898
|
+
[1m[36m (2.8ms)[0m [1mCREATE 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) [0m
|
27899
|
+
[1m[35m (0.7ms)[0m 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
|
+
[1m[36m (0.5ms)[0m [1mCREATE 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) [0m
|
27901
|
+
[1m[35m (0.8ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
27902
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
27903
|
+
[1m[35m (1.0ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
27904
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
27905
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20151116150723')
|
27906
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
|
27907
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
|
27908
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626132542')[0m
|
27909
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
27910
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
27911
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27912
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
27913
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27914
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
27915
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27916
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
27917
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27918
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
27919
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27920
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27929
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27938
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27947
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27956
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27965
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27975
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
27985
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
27994
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28003
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28012
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
28021
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28030
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28039
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28048
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28057
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28065
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28073
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28081
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28091
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28101
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28111
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28121
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28128
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28135
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28142
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28149
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28156
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28163
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28170
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28177
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28184
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28191
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28200
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28209
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28218
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28227
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28236
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28245
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28254
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28263
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28272
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28281
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28290
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28299
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28308
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28317
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28326
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28335
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28344
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28353
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28362
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28371
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28380
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28389
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
28390
|
+
[1m[36m (3.0ms)[0m [1mCREATE 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) [0m
|
28391
|
+
[1m[35m (1.0ms)[0m 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
|
+
[1m[36m (0.9ms)[0m [1mCREATE 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) [0m
|
28393
|
+
[1m[35m (0.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
28394
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
28395
|
+
[1m[35m (0.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
28396
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
28397
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20151116150723')
|
28398
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
|
28399
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
|
28400
|
+
[1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626132542')[0m
|
28401
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
28402
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28412
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28422
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28432
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28442
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28451
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28460
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28469
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28478
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28487
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28496
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28505
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28514
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28523
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28532
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28541
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28550
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28559
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28568
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28577
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28586
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28595
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28604
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28613
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28622
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28631
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28640
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28647
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28654
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28661
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28668
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28675
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28682
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28689
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28696
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28703
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28712
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28721
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28730
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28739
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28748
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28757
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28766
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28775
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28784
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28792
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28800
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28808
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28817
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28827
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28837
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28846
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28855
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28864
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
28865
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28866
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
28867
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28868
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
28869
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28870
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
28871
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28872
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
28873
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28874
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
28875
|
+
[1m[36m (3.2ms)[0m [1mCREATE 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) [0m
|
28876
|
+
[1m[35m (1.0ms)[0m 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
|
+
[1m[36m (0.8ms)[0m [1mCREATE 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) [0m
|
28878
|
+
[1m[35m (0.7ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
28879
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
28880
|
+
[1m[35m (0.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
28881
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
28882
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20151116150723')
|
28883
|
+
[1m[36m (0.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
|
28884
|
+
[1m[35m (0.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
|
28885
|
+
[1m[36m (0.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626132542')[0m
|
28886
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
28887
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
28888
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28889
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
28890
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28891
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
28892
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28893
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
28894
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28895
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
28896
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28897
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28906
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28915
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28924
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28933
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28942
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28951
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28960
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28969
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28978
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
28987
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
28996
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29005
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29014
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
29023
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29032
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29041
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
29050
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
29059
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
29068
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
29077
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
29086
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29095
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29105
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
29115
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
29125
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29135
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29142
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29149
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29156
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
29163
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29170
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29177
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29184
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
29191
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
29198
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
29207
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29216
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
29225
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29234
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
29243
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
29252
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
29261
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
29270
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
29279
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29288
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
29297
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29306
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
29315
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29325
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
29335
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29343
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29351
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29359
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
29360
|
+
[1m[36m (2.9ms)[0m [1mCREATE 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) [0m
|
29361
|
+
[1m[35m (0.9ms)[0m 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
|
+
[1m[36m (1.1ms)[0m [1mCREATE 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) [0m
|
29363
|
+
[1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
29364
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
29365
|
+
[1m[35m (0.7ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
29366
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
29367
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20151116150723')
|
29368
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
|
29369
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
|
29370
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626132542')[0m
|
29371
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
29372
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
29381
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
29389
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29397
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
29405
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29414
|
+
[1m[36m (1.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29423
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
29432
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
29441
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29451
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
29461
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29470
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
29479
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29488
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
29497
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29506
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
29515
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29524
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29533
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29543
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
29553
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29563
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29573
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
29582
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29591
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
29600
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
29609
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29616
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
29623
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
29630
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29637
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29644
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29651
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29658
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
29665
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29672
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29681
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
29690
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
29699
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29708
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
29717
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
29726
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29735
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29744
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
29753
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29762
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29771
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29780
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29789
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29798
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
29807
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29816
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29825
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29834
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
29835
|
+
[1m[36m (0.8ms)[0m [1mCREATE 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) [0m
|
29836
|
+
[1m[35m (0.8ms)[0m 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
|
+
[1m[36m (0.6ms)[0m [1mCREATE 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) [0m
|
29838
|
+
[1m[35m (0.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
29839
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
29840
|
+
[1m[35m (0.7ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
29841
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
29842
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20151116150723')
|
29843
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
|
29844
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
|
29845
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626132542')[0m
|
29846
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
29847
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
29857
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29867
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
29877
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
29887
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29894
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
29901
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29908
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29915
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29922
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29929
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
29936
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29943
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29950
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29957
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
29966
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29975
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29984
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29993
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
30002
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30011
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30020
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30029
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30038
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
30047
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
30056
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30065
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30074
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
30083
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30092
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30101
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30110
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
30119
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30128
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30137
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30146
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
30155
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30164
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30172
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30180
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30188
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
30197
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
30206
|
+
[1m[36m (1.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30215
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
30224
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
30233
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
30242
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30251
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30260
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
30269
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30278
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
30287
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
30296
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
30306
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
30316
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
30317
|
+
[1m[36m (2.9ms)[0m [1mCREATE 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) [0m
|
30318
|
+
[1m[35m (0.9ms)[0m 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
|
+
[1m[36m (0.8ms)[0m [1mCREATE 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) [0m
|
30320
|
+
[1m[35m (0.7ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
|
30321
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
30322
|
+
[1m[35m (0.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
30323
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
30324
|
+
[1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20151116150723')
|
30325
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626095843')[0m
|
30326
|
+
[1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20150626104120')
|
30327
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150626132542')[0m
|
30328
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
30329
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
30338
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30347
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30356
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30365
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
30374
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
30383
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30392
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30401
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30410
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30420
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30430
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
30439
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30448
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30457
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30466
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
30475
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30484
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30493
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30502
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
30510
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
30518
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30526
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30535
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
30544
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30553
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
30562
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30571
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
30580
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30589
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30598
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30607
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30616
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30625
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
30634
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
30643
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
30652
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30661
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
30670
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30679
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
30688
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30695
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30702
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30709
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30716
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
30723
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30730
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30737
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
30744
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
30751
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30758
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30768
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30778
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
30788
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|